Skip to content

Commit

Permalink
chore: Updating Python Requirements (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored May 6, 2024
1 parent b8db045 commit ad1c823
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 25 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.13.4
filelock==3.14.0
# 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.0
virtualenv==20.26.1
# via tox
15 changes: 7 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==42.0.5
cryptography==42.0.6
# via
# -r requirements/quality.txt
# secretstorage
Expand Down Expand Up @@ -101,7 +101,7 @@ exceptiongroup==1.2.1
# via
# -r requirements/quality.txt
# pytest
filelock==3.13.4
filelock==3.14.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -147,7 +147,7 @@ jeepney==0.8.0
# -r requirements/quality.txt
# keyring
# secretstorage
jinja2==3.1.3
jinja2==3.1.4
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -222,7 +222,7 @@ pycparser==2.22
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.17.2
pygments==2.18.0
# via
# -r requirements/quality.txt
# diff-cover
Expand Down Expand Up @@ -252,7 +252,7 @@ pyproject-api==1.6.1
# via
# -r requirements/ci.txt
# tox
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# -r requirements/pip-tools.txt
# build
Expand Down Expand Up @@ -329,7 +329,6 @@ tomli==2.0.1
# pip-tools
# pylint
# pyproject-api
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.4
Expand All @@ -352,7 +351,7 @@ urllib3==2.2.1
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.26.0
virtualenv==20.26.1
# via
# -r requirements/ci.txt
# tox
Expand Down
13 changes: 6 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
babel==2.14.0
babel==2.15.0
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -41,11 +41,11 @@ code-annotations==1.8.0
# via -r requirements/test.txt
colorama==0.4.6
# via sphinx-autobuild
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.5
cryptography==42.0.6
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
Expand Down Expand Up @@ -93,7 +93,7 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.3
jinja2==3.1.4
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -137,15 +137,15 @@ pycparser==2.22
# via cffi
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
pygments==2.17.2
pygments==2.18.0
# via
# accessible-pygments
# doc8
# pydata-sphinx-theme
# readme-renderer
# rich
# sphinx
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via build
pytest==8.2.0
# via
Expand Down Expand Up @@ -238,7 +238,6 @@ tomli==2.0.1
# build
# coverage
# doc8
# pyproject-hooks
# pytest
tornado==6.4
# via livereload
Expand Down
3 changes: 1 addition & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ packaging==24.0
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.43.0
# via pip-tools
zipp==3.18.1
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.5
cryptography==42.0.6
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
Expand Down Expand Up @@ -86,7 +86,7 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.3
jinja2==3.1.4
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -130,7 +130,7 @@ pycparser==2.22
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.17.2
pygments==2.18.0
# via
# readme-renderer
# rich
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.5.0
coverage[toml]==7.5.1
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand All @@ -29,7 +29,7 @@ exceptiongroup==1.2.1
# via pytest
iniconfig==2.0.0
# via pytest
jinja2==3.1.3
jinja2==3.1.4
# via code-annotations
markupsafe==2.1.5
# via jinja2
Expand Down

0 comments on commit ad1c823

Please sign in to comment.