From e1b69498ad5737439f3cdbbdda80c1f0480874c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 10:09:51 +0000 Subject: [PATCH] build(deps): bump pylint from 2.13.8 to 2.13.9 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.8 to 2.13.9. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/v2.13.8...v2.13.9) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 7de253e2cc..1232a091bc 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -7,6 +7,6 @@ coverage==6.3.2 black==22.3.0 isort==5.10.1 -pylint==2.13.8 +pylint==2.13.9 mypy==0.950 bandit==1.7.4