From 0327613cfaedfa614e11649cdce065a1db2880ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 07:31:48 +0000 Subject: [PATCH] Bump pylint from 2.17.5 to 3.0.0 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.5 to 3.0.0. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.5...v3.0.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index f5cb412b..64cc1321 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,7 +3,7 @@ pep8==1.7.1 coverage==7.3.1 mock==5.1.0 pytest==7.4.2 -pylint==2.17.7 +pylint==3.0.0 pytest-pylint==0.19.0 pytest-cov==4.1.0 pytest-mock==3.11.1