From 1f22a7cfe23aae81fbb6a3b0b4f1dff494a4714c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 19:52:35 +0000 Subject: [PATCH] Bump pylint from 2.17.4 to 2.17.5 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.4 to 2.17.5. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.4...v2.17.5) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- styling_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styling_requirements.txt b/styling_requirements.txt index ec406a5..3fc16e2 100644 --- a/styling_requirements.txt +++ b/styling_requirements.txt @@ -1,3 +1,3 @@ black==23.3.0 -pylint==2.17.4 +pylint==2.17.5 pylint-django[with_django]