From 2e46e1fba8530c2a41351021bad2c953cca4e33f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 19:56:45 +0000 Subject: [PATCH] Update pylint requirement from ~=2.7.2 to ~=2.12.2 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.12.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-freeze.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-freeze.txt b/requirements-freeze.txt index 7970044..80da107 100644 --- a/requirements-freeze.txt +++ b/requirements-freeze.txt @@ -44,7 +44,7 @@ pyasn1-modules==0.2.8 pycparser==2.21 pycryptodomex==3.14.1 pyjwkest==1.4.2 -pylint==2.7.4 +pylint==2.12.2 pylint-quotes==0.2.1 pyparsing==3.0.7 python-ldap==3.0.0 diff --git a/requirements.txt b/requirements.txt index fa66737..65602a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ mypy==0.931 onesignal-sdk~=1.0.0 psycopg2-binary~=2.8.6 pylint-quotes==0.2.1 -pylint~=2.7.4 +pylint~=2.12.2 sentry-sdk~=1.0.0 sqlalchemy[mypy]~=1.4.31