From df5890853b00dc68d5e3c4331fd9bfa2b4ce241b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 16:03:25 +0000 Subject: [PATCH] Bump pylint from 2.7.4 to 2.13.2 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.7.4 to 2.13.2. - [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.4...v2.13.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... 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..4133970 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.13.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..d96b949 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.13.2 sentry-sdk~=1.0.0 sqlalchemy[mypy]~=1.4.31