Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
farhan authored Feb 24, 2025
2 parents 17a4594 + 09a6dbc commit 02a5c5e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.8.1
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.36.21
boto3==1.36.26
# via fs-s3fs
botocore==1.36.21
botocore==1.36.26
# via
# boto3
# s3transfer
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.5.1
cachetools==5.5.2
# via tox
chardet==5.2.0
# via tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.36.21
boto3==1.36.26
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.36.21
botocore==1.36.26
# via
# -r requirements/base.txt
# -r requirements/test.txt
# boto3
# s3transfer
cachetools==5.5.1
cachetools==5.5.2
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -322,7 +322,7 @@ sqlparse==0.5.3
# -r requirements/base.txt
# -r requirements/test.txt
# django
stevedore==5.4.0
stevedore==5.4.1
# via code-annotations
text-unidecode==1.3
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.36.21
boto3==1.36.26
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.36.21
botocore==1.36.26
# via
# -r requirements/test.txt
# boto3
# s3transfer
cachetools==5.5.1
cachetools==5.5.2
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -271,7 +271,7 @@ sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
stevedore==5.4.0
stevedore==5.4.1
# via code-annotations
text-unidecode==1.3
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.36.21
boto3==1.36.26
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.36.21
botocore==1.36.26
# via
# -r requirements/base.txt
# boto3
# s3transfer
cachetools==5.5.1
cachetools==5.5.2
# via tox
certifi==2025.1.31
# via
Expand Down

0 comments on commit 02a5c5e

Please sign in to comment.