Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

chore: Upgrade Python requirements #623

Merged
merged 1 commit into from
Jun 13, 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
4 changes: 2 additions & 2 deletions requirements/devstack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ billiard==4.2.0
# via
# -r requirements/local.txt
# celery
boto3==1.34.125
boto3==1.34.126
# via
# -c requirements/constraints.txt
# -r requirements/local.txt
# moto
botocore==1.34.125
botocore==1.34.126
# via
# -r requirements/local.txt
# boto3
Expand Down
4 changes: 2 additions & 2 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ billiard==4.2.0
# via
# -r requirements/test.txt
# celery
boto3==1.34.125
boto3==1.34.126
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# moto
botocore==1.34.125
botocore==1.34.126
# via
# -r requirements/test.txt
# boto3
Expand Down
4 changes: 2 additions & 2 deletions requirements/monitoring/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ billiard==4.2.0
# -r requirements/monitoring/../production.txt
# -r requirements/monitoring/../test.txt
# celery
boto3==1.34.125
boto3==1.34.126
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
# -r requirements/monitoring/../production.txt
# -r requirements/monitoring/../test.txt
# moto
botocore==1.34.125
botocore==1.34.126
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ billiard==4.2.0
# via
# -r requirements/base.txt
# celery
boto3==1.34.125
boto3==1.34.126
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.34.125
botocore==1.34.126
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ billiard==4.2.0
# via
# -r requirements/base.txt
# celery
boto3==1.34.125
boto3==1.34.126
# via
# -c requirements/constraints.txt
# moto
botocore==1.34.125
botocore==1.34.126
# via
# boto3
# moto
Expand Down
Loading