Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #223

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.8.0
# via tox
tox==4.21.2
tox==4.23.0
# via -r requirements/ci.in
virtualenv==20.26.6
virtualenv==20.27.0
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.3
coverage[toml]==7.6.4
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==43.0.1
cryptography==43.0.3
# via
# -r requirements/quality.txt
# secretstorage
Expand Down Expand Up @@ -144,7 +144,7 @@ markdown-it-py==3.0.0
# via
# -r requirements/quality.txt
# rich
markupsafe==3.0.1
markupsafe==3.0.2
# via
# -r requirements/quality.txt
# jinja2
Expand Down Expand Up @@ -307,7 +307,7 @@ tomlkit==0.13.2
# via
# -r requirements/quality.txt
# pylint
tox==4.21.2
tox==4.23.0
# via -r requirements/ci.txt
twine==5.1.1
# via -r requirements/quality.txt
Expand All @@ -316,7 +316,7 @@ urllib3==2.2.3
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.26.6
virtualenv==20.27.0
# via
# -r requirements/ci.txt
# tox
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==1.0.0
# via sphinx
anyio==4.6.2
anyio==4.6.2.post1
# via
# starlette
# watchfiles
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.6.3
coverage[toml]==7.6.4
# via
# -r requirements/test.txt
# pytest-cov
cryptography==43.0.1
cryptography==43.0.3
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
Expand Down Expand Up @@ -97,7 +97,7 @@ keyring==25.4.1
# via twine
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.1
markupsafe==3.0.2
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -216,7 +216,7 @@ sqlparse==0.5.1
# via
# -r requirements/test.txt
# django
starlette==0.39.2
starlette==0.41.0
# via sphinx-autobuild
stevedore==5.3.0
# via
Expand All @@ -235,7 +235,7 @@ urllib3==2.2.3
# via
# requests
# twine
uvicorn==0.31.1
uvicorn==0.32.0
# via sphinx-autobuild
watchfiles==0.24.0
# via sphinx-autobuild
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.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==75.1.0
setuptools==75.2.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.3
coverage[toml]==7.6.4
# via
# -r requirements/test.txt
# pytest-cov
cryptography==43.0.1
cryptography==43.0.3
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
Expand Down Expand Up @@ -82,7 +82,7 @@ keyring==25.4.1
# via twine
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.1
markupsafe==3.0.2
# via
# -r requirements/test.txt
# jinja2
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ click==8.1.7
# via code-annotations
code-annotations==1.8.0
# via -r requirements/test.in
coverage[toml]==7.6.3
coverage[toml]==7.6.4
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand All @@ -24,7 +24,7 @@ iniconfig==2.0.0
# via pytest
jinja2==3.1.4
# via code-annotations
markupsafe==3.0.1
markupsafe==3.0.2
# via jinja2
packaging==24.1
# via pytest
Expand Down