From c5aee086efc378747e942ae2c4744b534b5eb95a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 16:02:29 +0000 Subject: [PATCH] Update pylint requirement from ~=2.7.2 to ~=2.9.6 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.9.6) --- 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 4b0024a..0d1b73f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ mypy onesignal-sdk~=2.0.0 psycopg2-binary~=2.8.6 pylint-quotes~=0.2.1 -pylint~=2.7.2 +pylint~=2.9.6 sentry-sdk~=1.0.0 sqlalchemy[mypy]