Skip to content

Commit

Permalink
chore: Updating Python Requirements (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jun 6, 2024
1 parent 81c799f commit 61ae045
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via django
backports-zoneinfo==0.2.1
# via django
certifi==2024.2.2
certifi==2024.6.2
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -24,13 +24,13 @@ pycryptodomex==3.20.0
# via pyjwkest
pyjwkest==1.4.2
# via -r requirements/base.in
requests==2.32.1
requests==2.32.3
# via pyjwkest
six==1.16.0
# via pyjwkest
sqlparse==0.5.0
# via django
typing-extensions==4.11.0
typing-extensions==4.12.1
# via asgiref
urllib3==2.2.1
# via requests
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.5.1
coverage==7.5.3
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cachetools==5.3.3
# via
# -r requirements/ci.txt
# tox
certifi==2024.2.2
certifi==2024.6.2
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -58,7 +58,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.5.1
coverage[toml]==7.5.3
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -205,7 +205,7 @@ pyproject-hooks==1.1.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.2.1
pytest==8.2.2
# 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.32.1
requests==2.32.3
# via
# -r requirements/quality.txt
# pyjwkest
Expand Down Expand Up @@ -266,7 +266,7 @@ tomlkit==0.12.5
# pylint
tox==4.15.0
# via -r requirements/ci.txt
typing-extensions==4.11.0
typing-extensions==4.12.1
# via
# -r requirements/quality.txt
# asgiref
Expand All @@ -284,7 +284,7 @@ wheel==0.43.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.18.2
zipp==3.19.1
# via
# -r requirements/pip-tools.txt
# importlib-metadata
Expand Down
16 changes: 8 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ asgiref==3.8.1
# django
babel==2.15.0
# via sphinx
backports-tarfile==1.1.1
backports-tarfile==1.2.0
# via jaraco-context
backports-zoneinfo==0.2.1
# via
# -r requirements/test.txt
# django
build==1.2.1
# via -r requirements/doc.in
certifi==2024.2.2
certifi==2024.6.2
# via
# -r requirements/test.txt
# requests
Expand All @@ -36,7 +36,7 @@ click==8.1.7
# code-annotations
code-annotations==1.8.0
# via -r requirements/test.txt
coverage[toml]==7.5.1
coverage[toml]==7.5.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -122,7 +122,7 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
pkginfo==1.10.0
pkginfo==1.11.0
# via twine
pluggy==1.5.0
# via
Expand All @@ -144,7 +144,7 @@ pyjwkest==1.4.2
# via -r requirements/test.txt
pyproject-hooks==1.1.0
# via build
pytest==8.2.1
pytest==8.2.2
# 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.32.1
requests==2.32.3
# via
# -r requirements/test.txt
# pyjwkest
Expand Down Expand Up @@ -224,7 +224,7 @@ tomli==2.0.1
# pytest
twine==5.1.0
# via -r requirements/doc.in
typing-extensions==4.11.0
typing-extensions==4.12.1
# via
# -r requirements/test.txt
# asgiref
Expand All @@ -234,7 +234,7 @@ urllib3==2.2.1
# -r requirements/test.txt
# requests
# twine
zipp==3.18.2
zipp==3.19.1
# 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.2
zipp==3.19.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ backports-zoneinfo==0.2.1
# via
# -r requirements/test.txt
# django
certifi==2024.2.2
certifi==2024.6.2
# via
# -r requirements/test.txt
# requests
Expand All @@ -36,7 +36,7 @@ code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.5.1
coverage[toml]==7.5.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -116,7 +116,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.2.1
pytest==8.2.2
# 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.32.1
requests==2.32.3
# via
# -r requirements/test.txt
# pyjwkest
Expand Down Expand Up @@ -164,7 +164,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.5
# via pylint
typing-extensions==4.11.0
typing-extensions==4.12.1
# via
# -r requirements/test.txt
# asgiref
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ backports-zoneinfo==0.2.1
# via
# -r requirements/base.txt
# django
certifi==2024.2.2
certifi==2024.6.2
# via
# -r requirements/base.txt
# requests
Expand All @@ -24,7 +24,7 @@ click==8.1.7
# via code-annotations
code-annotations==1.8.0
# via -r requirements/test.in
coverage[toml]==7.5.1
coverage[toml]==7.5.3
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down Expand Up @@ -57,7 +57,7 @@ pycryptodomex==3.20.0
# pyjwkest
pyjwkest==1.4.2
# via -r requirements/base.txt
pytest==8.2.1
pytest==8.2.2
# 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.32.1
requests==2.32.3
# via
# -r requirements/base.txt
# pyjwkest
Expand All @@ -89,7 +89,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.11.0
typing-extensions==4.12.1
# via
# -r requirements/base.txt
# asgiref
Expand Down

0 comments on commit 61ae045

Please sign in to comment.