From 280036f87a8f16d8079b17eeac79ed2c4de51439 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 10:54:14 +0000 Subject: [PATCH] build(deps): bump pylint from 2.17.6 to 2.17.7 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.6 to 2.17.7. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.6...v2.17.7) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lint.txt b/requirements-lint.txt index 138c3e6e..be0f0238 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,5 +1,5 @@ mypy==1.5.1 black==23.9.1 isort==5.12.0 -pylint==2.17.6 +pylint==2.17.7 bandit==1.7.5