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 #220

Merged
merged 1 commit into from
Oct 14, 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
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.8
distlib==0.3.9
# via virtualenv
filelock==3.16.1
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ chardet==5.2.0
# -r requirements/ci.txt
# diff-cover
# tox
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via
# -r requirements/quality.txt
# requests
Expand All @@ -62,7 +62,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.1
coverage[toml]==7.6.3
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -78,7 +78,7 @@ dill==0.3.9
# via
# -r requirements/quality.txt
# pylint
distlib==0.3.8
distlib==0.3.9
# via
# -r requirements/ci.txt
# virtualenv
Expand Down Expand Up @@ -144,7 +144,7 @@ markdown-it-py==3.0.0
# via
# -r requirements/quality.txt
# rich
markupsafe==2.1.5
markupsafe==3.0.1
# via
# -r requirements/quality.txt
# jinja2
Expand Down Expand Up @@ -223,7 +223,7 @@ pylint-celery==0.3
# via
# -r requirements/quality.txt
# edx-lint
pylint-django==2.5.5
pylint-django==2.6.1
# via
# -r requirements/quality.txt
# edx-lint
Expand Down
16 changes: 9 additions & 7 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.0
anyio==4.6.2
# via
# starlette
# watchfiles
Expand All @@ -30,7 +30,7 @@ certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# 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.6.1
coverage[toml]==7.6.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -97,7 +97,7 @@ keyring==25.4.1
# via twine
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
markupsafe==3.0.1
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -157,6 +157,7 @@ pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
# sphinxcontrib-mermaid
readme-renderer==44.0
# via twine
requests==2.32.3
Expand All @@ -180,14 +181,15 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
# via beautifulsoup4
sphinx==8.0.2
sphinx==8.1.3
# via
# -r requirements/doc.in
# pydata-sphinx-theme
# sphinx-autobuild
# sphinx-book-theme
# sphinx-copybutton
# sphinxcontrib-contentui
# sphinxcontrib-mermaid
sphinx-autobuild==2024.10.3
# via -r requirements/doc.in
sphinx-book-theme==1.1.3
Expand All @@ -204,7 +206,7 @@ sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-mermaid==0.9.2
sphinxcontrib-mermaid==1.0.0
# via -r requirements/doc.in
sphinxcontrib-qthelp==2.0.0
# via sphinx
Expand Down Expand Up @@ -233,7 +235,7 @@ urllib3==2.2.3
# via
# requests
# twine
uvicorn==0.31.0
uvicorn==0.31.1
# via sphinx-autobuild
watchfiles==0.24.0
# via sphinx-autobuild
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand All @@ -32,7 +32,7 @@ code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.1
coverage[toml]==7.6.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -82,7 +82,7 @@ keyring==25.4.1
# via twine
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
markupsafe==3.0.1
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -130,7 +130,7 @@ pylint==3.3.1
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.5
pylint-django==2.6.1
# via edx-lint
pylint-plugin-utils==0.8.2
# via
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.1
coverage[toml]==7.6.3
# 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==2.1.5
markupsafe==3.0.1
# via jinja2
packaging==24.1
# via pytest
Expand Down