From 257291314768664486e22c1b6f50195f2a5b5385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 20:11:20 +0000 Subject: [PATCH] dep: pip: bump pylint from 2.16.0 to 2.17.1 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.16.0 to 2.17.1. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.16.0...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 b9d483c..17faf12 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -r requirements.txt bandit==1.7.4 black==23.1.0 -pylint==2.16.0 +pylint==2.17.1 flake8==6.0.0 \ No newline at end of file