From 332f2a39a858d0cea993ed02ec1d83025d53fbfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:16:29 +0000 Subject: [PATCH] Update pylint requirement from ~=3.2.7 to ~=3.3.2 Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.7...v3.3.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_requirements.txt b/setup_requirements.txt index d698bed..5e484d4 100644 --- a/setup_requirements.txt +++ b/setup_requirements.txt @@ -1,5 +1,5 @@ pytest-runner~=6.0.1 mccabe~=0.7.0 flake8~=7.1.1 -pylint~=3.2.7 +pylint~=3.3.2 bandit~=1.7.9