From 58065eb596d43483a7776ce612071c7e05cff63f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 09:35:30 +0200 Subject: [PATCH] Bump pylint from 3.1.0 to 3.2.5 (#386) Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.0 to 3.2.5. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.1.0...v3.2.5) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... 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 45a588c..35b855d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ mypy==1.9.0 pre-commit==3.3.3 -pylint==3.1.0 +pylint==3.2.5 pytest-cov pytest>=5.4.3 python-dotenv