From c3561c2e51bf80a7210aff203c48e27405e31f8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 05:13:07 +0000 Subject: [PATCH] Bump pylint from 2.17.7 to 3.0.0 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.7 to 3.0.0. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.7...v3.0.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 84434468e61..bf2c57517db 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -34,7 +34,7 @@ pathlib2==2.3.7.post1 platformdirs==3.10.0 ; python_version >= '3.7' -pylint==2.17.7 +pylint==3.0.0 pyproject-hooks==1.0.0 ; python_version >= '3.7'