From 9baabd0dbbd3c1b9b3fb0b2f37fc33b89307e008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 10:57:22 +0000 Subject: [PATCH] build(deps): bump pylint from 2.15.10 to 2.17.3 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.10 to 2.17.3. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.15.10...v2.17.3) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... 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 f3a36647..231817f9 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,5 +1,5 @@ mypy==1.0.0 black==22.12.0 isort==5.12.0 -pylint==2.15.10 +pylint==2.17.3 bandit==1.7.4