From 2a4719823815ffc5921618d54b2e9899df214c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:04:42 +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.1) --- 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 6bf7cb4..5f1081e 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,7 +3,7 @@ asynctest~=0.13 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