From 115136ab34b4ee721f12157926e93d56deaa25df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 00:26:15 +0000 Subject: [PATCH] Bump pylint from 2.12.2 to 2.13.5 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.12.2 to 2.13.5. - [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.12.2...v2.13.5) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 569763de..1fa89f49 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,6 +1,6 @@ pytest==7.1.0 flake8==4.0.1 -pylint==2.12.2 +pylint==2.13.5 ipdb==0.13.9 mypy==0.941 black==22.1.0