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

Python Requirements Update #602

Merged
merged 1 commit into from
Mar 6, 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/devstack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ billiard==3.6.4.0
# via
# -r requirements/local.txt
# celery
boto3==1.34.54
boto3==1.34.55
# via
# -c requirements/constraints.txt
# -r requirements/local.txt
# moto
botocore==1.34.54
botocore==1.34.55
# via
# -r requirements/local.txt
# boto3
Expand Down Expand Up @@ -251,7 +251,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/local.txt
faker==23.3.0
faker==24.0.0
# via
# -r requirements/local.txt
# factory-boy
Expand Down Expand Up @@ -434,7 +434,7 @@ pyproject-api==1.6.1
# via
# -r requirements/local.txt
# tox
pytest==8.1.0
pytest==8.0.2
# via
# -r requirements/local.txt
# pytest-cov
Expand Down
8 changes: 4 additions & 4 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ billiard==3.6.4.0
# via
# -r requirements/test.txt
# celery
boto3==1.34.54
boto3==1.34.55
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# moto
botocore==1.34.54
botocore==1.34.55
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -251,7 +251,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==23.3.0
faker==24.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -426,7 +426,7 @@ pyproject-api==1.6.1
# via
# -r requirements/test.txt
# tox
pytest==8.1.0
pytest==8.0.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
8 changes: 4 additions & 4 deletions requirements/monitoring/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ billiard==3.6.4.0
# -r requirements/monitoring/../production.txt
# -r requirements/monitoring/../test.txt
# celery
boto3==1.34.54
boto3==1.34.55
# 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.54
botocore==1.34.55
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
Expand Down Expand Up @@ -408,7 +408,7 @@ factory-boy==3.3.0
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
# -r requirements/monitoring/../test.txt
faker==23.3.0
faker==24.0.0
# via
# -r requirements/monitoring/../devstack.txt
# -r requirements/monitoring/../local.txt
Expand Down Expand Up @@ -693,7 +693,7 @@ pyproject-api==1.6.1
# -r requirements/monitoring/../local.txt
# -r requirements/monitoring/../test.txt
# tox
pytest==8.1.0
pytest==8.0.2
# 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 @@ -32,11 +32,11 @@ billiard==3.6.4.0
# via
# -r requirements/base.txt
# celery
boto3==1.34.54
boto3==1.34.55
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.34.54
botocore==1.34.55
# via
# boto3
# s3transfer
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ billiard==3.6.4.0
# via
# -r requirements/base.txt
# celery
boto3==1.34.54
boto3==1.34.55
# via
# -c requirements/constraints.txt
# moto
botocore==1.34.54
botocore==1.34.55
# via
# boto3
# moto
Expand Down Expand Up @@ -201,7 +201,7 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==23.3.0
faker==24.0.0
# via
# -r requirements/test.in
# factory-boy
Expand Down Expand Up @@ -323,7 +323,7 @@ pynacl==1.5.0
# edx-django-utils
pyproject-api==1.6.1
# via tox
pytest==8.1.0
pytest==8.0.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down
Loading