From 85ac84e276e0036292e52f41b115c297dbe9e5f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 05:01:45 +0000 Subject: [PATCH] build(deps): Bump pylint from 2.17.5 to 2.17.6 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.5 to 2.17.6. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.5...v2.17.6) --- 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 7f425c1..0178297 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ prospector[with_everything]==1.10.2 jsonpickle==3.0.1 Django==4.2.3 Flask==2.3.2 -pylint==2.17.5 \ No newline at end of file +pylint==2.17.6 \ No newline at end of file