Skip to content

Dependencies: all packages updated via pip-tools #11442

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

Merged
merged 1 commit into from
Jun 30, 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
12 changes: 6 additions & 6 deletions requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ billiard==3.6.4.0
# via
# -r requirements/pip.txt
# celery
boto3==1.34.131
boto3==1.34.136
# via
# -r requirements/pip.txt
# django-storages
botocore==1.34.131
botocore==1.34.136
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -219,7 +219,7 @@ idna==3.7
# via
# -r requirements/pip.txt
# requests
ipython==8.25.0
ipython==8.26.0
# via -r requirements/deploy.in
isodate==0.6.1
# via
Expand Down Expand Up @@ -334,7 +334,7 @@ pytz==2024.1
# celery
pyyaml==6.0.1
# via -r requirements/pip.txt
redis==5.0.6
redis==5.0.7
# via
# -r requirements/pip.txt
# django-cacheops
Expand All @@ -357,13 +357,13 @@ requests-toolbelt==1.0.0
# via -r requirements/pip.txt
rest-framework-generic-relations==2.2.0
# via -r requirements/pip.txt
s3transfer==0.10.1
s3transfer==0.10.2
# via
# -r requirements/pip.txt
# boto3
selectolax==0.3.21
# via -r requirements/pip.txt
sentry-sdk==2.6.0
sentry-sdk==2.7.1
# via structlog-sentry
six==1.16.0
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ billiard==3.6.4.0
# via
# -r requirements/pip.txt
# celery
boto3==1.34.131
boto3==1.34.136
# via
# -r requirements/pip.txt
# django-storages
botocore==1.34.131
botocore==1.34.136
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -234,7 +234,7 @@ idna==3.7
# requests
ipdb==0.13.13
# via -r requirements/docker.in
ipython==8.25.0
ipython==8.26.0
# via ipdb
isodate==0.6.1
# via
Expand Down Expand Up @@ -364,7 +364,7 @@ pytz==2024.1
# celery
pyyaml==6.0.1
# via -r requirements/pip.txt
redis==5.0.6
redis==5.0.7
# via
# -r requirements/pip.txt
# django-cacheops
Expand All @@ -389,7 +389,7 @@ rest-framework-generic-relations==2.2.0
# via -r requirements/pip.txt
rich==13.7.1
# via -r requirements/docker.in
s3transfer==0.10.1
s3transfer==0.10.2
# via
# -r requirements/pip.txt
# boto3
Expand Down
8 changes: 4 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ async-timeout==4.0.3
# via redis
billiard==3.6.4.0
# via celery
boto3==1.34.131
boto3==1.34.136
# via django-storages
botocore==1.34.131
botocore==1.34.136
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -236,7 +236,7 @@ pytz==2024.1
# celery
pyyaml==6.0.1
# via -r requirements/pip.in
redis==5.0.6
redis==5.0.7
# via
# -r requirements/pip.in
# django-cacheops
Expand All @@ -259,7 +259,7 @@ requests-toolbelt==1.0.0
# via -r requirements/pip.in
rest-framework-generic-relations==2.2.0
# via -r requirements/pip.in
s3transfer==0.10.1
s3transfer==0.10.2
# via boto3
selectolax==0.3.21
# via -r requirements/pip.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ billiard==3.6.4.0
# via
# -r requirements/pip.txt
# celery
boto3==1.34.131
boto3==1.34.136
# via
# -r requirements/pip.txt
# django-storages
botocore==1.34.131
botocore==1.34.136
# via
# -r requirements/pip.txt
# boto3
Expand Down Expand Up @@ -354,7 +354,7 @@ pyyaml==6.0.1
# via
# -r requirements/pip.txt
# yamale
redis==5.0.6
redis==5.0.7
# via
# -r requirements/pip.txt
# django-cacheops
Expand All @@ -381,7 +381,7 @@ requests-toolbelt==1.0.0
# via -r requirements/pip.txt
rest-framework-generic-relations==2.2.0
# via -r requirements/pip.txt
s3transfer==0.10.1
s3transfer==0.10.2
# via
# -r requirements/pip.txt
# boto3
Expand Down