Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Oct 14, 2024
1 parent ced89e9 commit 5237e3e
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 48 deletions.
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
boto3==1.35.34
boto3==1.35.39
# via fs-s3fs
botocore==1.35.34
botocore==1.35.39
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -43,11 +43,11 @@ lxml[html-clean,html_clean]==5.3.0
# edx-i18n-tools
# lxml-html-clean
# xblock
lxml-html-clean==0.2.2
lxml-html-clean==0.3.1
# via lxml
mako==1.3.5
# via xblock
markupsafe==2.1.5
markupsafe==3.0.1
# via
# mako
# xblock
Expand All @@ -67,7 +67,7 @@ pyyaml==6.0.2
# via
# edx-i18n-tools
# xblock
s3transfer==0.10.2
s3transfer==0.10.3
# via boto3
simplejson==3.19.3
# via xblock
Expand Down
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -29,12 +29,12 @@ binaryornot==0.4.4
# -r requirements/quality.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.35.34
boto3==1.35.39
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.34
botocore==1.35.39
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand All @@ -61,7 +61,7 @@ chardet==5.2.0
# binaryornot
# diff-cover
# tox
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -95,7 +95,7 @@ cookiecutter==2.6.0
# -r requirements/quality.txt
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.6.1
coverage[toml]==7.6.3
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand All @@ -106,7 +106,7 @@ dill==0.3.9
# via
# -r requirements/quality.txt
# pylint
distlib==0.3.8
distlib==0.3.9
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -191,7 +191,7 @@ lxml[html-clean]==5.3.0
# lxml-html-clean
# xblock
# xblock-sdk
lxml-html-clean==0.2.2
lxml-html-clean==0.3.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand All @@ -206,7 +206,7 @@ markdown-it-py==3.0.0
# -r requirements/quality.txt
# -r requirements/test.txt
# rich
markupsafe==2.1.5
markupsafe==3.0.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -287,7 +287,7 @@ pylint-celery==0.3
# via
# -r requirements/quality.txt
# edx-lint
pylint-django==2.5.5
pylint-django==2.6.1
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -362,7 +362,7 @@ rich==13.9.2
# -r requirements/quality.txt
# -r requirements/test.txt
# cookiecutter
s3transfer==0.10.2
s3transfer==0.10.3
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down
38 changes: 27 additions & 11 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -24,17 +24,19 @@ babel==2.16.0
# via
# pydata-sphinx-theme
# sphinx
backports-tarfile==1.2.0
# via jaraco-context
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.35.34
boto3==1.35.39
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.34
botocore==1.35.39
# via
# -r requirements/test.txt
# boto3
Expand All @@ -49,12 +51,14 @@ certifi==2024.8.30
# via
# -r requirements/test.txt
# requests
cffi==1.17.1
# via cryptography
chardet==5.2.0
# via
# -r requirements/test.txt
# binaryornot
# tox
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via
# -r requirements/test.txt
# requests
Expand All @@ -73,11 +77,13 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.6.1
coverage[toml]==7.6.3
# via
# -r requirements/test.txt
# pytest-cov
distlib==0.3.8
cryptography==43.0.1
# via secretstorage
distlib==0.3.9
# via
# -r requirements/test.txt
# virtualenv
Expand Down Expand Up @@ -130,7 +136,9 @@ idna==3.10
imagesize==1.4.1
# via sphinx
importlib-metadata==8.5.0
# via twine
# via
# keyring
# twine
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand All @@ -141,6 +149,10 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via
# -r requirements/test.txt
Expand All @@ -161,7 +173,7 @@ lxml[html-clean]==5.3.0
# lxml-html-clean
# xblock
# xblock-sdk
lxml-html-clean==0.2.2
lxml-html-clean==0.3.1
# via
# -r requirements/test.txt
# lxml
Expand All @@ -173,7 +185,7 @@ markdown-it-py==3.0.0
# via
# -r requirements/test.txt
# rich
markupsafe==2.1.5
markupsafe==3.0.1
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -224,6 +236,8 @@ polib==1.2.0
# via
# -r requirements/test.txt
# edx-i18n-tools
pycparser==2.22
# via cffi
pydata-sphinx-theme==0.15.4
# via sphinx-book-theme
pygments==2.18.0
Expand Down Expand Up @@ -297,10 +311,12 @@ rich==13.9.2
# -r requirements/test.txt
# cookiecutter
# twine
s3transfer==0.10.2
s3transfer==0.10.3
# via
# -r requirements/test.txt
# boto3
secretstorage==3.3.3
# via keyring
simplejson==3.19.3
# via
# -r requirements/test.txt
Expand All @@ -316,7 +332,7 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
# via beautifulsoup4
sphinx==8.0.2
sphinx==8.1.3
# via
# -r requirements/doc.in
# pydata-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down
20 changes: 10 additions & 10 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -24,11 +24,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.35.34
boto3==1.35.39
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.34
botocore==1.35.39
# via
# -r requirements/test.txt
# boto3
Expand All @@ -46,7 +46,7 @@ chardet==5.2.0
# -r requirements/test.txt
# binaryornot
# tox
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via
# -r requirements/test.txt
# requests
Expand All @@ -71,13 +71,13 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.6.1
coverage[toml]==7.6.3
# via
# -r requirements/test.txt
# pytest-cov
dill==0.3.9
# via pylint
distlib==0.3.8
distlib==0.3.9
# via
# -r requirements/test.txt
# virtualenv
Expand Down Expand Up @@ -145,7 +145,7 @@ lxml[html-clean]==5.3.0
# lxml-html-clean
# xblock
# xblock-sdk
lxml-html-clean==0.2.2
lxml-html-clean==0.3.1
# via
# -r requirements/test.txt
# lxml
Expand All @@ -157,7 +157,7 @@ markdown-it-py==3.0.0
# via
# -r requirements/test.txt
# rich
markupsafe==2.1.5
markupsafe==3.0.1
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -216,7 +216,7 @@ pylint==3.3.1
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.5
pylint-django==2.6.1
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand Down Expand Up @@ -270,7 +270,7 @@ rich==13.9.2
# via
# -r requirements/test.txt
# cookiecutter
s3transfer==0.10.2
s3transfer==0.10.3
# via
# -r requirements/test.txt
# boto3
Expand Down
Loading

0 comments on commit 5237e3e

Please sign in to comment.