From cd1b02904c6dece609aea0e16e62dc4ca2f06a9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Apr 2023 22:26:40 +0200 Subject: [PATCH] Bump pylint from 2.17.0 to 2.17.2 (#368) Bumps [pylint](https://github.com/PyCQA/pylint) from 2.17.0 to 2.17.2. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.17.0...v2.17.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 0187a29a..15a6541a 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,6 +1,6 @@ pytest==7.3.1 flake8==5.0.4 -pylint==2.17.0 +pylint==2.17.2 ipdb==0.13.13 mypy==1.1.1 black==23.1.0