From 7a8a11815eea1801ea6f945513b10910e15af291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 00:58:20 +0000 Subject: [PATCH] Bump pylint from 2.12.2 to 2.15.0 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.12.2 to 2.15.0. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.12.2...v2.15.0) --- 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..de8d759c 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.15.0 ipdb==0.13.9 mypy==0.941 black==22.1.0