Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jun 20, 2024
1 parent 98bd58a commit 73dd983
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ coverage==7.5.3
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
filelock==3.14.0
filelock==3.15.1
# via
# tox
# virtualenv
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/test.txt
# django
boto3==1.34.122
boto3==1.34.127
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.122
botocore==1.34.127
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -107,7 +107,7 @@ exceptiongroup==1.2.1
# -r requirements/test.txt
# hypothesis
# pytest
filelock==3.14.0
filelock==3.15.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -122,7 +122,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.103.1
hypothesis==6.103.2
# via -r requirements/test.txt
importlib-metadata==6.11.0
# via
Expand Down Expand Up @@ -212,7 +212,7 @@ pluggy==1.5.0
# diff-cover
# pytest
# tox
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/test.txt
pygments==2.18.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/django.in
# django
boto3==1.34.122
boto3==1.34.127
# via fs-s3fs
botocore==1.34.122
botocore==1.34.127
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.34.122
boto3==1.34.127
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.122
botocore==1.34.127
# via
# -r requirements/django.txt
# boto3
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/django.txt
# django
boto3==1.34.122
boto3==1.34.127
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.122
botocore==1.34.127
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -77,7 +77,7 @@ exceptiongroup==1.2.1
# via
# hypothesis
# pytest
filelock==3.14.0
filelock==3.15.1
# via
# tox
# virtualenv
Expand All @@ -90,7 +90,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.103.1
hypothesis==6.103.2
# via -r requirements/test.in
importlib-metadata==6.11.0
# via
Expand Down Expand Up @@ -154,7 +154,7 @@ pluggy==1.5.0
# diff-cover
# pytest
# tox
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/test.in
pygments==2.18.0
# via diff-cover
Expand Down

0 comments on commit 73dd983

Please sign in to comment.