From 35fed8da282d22c661179ac5d37a9cf10736b576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 06:46:14 +0000 Subject: [PATCH] Bump pylint from 3.2.6 to 3.3.1 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.6 to 3.3.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.6...v3.3.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index fb1a5e0..711ebfd 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -5,5 +5,5 @@ pyfakefs==5.6.0 # Linters isort[colors]==5.13.2 black==24.8.0 -pylint==3.2.6 +pylint==3.3.1 bandit[toml]==1.7.9