From 9292514185c29f1566520c5001b71892a406e78f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 01:41:30 +0000 Subject: [PATCH] Update pylint requirement from ~=3.0.1 to ~=3.0.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.0.1...v3.0.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 d72e630..cc23d83 100644 --- a/setup_requirements.txt +++ b/setup_requirements.txt @@ -1,5 +1,5 @@ pytest-runner~=6.0.0 mccabe~=0.7.0 flake8~=6.1.0 -pylint~=3.0.1 +pylint~=3.0.2 bandit~=1.7.5