From 08e1ad789177e722c41a5924dcb9a828431f7782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 06:10:08 +0000 Subject: [PATCH] Update pylint requirement from ~=2.7.2 to ~=2.8.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/master/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.7.2...pylint-2.8.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dcb44ae..2097c8f 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.8.1 sentry-sdk~=1.0.0 sqlalchemy[mypy]