From 51dc79feac63317bd6f871309dbed249353cb39a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 19:56:38 +0000 Subject: [PATCH] dep: pip: bump pylint from 2.16.0 to 2.16.2 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.16.0 to 2.16.2. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.16.0...v2.16.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... 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..0722b21 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.16.2 flake8==6.0.0 \ No newline at end of file