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 #763

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.15.1
filelock==3.15.3
# via
# tox
# virtualenv
Expand Down
8 changes: 4 additions & 4 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.127
boto3==1.34.130
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.127
botocore==1.34.130
# 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.15.1
filelock==3.15.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -338,7 +338,7 @@ typing-extensions==4.12.2
# inflect
# pylint
# typeguard
urllib3==1.26.18
urllib3==1.26.19
# via
# -r requirements/test.txt
# botocore
Expand Down
6 changes: 3 additions & 3 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.127
boto3==1.34.130
# via fs-s3fs
botocore==1.34.127
botocore==1.34.130
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -91,7 +91,7 @@ typing-extensions==4.12.2
# -r requirements/base.txt
# asgiref
# edx-opaque-keys
urllib3==1.26.18
urllib3==1.26.19
# via botocore
web-fragments==2.2.0
# via -r requirements/base.txt
Expand Down
6 changes: 3 additions & 3 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.127
boto3==1.34.130
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.127
botocore==1.34.130
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -173,7 +173,7 @@ typing-extensions==4.12.2
# asgiref
# edx-opaque-keys
# pydata-sphinx-theme
urllib3==1.26.18
urllib3==1.26.19
# via
# -r requirements/django.txt
# botocore
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==70.0.0
setuptools==70.1.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 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.127
boto3==1.34.130
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.127
botocore==1.34.130
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -77,7 +77,7 @@ exceptiongroup==1.2.1
# via
# hypothesis
# pytest
filelock==3.15.1
filelock==3.15.3
# via
# tox
# virtualenv
Expand Down Expand Up @@ -248,7 +248,7 @@ typing-extensions==4.12.2
# inflect
# pylint
# typeguard
urllib3==1.26.18
urllib3==1.26.19
# via
# -r requirements/django.txt
# botocore
Expand Down
Loading