Skip to content

Commit

Permalink
chore: Updating Python Requirements (openedx#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored May 6, 2024
1 parent c752ac2 commit d231ed4
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 30 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ django-waffle==4.1.0
# via edx-django-utils
dnspython==2.6.1
# via pymongo
edx-django-utils==5.12.0
edx-django-utils==5.13.0
# via -r requirements/base.in
edx-opaque-keys[django]==2.9.0
# via -r requirements/base.in
Expand Down
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
17 changes: 8 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,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 @@ -115,7 +115,7 @@ docutils==0.20.1
# via
# -r requirements/quality.txt
# readme-renderer
edx-django-utils==5.12.0
edx-django-utils==5.13.0
# via -r requirements/quality.txt
edx-lint==5.3.6
# via -r requirements/quality.txt
Expand All @@ -127,7 +127,7 @@ exceptiongroup==1.2.1
# pytest
fastavro==1.9.4
# via -r requirements/quality.txt
filelock==3.13.4
filelock==3.14.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -173,7 +173,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 @@ -260,7 +260,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 @@ -298,7 +298,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 @@ -377,7 +377,6 @@ tomli==2.0.1
# pip-tools
# pylint
# pyproject-api
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.4
Expand All @@ -401,7 +400,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
15 changes: 7 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ asgiref==3.8.1
# django
attrs==23.2.0
# via -r requirements/test.txt
babel==2.14.0
babel==2.15.0
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -47,11 +47,11 @@ code-annotations==1.7.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 @@ -83,7 +83,7 @@ docutils==0.19
# readme-renderer
# restructuredtext-lint
# sphinx
edx-django-utils==5.12.0
edx-django-utils==5.13.0
# via -r requirements/test.txt
edx-opaque-keys[django]==2.9.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -120,7 +120,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 @@ -174,7 +174,7 @@ pycparser==2.22
# cffi
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
pygments==2.17.2
pygments==2.18.0
# via
# accessible-pygments
# doc8
Expand All @@ -190,7 +190,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via build
pytest==8.2.0
# via
Expand Down Expand Up @@ -285,7 +285,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
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ code-annotations==1.7.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 All @@ -75,7 +75,7 @@ dnspython==2.6.1
# pymongo
docutils==0.20.1
# via readme-renderer
edx-django-utils==5.12.0
edx-django-utils==5.13.0
# via -r requirements/test.txt
edx-lint==5.3.6
# via -r requirements/quality.in
Expand Down Expand Up @@ -114,7 +114,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 @@ -170,7 +170,7 @@ pycparser==2.22
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.17.2
pygments==2.18.0
# via
# readme-renderer
# rich
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ click==8.1.7
# edx-django-utils
code-annotations==1.7.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 @@ -48,7 +48,7 @@ dnspython==2.6.1
# via
# -r requirements/base.txt
# pymongo
edx-django-utils==5.12.0
edx-django-utils==5.13.0
# via -r requirements/base.txt
edx-opaque-keys[django]==2.9.0
# via -r requirements/base.txt
Expand All @@ -58,7 +58,7 @@ fastavro==1.9.4
# via -r requirements/base.txt
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 d231ed4

Please sign in to comment.