Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Dec 27, 2024
1 parent 1e66d00 commit 635e168
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ certifi==2024.12.14
# via requests
chardet==5.2.0
# via tox
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
colorama==0.4.6
# via tox
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via coveralls
coveralls==4.0.1
# via -r requirements/ci.in
Expand Down Expand Up @@ -44,7 +44,7 @@ requests==2.32.3
# via coveralls
tox==4.23.2
# via -r requirements/ci.in
urllib3==2.2.3
urllib3==2.3.0
# via requests
virtualenv==20.28.0
# via tox
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
astroid==3.3.6
astroid==3.3.8
# via
# pylint
# pylint-celery
Expand All @@ -32,9 +32,9 @@ chardet==5.2.0
# diff-cover
# pysrt
# tox
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# click-log
# code-annotations
Expand All @@ -50,7 +50,7 @@ code-annotations==2.1.0
# edx-toggles
colorama==0.4.6
# via tox
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via
# -r requirements/test.in
# coveralls
Expand Down Expand Up @@ -157,11 +157,11 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
jinja2==3.1.5
# via
# code-annotations
# diff-cover
keyring==25.5.0
keyring==25.6.0
# via twine
lxml==5.3.0
# via -r requirements/base.in
Expand Down Expand Up @@ -234,7 +234,7 @@ pyjwt[crypto]==2.10.1
# via
# drf-jwt
# edx-drf-extensions
pylint==3.3.2
pylint==3.3.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -327,7 +327,7 @@ typing-extensions==4.12.2
# fastapi
# pydantic
# pydantic-core
urllib3==2.2.3
urllib3==2.3.0
# via
# requests
# responses
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.7
click==8.1.8
# via pip-tools
packaging==24.2
# via build
Expand Down
16 changes: 8 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
astroid==3.3.6
astroid==3.3.8
# via
# pylint
# pylint-celery
Expand All @@ -27,9 +27,9 @@ cffi==1.17.1
# pynacl
chardet==5.2.0
# via pysrt
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# click-log
# code-annotations
Expand All @@ -43,7 +43,7 @@ code-annotations==2.1.0
# via
# edx-lint
# edx-toggles
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -137,9 +137,9 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
jinja2==3.1.5
# via code-annotations
keyring==25.5.0
keyring==25.6.0
# via twine
lxml==5.3.0
# via -r requirements/base.in
Expand Down Expand Up @@ -203,7 +203,7 @@ pyjwt[crypto]==2.10.1
# via
# drf-jwt
# edx-drf-extensions
pylint==3.3.2
pylint==3.3.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -291,7 +291,7 @@ typing-extensions==4.12.2
# fastapi
# pydantic
# pydantic-core
urllib3==2.2.3
urllib3==2.3.0
# via
# requests
# responses
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ cffi==1.17.1
# pynacl
chardet==5.2.0
# via pysrt
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# code-annotations
# edx-django-utils
# pact-python
# uvicorn
code-annotations==2.1.0
# via edx-toggles
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -98,7 +98,7 @@ idna==3.10
# yarl
iniconfig==2.0.0
# via pytest
jinja2==3.1.4
jinja2==3.1.5
# via code-annotations
lxml==5.3.0
# via -r requirements/base.in
Expand Down Expand Up @@ -191,7 +191,7 @@ typing-extensions==4.12.2
# fastapi
# pydantic
# pydantic-core
urllib3==2.2.3
urllib3==2.3.0
# via
# requests
# responses
Expand Down

0 comments on commit 635e168

Please sign in to comment.