Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jan 20, 2025
1 parent fb2cf53 commit 32157c6
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 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.35.97
boto3==1.36.2
# via fs-s3fs
botocore==1.35.97
botocore==1.36.2
# via
# boto3
# s3transfer
Expand All @@ -28,7 +28,7 @@ click==8.1.8
# via cookiecutter
cookiecutter==2.6.0
# via -r requirements/base.in
django==4.2.17
django==4.2.18
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -92,7 +92,7 @@ requests==2.32.3
# cookiecutter
rich==13.9.4
# via cookiecutter
s3transfer==0.10.4
s3transfer==0.11.1
# via boto3
simplejson==3.19.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.28.1
virtualenv==20.29.1
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.35.97
boto3==1.36.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.97
botocore==1.36.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -73,7 +73,7 @@ click==8.1.8
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via edx-lint
colorama==0.4.6
# via
Expand All @@ -98,7 +98,7 @@ distlib==0.3.9
# via
# -r requirements/test.txt
# virtualenv
django==4.2.17
django==4.2.18
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -297,7 +297,7 @@ rich==13.9.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
s3transfer==0.10.4
s3transfer==0.11.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -347,7 +347,7 @@ urllib3==2.2.3
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.28.1
virtualenv==20.29.1
# via
# -r requirements/test.txt
# tox
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.35.97
boto3==1.36.2
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.97
botocore==1.36.2
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -61,7 +61,7 @@ click==8.1.8
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via edx-lint
colorama==0.4.6
# via
Expand All @@ -81,7 +81,7 @@ distlib==0.3.9
# via
# -r requirements/test.txt
# virtualenv
django==4.2.17
django==4.2.18
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -250,7 +250,7 @@ rich==13.9.4
# via
# -r requirements/test.txt
# cookiecutter
s3transfer==0.10.4
s3transfer==0.11.1
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -291,7 +291,7 @@ urllib3==2.2.3
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.28.1
virtualenv==20.29.1
# via
# -r requirements/test.txt
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.35.97
boto3==1.36.2
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.97
botocore==1.36.2
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -189,7 +189,7 @@ rich==13.9.4
# via
# -r requirements/base.txt
# cookiecutter
s3transfer==0.10.4
s3transfer==0.11.1
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -223,7 +223,7 @@ urllib3==2.2.3
# -r requirements/base.txt
# botocore
# requests
virtualenv==20.28.1
virtualenv==20.29.1
# via tox
web-fragments==2.2.0
# via
Expand Down

0 comments on commit 32157c6

Please sign in to comment.