Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#276)
Browse files Browse the repository at this point in the history
edx-requirements-bot authored Jan 20, 2025
1 parent 8a42d5e commit 78d4077
Showing 7 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
django==4.2.17
django==4.2.18
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
14 changes: 7 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -29,11 +29,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
@@ -71,7 +71,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/test.txt
# edx-lint
@@ -103,7 +103,7 @@ distlib==0.3.9
# via
# -r requirements/tox.txt
# virtualenv
django==4.2.17
django==4.2.18
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
@@ -206,7 +206,7 @@ mdurl==0.1.2
# via
# -r requirements/test.txt
# markdown-it-py
more-itertools==10.5.0
more-itertools==10.6.0
# via
# -r requirements/test.txt
# jaraco-classes
@@ -329,7 +329,7 @@ rich==13.9.4
# -r requirements/test.txt
# cookiecutter
# twine
s3transfer==0.10.4
s3transfer==0.11.1
# via
# -r requirements/test.txt
# boto3
@@ -380,7 +380,7 @@ urllib3==2.2.3
# botocore
# requests
# twine
virtualenv==20.28.1
virtualenv==20.29.1
# via
# -r requirements/tox.txt
# tox
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
django==4.2.17
django==4.2.18
# via
# -r requirements/base.txt
# edx-i18n-tools
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ certifi==2024.12.14
# via requests
charset-normalizer==3.4.1
# via requests
django==4.2.17
django==4.2.18
# via -r requirements/base.txt
docutils==0.21.2
# via
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
@@ -20,9 +20,9 @@ astroid==3.3.8
# pylint-celery
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
@@ -40,15 +40,15 @@ 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
cookiecutter==2.6.0
# via xblock-sdk
ddt==1.7.2
# via -r requirements/quality.in
dill==0.3.9
# via pylint
django==4.2.17
django==4.2.18
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
@@ -146,7 +146,7 @@ requests==2.32.3
# xblock-sdk
rich==13.9.4
# via cookiecutter
s3transfer==0.10.4
s3transfer==0.11.1
# via boto3
simplejson==3.19.3
# via
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -22,9 +22,9 @@ backports-tarfile==1.2.0
# via jaraco-context
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
@@ -44,7 +44,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
cookiecutter==2.6.0
# via xblock-sdk
@@ -124,7 +124,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.5.0
more-itertools==10.6.0
# via
# jaraco-classes
# jaraco-functools
@@ -203,7 +203,7 @@ rich==13.9.4
# via
# cookiecutter
# twine
s3transfer==0.10.4
s3transfer==0.11.1
# via boto3
secretstorage==3.3.3
# via keyring
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
@@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/tox.in
virtualenv==20.28.1
virtualenv==20.29.1
# via tox

0 comments on commit 78d4077

Please sign in to comment.