From c1cb743e955b61cfed4254d7b91b485ccb921485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:39:49 +0000 Subject: [PATCH] Update pylint requirement from ~=3.2.6 to ~=3.2.7 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.6...v3.2.7) --- 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 7c35129..9de905e 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.0 -pylint~=3.2.6 +pylint~=3.2.7 bandit~=1.7.9