Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pylint from 2.7.4 to 2.16.4 #364

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mypy==0.931
onesignal-sdk~=1.0.0
psycopg2-binary~=2.9.3
pylint-quotes==0.2.1
pylint~=2.7.4
pylint~=2.16.4
sentry-sdk~=1.5.12
sqlalchemy[mypy]~=1.4.31

Expand Down
18 changes: 11 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
alembic==1.7.7
# via flask-migrate
astroid==2.6.6
astroid==2.15.0
# via pylint
attrs==21.4.0
# via ddtrace
Expand Down Expand Up @@ -36,6 +36,8 @@ ddtrace==1.1.4
# via -r requirements.in
defusedxml==0.7.1
# via oic
dill==0.3.6
# via pylint
dnspython==2.2.1
# via srvlookup
flask==1.1.4
Expand All @@ -60,6 +62,8 @@ flask-sqlalchemy==2.5.1
# flask-migrate
future==0.18.2
# via pyjwkest
greenlet==2.0.2
# via sqlalchemy
gunicorn==20.0.4
# via -r requirements.in
idna==3.3
Expand Down Expand Up @@ -101,6 +105,8 @@ pep517==0.12.0
# via pip-tools
pip-tools==6.6.2
# via -r requirements.in
platformdirs==3.1.0
# via pylint
protobuf==3.20.1
# via
# ddsketch
Expand All @@ -121,7 +127,7 @@ pycryptodomex==3.14.1
# pyjwkest
pyjwkest==1.4.2
# via oic
pylint==2.7.4
pylint==2.16.4
# via
# -r requirements.in
# pylint-quotes
Expand Down Expand Up @@ -155,12 +161,12 @@ srvlookup==2.0.0
# via csh-ldap
tenacity==8.0.1
# via ddtrace
toml==0.10.2
# via pylint
tomli==2.0.1
# via
# mypy
# pep517
tomlkit==0.11.6
# via pylint
typing-extensions==4.2.0
# via
# mypy
Expand All @@ -174,10 +180,8 @@ werkzeug==1.0.1
# via flask
wheel==0.37.1
# via pip-tools
wrapt==1.12.1
wrapt==1.15.0
# via astroid
zipp==3.8.0
# via importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down