Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jul 26, 2024
1 parent cce5bbc commit efe01a2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/quality.txt
# django
astroid==3.2.3
astroid==3.2.4
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -59,7 +59,7 @@ coverage[toml]==7.6.0
# -r requirements/ci.txt
# -r requirements/quality.txt
# pytest-cov
diff-cover==9.1.0
diff-cover==9.1.1
# via -r requirements/dev.in
dill==0.3.8
# via
Expand Down Expand Up @@ -163,7 +163,7 @@ pygments==2.18.0
# via diff-cover
pyjwkest==1.4.2
# via -r requirements/quality.txt
pylint==3.2.5
pylint==3.2.6
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -192,7 +192,7 @@ pyproject-hooks==1.1.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.2.2
pytest==8.3.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ coverage[toml]==7.6.0
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.8
cryptography==43.0.0
# via secretstorage
django==4.2.14
# via
Expand Down Expand Up @@ -132,7 +132,7 @@ pyjwkest==1.4.2
# via -r requirements/test.txt
pyproject-hooks==1.1.0
# via build
pytest==8.2.2
pytest==8.3.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -174,17 +174,17 @@ six==1.16.0
# pyjwkest
snowballstemmer==2.2.0
# via sphinx
sphinx==7.4.4
sphinx==7.4.7
# via -r requirements/doc.in
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.6
# via sphinx
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-htmlhelp==2.0.6
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-qthelp==1.0.8
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
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.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.1.2
# via -r requirements/pip.in
setuptools==70.3.0
setuptools==71.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 @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.2.3
astroid==3.2.4
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -94,7 +94,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.in
pyjwkest==1.4.2
# via -r requirements/test.txt
pylint==3.2.5
pylint==3.2.6
# via
# edx-lint
# pylint-celery
Expand All @@ -108,7 +108,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.2.2
pytest==8.3.1
# 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.2.2
pytest==8.3.1
# via
# pytest-cov
# pytest-django
Expand Down

0 comments on commit efe01a2

Please sign in to comment.