From 0854e34fc2e4fc616542ff261ec2fd3cbc977c07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:43:54 +0000 Subject: [PATCH] Bump pylint from 3.2.5 to 3.3.1 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.5 to 3.3.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.5...v3.3.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... 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 d438b06..0ba2934 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ mypy==1.10.1 pre-commit==3.3.3 -pylint==3.2.5 +pylint==3.3.1 pytest-cov pytest>=5.4.3 python-dotenv