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 Sep 10, 2024
1 parent 11f57b9 commit eb8995f
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 25 deletions.
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ coverage==7.6.1
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
filelock==3.15.4
filelock==3.16.0
# via
# tox
# virtualenv
packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.2.2
platformdirs==4.3.2
# via
# tox
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.7.1
# via tox
tox==4.18.0
tox==4.18.1
# via -r requirements/ci.in
virtualenv==20.26.3
virtualenv==20.26.4
# via tox
24 changes: 14 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ astroid==3.2.4
# -r requirements/quality.txt
# pylint
# pylint-celery
build==1.2.1
build==1.2.2
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -59,7 +59,7 @@ coverage[toml]==7.6.1
# -r requirements/ci.txt
# -r requirements/quality.txt
# pytest-cov
diff-cover==9.1.1
diff-cover==9.2.0
# via -r requirements/dev.in
dill==0.3.8
# via
Expand All @@ -74,11 +74,11 @@ django==4.2.16
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
# edx-i18n-tools
edx-i18n-tools==1.6.2
edx-i18n-tools==1.6.3
# via -r requirements/dev.in
edx-lint==5.4.0
# via -r requirements/quality.txt
filelock==3.15.4
filelock==3.16.0
# via
# -r requirements/ci.txt
# tox
Expand All @@ -104,8 +104,12 @@ jinja2==3.1.4
# -r requirements/quality.txt
# code-annotations
# diff-cover
lxml==5.3.0
# via edx-i18n-tools
lxml[html-clean,html_clean]==5.3.0
# via
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.2.2
# via lxml
markupsafe==2.1.5
# via
# -r requirements/quality.txt
Expand All @@ -131,7 +135,7 @@ pbr==6.1.0
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.2.2
platformdirs==4.3.2
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -188,7 +192,7 @@ pyproject-hooks==1.1.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -235,13 +239,13 @@ tomlkit==0.13.2
# via
# -r requirements/quality.txt
# pylint
tox==4.18.0
tox==4.18.1
# via -r requirements/ci.txt
urllib3==2.2.2
# via
# -r requirements/quality.txt
# requests
virtualenv==20.26.3
virtualenv==20.26.4
# via
# -r requirements/ci.txt
# tox
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ babel==2.16.0
# via sphinx
backports-tarfile==1.2.0
# via jaraco-context
build==1.2.1
build==1.2.2
# via -r requirements/doc.in
certifi==2024.8.30
# via
# -r requirements/test.txt
# requests
cffi==1.17.0
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
# via
Expand All @@ -36,7 +36,7 @@ coverage[toml]==7.6.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==43.0.0
cryptography==43.0.1
# via secretstorage
django==4.2.16
# via
Expand Down Expand Up @@ -93,7 +93,7 @@ markupsafe==2.1.5
# jinja2
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.4.0
more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
Expand Down Expand Up @@ -131,7 +131,7 @@ pyjwkest==1.4.2
# via -r requirements/test.txt
pyproject-hooks==1.1.0
# via build
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -163,7 +163,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.8.0
rich==13.8.1
# via twine
secretstorage==3.3.3
# via keyring
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.2.1
build==1.2.2
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==74.1.1
setuptools==74.1.2
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==4.2.2
platformdirs==4.3.2
# via pylint
pluggy==1.5.0
# via
Expand Down Expand Up @@ -108,7 +108,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pycryptodomex==3.20.0
# pyjwkest
pyjwkest==1.4.2
# via -r requirements/base.txt
pytest==8.3.2
pytest==8.3.3
# via
# pytest-cov
# pytest-django
Expand Down

0 comments on commit eb8995f

Please sign in to comment.