From 9f3bf2732c9f22e438787a9565ee43d3ba35644d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 05:04:52 +0000 Subject: [PATCH] Bump pylint from 2.17.3 to 2.17.4 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.17.3 to 2.17.4. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.17.3...v2.17.4) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f35e906..1bbbd32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -74,7 +74,7 @@ platformdirs==2.5.2 # pylint pluggy==1.0.0 # via pytest -pylint==2.17.3 +pylint==2.17.4 # via -r requirements.in pyrsistent==0.18.1 # via jsonschema