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

chore: Upgrade Python requirements #762

Merged
merged 1 commit into from
Jun 20, 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/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
Loading