From 8521f1d56caa8e593147510ef6aca5b139a2dd6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 14:48:27 +0100 Subject: [PATCH] Bump pylint from 2.15.8 to 3.1.0 (#148) Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.15.8 to 3.1.0. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.15.8...v3.1.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index de6ed367..8b301639 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,5 +1,5 @@ flake8==6.0.0 -pylint==2.15.8 +pylint==3.1.0 pytest==8.1.1 pytest-watch==4.2.0 mypy==0.991