Skip to content

Commit

Permalink
chore: Updating Python Requirements (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Apr 30, 2024
1 parent 5a6dab9 commit b8db045
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 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.0
platformdirs==4.2.1
# via
# tox
# virtualenv
Expand All @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.14.2
tox==4.15.0
# via -r requirements/ci.in
virtualenv==20.25.3
virtualenv==20.26.0
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ astroid==3.1.0
# -r requirements/quality.txt
# pylint
# pylint-celery
backports-tarfile==1.1.0
backports-tarfile==1.1.1
# via
# -r requirements/quality.txt
# jaraco-context
Expand Down Expand Up @@ -67,7 +67,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.4.4
coverage[toml]==7.5.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -152,7 +152,7 @@ jinja2==3.1.3
# -r requirements/quality.txt
# code-annotations
# diff-cover
keyring==25.1.0
keyring==25.2.0
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -200,7 +200,7 @@ pkginfo==1.10.0
# via
# -r requirements/quality.txt
# twine
platformdirs==4.2.0
platformdirs==4.2.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -257,7 +257,7 @@ pyproject-hooks==1.0.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -336,7 +336,7 @@ tomlkit==0.12.4
# via
# -r requirements/quality.txt
# pylint
tox==4.14.2
tox==4.15.0
# via -r requirements/ci.txt
twine==5.0.0
# via -r requirements/quality.txt
Expand All @@ -352,7 +352,7 @@ urllib3==2.2.1
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.25.3
virtualenv==20.26.0
# via
# -r requirements/ci.txt
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ babel==2.14.0
# via
# pydata-sphinx-theme
# sphinx
backports-tarfile==1.1.0
backports-tarfile==1.1.1
# via jaraco-context
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
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.4.4
coverage[toml]==7.5.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -98,7 +98,7 @@ jinja2==3.1.3
# -r requirements/test.txt
# code-annotations
# sphinx
keyring==25.1.0
keyring==25.2.0
# via twine
livereload==2.6.3
# via sphinx-autobuild
Expand Down Expand Up @@ -147,7 +147,7 @@ pygments==2.17.2
# sphinx
pyproject-hooks==1.0.0
# via build
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ astroid==3.1.0
# via
# pylint
# pylint-celery
backports-tarfile==1.1.0
backports-tarfile==1.1.1
# via jaraco-context
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
Expand All @@ -37,7 +37,7 @@ code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.4.4
coverage[toml]==7.5.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -90,7 +90,7 @@ jinja2==3.1.3
# via
# -r requirements/test.txt
# code-annotations
keyring==25.1.0
keyring==25.2.0
# via twine
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -118,7 +118,7 @@ pbr==6.0.0
# stevedore
pkginfo==1.10.0
# via twine
platformdirs==4.2.0
platformdirs==4.2.1
# via pylint
pluggy==1.5.0
# via
Expand Down Expand Up @@ -148,7 +148,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
4 changes: 2 additions & 2 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.4.4
coverage[toml]==7.5.0
# 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.1.1
pytest==8.2.0
# via
# pytest-cov
# pytest-django
Expand Down

0 comments on commit b8db045

Please sign in to comment.