Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jun 3, 2024
1 parent 16de16c commit 62bff59
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ django==4.2.13
# -r requirements/base.in
sqlparse==0.5.0
# via django
typing-extensions==4.11.0
typing-extensions==4.12.1
# via asgiref
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packaging==24.0
# via
# pyproject-api
# tox
platformdirs==4.2.1
platformdirs==4.2.2
# via
# tox
# virtualenv
Expand All @@ -34,5 +34,5 @@ tomli==2.0.1
# tox
tox==4.15.0
# via -r requirements/ci.in
virtualenv==20.26.1
virtualenv==20.26.2
# via tox
28 changes: 14 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ asgiref==3.8.1
# via
# -r requirements/quality.txt
# django
astroid==3.1.0
astroid==3.2.2
# via
# -r requirements/quality.txt
# pylint
# pylint-celery
backports-tarfile==1.1.1
backports-tarfile==1.2.0
# via
# -r requirements/quality.txt
# jaraco-context
Expand All @@ -30,7 +30,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 @@ -67,7 +67,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.5.1
coverage[toml]==7.5.3
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -152,7 +152,7 @@ jinja2==3.1.4
# -r requirements/quality.txt
# code-annotations
# diff-cover
keyring==25.2.0
keyring==25.2.1
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -196,11 +196,11 @@ pbr==6.0.0
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
pkginfo==1.10.0
pkginfo==1.11.0
# via
# -r requirements/quality.txt
# twine
platformdirs==4.2.1
platformdirs==4.2.2
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -228,7 +228,7 @@ pygments==2.18.0
# diff-cover
# readme-renderer
# rich
pylint==3.1.0
pylint==3.2.2
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -257,7 +257,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 @@ -278,7 +278,7 @@ readme-renderer==43.0
# via
# -r requirements/quality.txt
# twine
requests==2.31.0
requests==2.32.3
# via
# -r requirements/quality.txt
# requests-toolbelt
Expand Down Expand Up @@ -337,9 +337,9 @@ tomlkit==0.12.5
# pylint
tox==4.15.0
# via -r requirements/ci.txt
twine==5.0.0
twine==5.1.0
# via -r requirements/quality.txt
typing-extensions==4.11.0
typing-extensions==4.12.1
# via
# -r requirements/quality.txt
# asgiref
Expand All @@ -351,15 +351,15 @@ urllib3==2.2.1
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.26.1
virtualenv==20.26.2
# via
# -r requirements/ci.txt
# tox
wheel==0.43.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.18.1
zipp==3.19.1
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down
20 changes: 10 additions & 10 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ babel==2.15.0
# via
# pydata-sphinx-theme
# sphinx
backports-tarfile==1.1.1
backports-tarfile==1.2.0
# via jaraco-context
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
Expand All @@ -27,7 +27,7 @@ beautifulsoup4==4.12.3
# via pydata-sphinx-theme
build==1.2.1
# via -r requirements/doc.in
certifi==2024.2.2
certifi==2024.6.2
# via requests
cffi==1.16.0
# via cryptography
Expand All @@ -41,7 +41,7 @@ code-annotations==1.8.0
# via -r requirements/test.txt
colorama==0.4.6
# via sphinx-autobuild
coverage[toml]==7.5.1
coverage[toml]==7.5.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -98,7 +98,7 @@ jinja2==3.1.4
# -r requirements/test.txt
# code-annotations
# sphinx
keyring==25.2.0
keyring==25.2.1
# via twine
livereload==2.6.3
# via sphinx-autobuild
Expand Down Expand Up @@ -127,7 +127,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 @@ -147,7 +147,7 @@ pygments==2.18.0
# sphinx
pyproject-hooks==1.1.0
# via build
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -168,7 +168,7 @@ pyyaml==6.0.1
# code-annotations
readme-renderer==43.0
# via twine
requests==2.31.0
requests==2.32.3
# via
# requests-toolbelt
# sphinx
Expand Down Expand Up @@ -241,9 +241,9 @@ tomli==2.0.1
# pytest
tornado==6.4
# via livereload
twine==5.0.0
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 @@ -253,7 +253,7 @@ urllib3==2.2.1
# via
# requests
# twine
zipp==3.18.1
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.1
zipp==3.19.1
# 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
26 changes: 13 additions & 13 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.1.0
astroid==3.2.2
# via
# pylint
# pylint-celery
backports-tarfile==1.1.1
backports-tarfile==1.2.0
# via jaraco-context
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# django
certifi==2024.2.2
certifi==2024.6.2
# via requests
cffi==1.16.0
# via cryptography
Expand All @@ -37,7 +37,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 @@ -90,7 +90,7 @@ jinja2==3.1.4
# via
# -r requirements/test.txt
# code-annotations
keyring==25.2.0
keyring==25.2.1
# via twine
markdown-it-py==3.0.0
# via rich
Expand All @@ -116,9 +116,9 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
pkginfo==1.10.0
pkginfo==1.11.0
# via twine
platformdirs==4.2.1
platformdirs==4.2.2
# via pylint
pluggy==1.5.0
# via
Expand All @@ -134,7 +134,7 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pylint==3.1.0
pylint==3.2.2
# via
# edx-lint
# pylint-celery
Expand All @@ -148,7 +148,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 @@ -167,7 +167,7 @@ pyyaml==6.0.1
# code-annotations
readme-renderer==43.0
# via twine
requests==2.31.0
requests==2.32.3
# via
# requests-toolbelt
# twine
Expand Down Expand Up @@ -203,9 +203,9 @@ tomli==2.0.1
# pytest
tomlkit==0.12.5
# via pylint
twine==5.0.0
twine==5.1.0
# via -r requirements/quality.in
typing-extensions==4.11.0
typing-extensions==4.12.1
# via
# -r requirements/test.txt
# asgiref
Expand All @@ -216,7 +216,7 @@ urllib3==2.2.1
# via
# requests
# twine
zipp==3.18.1
zipp==3.19.1
# via
# importlib-metadata
# importlib-resources
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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
ddt==1.7.2
# via -r requirements/test.in
Expand All @@ -39,7 +39,7 @@ pbr==6.0.0
# via stevedore
pluggy==1.5.0
# via pytest
pytest==8.2.0
pytest==8.2.1
# via
# pytest-cov
# pytest-django
Expand All @@ -63,7 +63,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.11.0
typing-extensions==4.12.1
# via
# -r requirements/base.txt
# asgiref

0 comments on commit 62bff59

Please sign in to comment.