From 8d7b69a95b76f06c2cf091a12166b4f6a5a5dc80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 15:07:35 +0000 Subject: [PATCH] Bump pylint from 2.16.1 to 2.17.1 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.16.1 to 2.17.1. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.16.1...v2.17.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 7b45a30..512af09 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,6 +6,6 @@ flake8==6.0.0 isort==5.11.4 mypy==0.991 pre-commit==3.0.4 -pylint==2.16.1 +pylint==2.17.1 pytest==7.2.1 pyupgrade==3.3.1