From cf975962842ca98c1f03fbe79f5aeeaf9f63c43d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 17:46:04 +0000 Subject: [PATCH] chore(deps): bump pylint from 3.1.0 to 3.1.1 in /app Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index befbbf9..c4cbda5 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -6,7 +6,7 @@ isort==5.13.2 lazy-object-proxy==1.10.0 mccabe==0.7.0 psycopg2-binary==2.9.9 -pylint==3.1.0 +pylint==3.1.1 pytz==2024.1 six==1.16.0 sqlparse==0.5.0