From 5c1d3b9458cad56656730404da037ee3f6a1b536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 08:28:14 +0000 Subject: [PATCH] pip prod(deps): bump pylint from 3.2.7 to 3.3.3 in /eng Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.7 to 3.3.3. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.7...v3.3.3) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- eng/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/requirements.txt b/eng/requirements.txt index 6fa14db97c3..2722c2e9c81 100644 --- a/eng/requirements.txt +++ b/eng/requirements.txt @@ -1,5 +1,5 @@ # This is for CI requirements or dev only pyright==1.1.391 -pylint==3.2.7 +pylint==3.3.3 tox==4.23.2 mypy==1.10.1