From 40903d842a6ccff6284f289c5e4fd52115446446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 21:28:41 +0000 Subject: [PATCH] Bump pylint from 2.17.4 to 3.1.0 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.4 to 3.1.0. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.4...v3.1.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 9adbb06..adce56e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ mypy==1.3.0 pre-commit==3.3.3 -pylint==2.17.4 +pylint==3.1.0 pytest-cov pytest>=5.4.3 python-dotenv