From 9a1d29e62a277edb1179fb8df3afd1c89bae45a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:48:46 +0000 Subject: [PATCH] Update pylint requirement from ~=3.0 to ~=3.1 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/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... 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 13a61aa72..f73e9c164 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ pre-commit>=2.21.0,<3; python_version<"3.9" pre-commit~=3.6; python_version>="3.9" pylint~=2.17; python_version<"3.8" -pylint~=3.0; python_version>="3.8" +pylint~=3.1; python_version>="3.8" pytest~=7.4 pytest-cov~=4.1