From 65efc693c3599c292197c94c4d77bbc12b3772b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 10:49:01 +0000 Subject: [PATCH] build(deps): bump pylint from 2.17.5 to 2.17.6 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.5 to 2.17.6. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.5...v2.17.6) --- 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 538355cb37..61de099206 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -8,7 +8,7 @@ # are pinned to prevent unexpected linting failures when tools update) black==23.9.1 isort==5.12.0 -pylint==2.17.5 +pylint==2.17.6 mypy==1.5.1 bandit==1.7.5 pydocstyle==6.3.0