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

Dependabot (2024-05-22) #5434

Merged
merged 7 commits into from
May 23, 2024
Merged
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
8 changes: 4 additions & 4 deletions requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r requirements.in

# Testing and dev
pytest==8.2.0
pytest==8.2.1
pytest-django==4.8.0
pytest-cov==5.0.0
pytest-mock==3.14.0
Expand All @@ -17,15 +17,15 @@ pre-commit==3.7.1
# Code static analysis
flake8==7.0.0
flake8-bugbear==24.4.26
flake8-commas==2.1.0
flake8-commas==4.0.0
flake8-debugger==4.1.2
flake8-import-order==0.18.2
flake8-docstrings==1.7.0
flake8-print==5.0.0
flake8-quotes==3.4.0
flake8-string-format==0.3.0
pep8-naming==0.13.3
pep8-naming==0.14.1
pydocstyle==6.3.0
pylint==3.1.0
pylint==3.2.1
pylint-django==2.5.5
pylint-pytest==1.1.2
18 changes: 9 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aiosignal==1.3.1
# via aiohttp
asgiref==3.6.0
# via django
astroid==3.1.0
astroid==3.2.2
# via pylint
asttokens==2.2.1
# via stack-data
Expand All @@ -24,9 +24,9 @@ attrs==22.2.0
# flake8-bugbear
bigtree==0.17.2
# via -r requirements.in
boto3==1.34.103
boto3==1.34.108
# via -r requirements.in
botocore==1.34.103
botocore==1.34.108
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -131,7 +131,7 @@ flake8==7.0.0
# pep8-naming
flake8-bugbear==24.4.26
# via -r requirements-dev.in
flake8-commas==2.1.0
flake8-commas==4.0.0
# via -r requirements-dev.in
flake8-debugger==4.1.2
# via -r requirements-dev.in
Expand Down Expand Up @@ -221,7 +221,7 @@ pandas==2.2.2
# via -r requirements.in
parso==0.8.3
# via jedi
pep8-naming==0.13.3
pep8-naming==0.14.1
# via -r requirements-dev.in
pexpect==4.8.0
# via ipython
Expand Down Expand Up @@ -263,7 +263,7 @@ pygments==2.15.0
# via ipython
pyjwt==2.6.0
# via notifications-python-client
pylint==3.1.0
pylint==3.2.1
# via
# -r requirements-dev.in
# pylint-django
Expand All @@ -279,7 +279,7 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements-dev.in
# pylint-pytest
Expand Down Expand Up @@ -321,7 +321,7 @@ redis==4.5.4
# django-redis
# python-redis-rate-limit
# rq
requests==2.31.0
requests==2.32.2
# via
# -r requirements.in
# notifications-python-client
Expand All @@ -344,7 +344,7 @@ rq-scheduler==0.13.1
# via -r requirements.in
s3transfer==0.10.0
# via boto3
sentry-sdk==2.1.1
sentry-sdk==2.2.0
# via -r requirements.in
simplejson==3.18.0
# via mail-parser
Expand Down
6 changes: 3 additions & 3 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ python-dateutil==2.9.0.post0
psycopg2-binary==2.9.9
psycogreen==1.0.2

boto3==1.34.103
boto3==1.34.108

notifications-python-client==9.0.0

Expand Down Expand Up @@ -53,9 +53,9 @@ werkzeug==3.0.3 # Required by runserver_plus - useful for local dev
WSGIserver==1.3
gevent==24.2.1
mohawk==1.1.0
requests==2.31.0
requests==2.32.2
requests_toolbelt==1.0.0
sentry_sdk==2.1.1
sentry_sdk==2.2.0

# RQ and associated helpers
rq==1.16.2
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ attrs==22.2.0
# via aiohttp
bigtree==0.17.2
# via -r requirements.in
boto3==1.34.103
boto3==1.34.108
# via -r requirements.in
botocore==1.34.103
botocore==1.34.108
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -165,7 +165,7 @@ redis==4.5.4
# django-redis
# python-redis-rate-limit
# rq
requests==2.31.0
requests==2.32.2
# via
# -r requirements.in
# notifications-python-client
Expand All @@ -181,7 +181,7 @@ rq-scheduler==0.13.1
# via -r requirements.in
s3transfer==0.10.0
# via boto3
sentry-sdk==2.1.1
sentry-sdk==2.2.0
# via -r requirements.in
simplejson==3.18.0
# via mail-parser
Expand Down