Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 30, 2024
1 parent c53e0cc commit f9d8491
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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 @@ -67,7 +67,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 @@ -165,7 +165,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
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cffi==1.17.1
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.8
# via
Expand All @@ -47,7 +47,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 @@ -122,7 +122,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 @@ -267,7 +267,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
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cffi==1.17.1
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.8
# via
Expand All @@ -39,7 +39,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 @@ -108,7 +108,7 @@ jinja2==3.1.5
# via
# -r requirements/test.txt
# code-annotations
keyring==25.5.0
keyring==25.6.0
# via twine
lazy-object-proxy==1.10.0
# via astroid
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ click==8.1.8
# edx-django-utils
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 f9d8491

Please sign in to comment.