Skip to content

Commit

Permalink
Merge pull request #763 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-73dd983

chore: Upgrade Python requirements
  • Loading branch information
Feanil Patel authored Jun 20, 2024
2 parents 73dd983 + afc1bb2 commit 5bf6cae
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 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.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

0 comments on commit 5bf6cae

Please sign in to comment.