From ea5b40808a5069294435193162f14d1ca7443028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 16:02:09 +0000 Subject: [PATCH] Update pylint requirement from ~=2.7.2 to ~=2.11.1 Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.7.2...v2.11.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 33c1bbe..b5ec9bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ mypy onesignal-sdk~=1.0.0 psycopg2-binary~=2.8.6 pylint-quotes~=0.2.1 -pylint~=2.7.2 +pylint~=2.11.1 sentry-sdk~=1.0.0 sqlalchemy[mypy]