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-04-16) #5366

Merged
merged 5 commits into from
Apr 16, 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
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ freezegun==1.4.0
requests-mock==1.12.1
pip-tools==7.4.1
piprot==0.9.11
pre-commit==3.6.2
pre-commit==3.7.0

# Code static analysis
flake8==7.0.0
Expand Down
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ attrs==22.2.0
# flake8-bugbear
bigtree==0.16.4
# via -r requirements.in
boto3==1.34.79
boto3==1.34.84
# via -r requirements.in
botocore==1.34.79
botocore==1.34.84
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -209,7 +209,7 @@ packaging==22.0
# marshmallow
# pytest
# python-redis-rate-limit
pandas==2.2.1
pandas==2.2.2
# via -r requirements.in
parso==0.8.3
# via jedi
Expand All @@ -227,7 +227,7 @@ platformdirs==2.6.0
# virtualenv
pluggy==1.4.0
# via pytest
pre-commit==3.6.2
pre-commit==3.7.0
# via -r requirements-dev.in
prompt-toolkit==3.0.41
# via ipython
Expand Down Expand Up @@ -337,7 +337,7 @@ rq-scheduler==0.13.1
# via -r requirements.in
s3transfer==0.10.0
# via boto3
sentry-sdk==1.44.1
sentry-sdk==1.45.0
# via -r requirements.in
simplejson==3.18.0
# via mail-parser
Expand All @@ -355,7 +355,7 @@ slackclient==2.9.4
# via -r requirements.in
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
sqlparse==0.5.0
# via
# django
# django-debug-toolbar
Expand Down
4 changes: 2 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ python-dateutil==2.9.0.post0
psycopg2-binary==2.9.9
psycogreen==1.0.2

boto3==1.34.79
boto3==1.34.84

notifications-python-client==9.0.0

Expand Down Expand Up @@ -54,7 +54,7 @@ gevent==24.2.1
mohawk==1.1.0
requests==2.31.0
requests_toolbelt==1.0.0
sentry_sdk==1.44.1
sentry_sdk==1.45.0

# RQ and associated helpers
rq==1.16.1
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ attrs==22.2.0
# via aiohttp
bigtree==0.16.4
# via -r requirements.in
boto3==1.34.79
boto3==1.34.84
# via -r requirements.in
botocore==1.34.79
botocore==1.34.84
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -130,7 +130,7 @@ packaging==22.0
# via
# marshmallow
# python-redis-rate-limit
pandas==2.2.1
pandas==2.2.2
# via -r requirements.in
psycogreen==1.0.2
# via -r requirements.in
Expand Down Expand Up @@ -178,7 +178,7 @@ rq-scheduler==0.13.1
# via -r requirements.in
s3transfer==0.10.0
# via boto3
sentry-sdk==1.44.1
sentry-sdk==1.45.0
# via -r requirements.in
simplejson==3.18.0
# via mail-parser
Expand All @@ -192,7 +192,7 @@ six==1.16.0
# python-dateutil
slackclient==2.9.4
# via -r requirements.in
sqlparse==0.4.4
sqlparse==0.5.0
# via
# django
# django-debug-toolbar
Expand Down
Loading