Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 30, 2024
1 parent 45de432 commit 265c2f4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/quality.txt
# django
astroid==3.3.7
astroid==3.3.8
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -38,7 +38,7 @@ chardet==5.2.0
# -r requirements/ci.txt
# diff-cover
# tox
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# 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.9
coverage[toml]==7.6.10
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -135,7 +135,7 @@ jinja2==3.1.5
# -r requirements/quality.txt
# code-annotations
# diff-cover
keyring==25.5.0
keyring==25.6.0
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -212,7 +212,7 @@ pygments==2.18.0
# diff-cover
# readme-renderer
# rich
pylint==3.3.2
pylint==3.3.3
# via
# -r requirements/quality.txt
# edx-lint
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ certifi==2024.12.14
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.8
# via
Expand All @@ -41,7 +41,7 @@ code-annotations==2.1.0
# via -r requirements/test.txt
colorama==0.4.6
# via sphinx-autobuild
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -91,7 +91,7 @@ jinja2==3.1.5
# -r requirements/test.txt
# code-annotations
# sphinx
keyring==25.5.0
keyring==25.6.0
# via twine
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -214,7 +214,7 @@ sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
starlette==0.42.0
starlette==0.45.0
# via sphinx-autobuild
stevedore==5.4.0
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.7
astroid==3.3.8
# via
# pylint
# pylint-celery
Expand All @@ -18,7 +18,7 @@ certifi==2024.12.14
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.8
# via
Expand All @@ -32,7 +32,7 @@ code-annotations==2.1.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -76,7 +76,7 @@ jinja2==3.1.5
# via
# -r requirements/test.txt
# code-annotations
keyring==25.5.0
keyring==25.6.0
# via twine
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -121,7 +121,7 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pylint==3.3.2
pylint==3.3.3
# via
# edx-lint
# pylint-celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ click==8.1.8
# via code-annotations
code-annotations==2.1.0
# via -r requirements/test.in
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down

0 comments on commit 265c2f4

Please sign in to comment.