Skip to content

Commit

Permalink
chore: Updating Python Requirements (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed May 21, 2024
1 parent 8999cdf commit 81c799f
Show file tree
Hide file tree
Showing 8 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
Expand Up @@ -24,7 +24,7 @@ pycryptodomex==3.20.0
# via pyjwkest
pyjwkest==1.4.2
# via -r requirements/base.in
requests==2.31.0
requests==2.32.1
# via pyjwkest
six==1.16.0
# via pyjwkest
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packaging==24.0
# via
# pyproject-api
# tox
platformdirs==4.2.1
platformdirs==4.2.2
# via
# tox
# virtualenv
Expand Down
12 changes: 6 additions & 6 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.0
astroid==3.2.2
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -148,7 +148,7 @@ pbr==6.0.0
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.2.1
platformdirs==4.2.2
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -176,7 +176,7 @@ pygments==2.18.0
# via diff-cover
pyjwkest==1.4.2
# via -r requirements/quality.txt
pylint==3.2.0
pylint==3.2.2
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -205,7 +205,7 @@ pyproject-hooks==1.1.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -223,7 +223,7 @@ pyyaml==6.0.1
# -r requirements/quality.txt
# code-annotations
# edx-i18n-tools
requests==2.31.0
requests==2.32.1
# via
# -r requirements/quality.txt
# pyjwkest
Expand Down Expand Up @@ -284,7 +284,7 @@ wheel==0.43.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.18.1
zipp==3.18.2
# via
# -r requirements/pip-tools.txt
# importlib-metadata
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ pyjwkest==1.4.2
# via -r requirements/test.txt
pyproject-hooks==1.1.0
# via build
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -165,7 +165,7 @@ pyyaml==6.0.1
# code-annotations
readme-renderer==43.0
# via twine
requests==2.31.0
requests==2.32.1
# via
# -r requirements/test.txt
# pyjwkest
Expand Down Expand Up @@ -222,7 +222,7 @@ tomli==2.0.1
# coverage
# doc8
# pytest
twine==5.0.0
twine==5.1.0
# via -r requirements/doc.in
typing-extensions==4.11.0
# via
Expand All @@ -234,7 +234,7 @@ urllib3==2.2.1
# -r requirements/test.txt
# requests
# twine
zipp==3.18.1
zipp==3.18.2
# via
# importlib-metadata
# importlib-resources
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tomli==2.0.1
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.18.1
zipp==3.18.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
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.0
# via -r requirements/pip.in
setuptools==69.5.1
setuptools==70.0.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 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.0
astroid==3.2.2
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -86,7 +86,7 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==4.2.1
platformdirs==4.2.2
# via pylint
pluggy==1.5.0
# via
Expand All @@ -102,7 +102,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.in
pyjwkest==1.4.2
# via -r requirements/test.txt
pylint==3.2.0
pylint==3.2.2
# via
# edx-lint
# pylint-celery
Expand All @@ -116,7 +116,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -133,7 +133,7 @@ pyyaml==6.0.1
# via
# -r requirements/test.txt
# code-annotations
requests==2.31.0
requests==2.32.1
# via
# -r requirements/test.txt
# pyjwkest
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pycryptodomex==3.20.0
# pyjwkest
pyjwkest==1.4.2
# via -r requirements/base.txt
pytest==8.2.0
pytest==8.2.1
# via
# pytest-cov
# pytest-django
Expand All @@ -69,7 +69,7 @@ python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.1
# via code-annotations
requests==2.31.0
requests==2.32.1
# via
# -r requirements/base.txt
# pyjwkest
Expand Down

0 comments on commit 81c799f

Please sign in to comment.