From b97599db352cc581c70037ec48e3becfcc191e7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 19:04:26 +0000 Subject: [PATCH] Bump pylint from 2.16.1 to 2.17.3 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.16.1 to 2.17.3. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.16.1...v2.17.3) --- 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 5d6be59..bff9d34 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,5 +6,5 @@ flake8==6.0.0 isort==5.12.0 mypy==0.991 pre-commit==3.0.4 -pylint==2.16.1 +pylint==2.17.3 pytest==7.2.1