From 7bb337a463145f4b93af8301a1ca3aac413cc096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 22:13:28 +0000 Subject: [PATCH] Update pylint requirement from ~=2.17 to ~=3.0 Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.0...v3.0.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production ... 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 868d2bc..d7f9a31 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,7 +2,7 @@ flake8~=6.1 flake8-docstrings~=1.7 mypy==1.5.1 -pylint~=2.17 +pylint~=3.0 pylint-strict-informational==0.1 pytest>=7.2 pytest-cov>=3.0