Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Aug 5, 2024
1 parent 4e11763 commit 70f85a1
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 29 deletions.
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.149
boto3==1.34.153
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.149
botocore==1.34.153
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -83,7 +83,7 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via
# -r requirements/test.txt
# coveralls
Expand Down Expand Up @@ -158,7 +158,7 @@ jaraco-context==5.3.0
# via
# -r requirements/test.txt
# keyring
jaraco-functools==4.0.1
jaraco-functools==4.0.2
# via
# -r requirements/test.txt
# keyring
Expand All @@ -177,7 +177,7 @@ jmespath==1.0.1
# -r requirements/test.txt
# boto3
# botocore
keyring==25.2.1
keyring==25.3.0
# via
# -r requirements/test.txt
# twine
Expand Down
9 changes: 3 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,17 @@ django==4.2.14
# via
# -r requirements/base.txt
# edx-i18n-tools
edx-i18n-tools==1.6.0
edx-i18n-tools==1.6.2
# via -r requirements/dev.in
fs==2.4.16
# via
# -r requirements/base.txt
# xblock
lxml[html-clean]==5.2.2
lxml==5.2.2
# via
# -r requirements/base.txt
# edx-i18n-tools
# lxml-html-clean
# xblock
lxml-html-clean==0.1.1
# via lxml
mako==1.3.5
# via
# -r requirements/base.txt
Expand All @@ -39,7 +36,7 @@ markupsafe==2.1.5
# -r requirements/base.txt
# mako
# xblock
path==17.0.0
path==16.16.0
# via edx-i18n-tools
polib==1.2.0
# via edx-i18n-tools
Expand Down
14 changes: 7 additions & 7 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==0.7.16
alabaster==1.0.0
# via sphinx
appdirs==1.4.4
# via
Expand Down Expand Up @@ -94,24 +94,24 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==7.4.7
sphinx==8.0.2
# via
# -r requirements/docs.in
# pydata-sphinx-theme
# sphinx-book-theme
sphinx-book-theme==1.1.3
# via -r requirements/docs.in
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.6
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.8
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
wheel==0.43.0
wheel==0.44.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.43.0
wheel==0.44.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==71.1.0
setuptools==72.1.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ astroid==3.2.4
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.149
boto3==1.34.153
# via fs-s3fs
botocore==1.34.149
botocore==1.34.153
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -99,7 +99,7 @@ pbr==6.0.0
# via stevedore
platformdirs==4.2.2
# via pylint
pycodestyle==2.12.0
pycodestyle==2.12.1
# via -r requirements/quality.in
pygments==2.18.0
# via rich
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.149
boto3==1.34.153
# via fs-s3fs
botocore==1.34.149
botocore==1.34.153
# via
# boto3
# s3transfer
Expand All @@ -48,7 +48,7 @@ code-annotations==1.8.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via coveralls
coveralls==4.0.1
# via -r requirements/test.in
Expand Down Expand Up @@ -90,7 +90,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.1
jaraco-functools==4.0.2
# via keyring
jeepney==0.8.0
# via
Expand All @@ -104,7 +104,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
keyring==25.2.1
keyring==25.3.0
# via twine
lxml==5.2.2
# via
Expand Down

0 comments on commit 70f85a1

Please sign in to comment.