Skip to content
Open
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/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cffi==2.0.0
# via cryptography
charset-normalizer==3.4.7
# via requests
click==8.4.1
click==8.4.2
# via
# -r requirements/base.in
# celery
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cffi==2.0.0
# via cryptography
charset-normalizer==3.4.7
# via requests
click==8.4.1
click==8.4.2
# via
# -r requirements/base.in
# celery
Expand All @@ -72,7 +72,7 @@ click-repl==0.3.0
# via celery
code-annotations==3.0.0
# via edx-lint
coverage[toml]==7.14.2
coverage[toml]==7.14.3
# via pytest-cov
cryptography==49.0.0
# via
Expand Down Expand Up @@ -149,7 +149,7 @@ mypy==2.1.0
# via -r requirements/dev.in
mypy-extensions==1.1.0
# via mypy
nh3==0.3.5
nh3==0.3.6
# via readme-renderer
oauthlib[signedtoken]==3.3.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jinja2==3.1.6
# via sphinx
markupsafe==3.0.3
# via jinja2
nh3==0.3.5
nh3==0.3.6
# via readme-renderer
packaging==26.2
# via sphinx
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.5.0
# via pip-tools
click==8.4.1
click==8.4.2
# via pip-tools
packaging==26.2
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cffi==2.0.0
# via cryptography
charset-normalizer==3.4.7
# via requests
click==8.4.1
click==8.4.2
# via
# -r requirements/base.in
# celery
Expand All @@ -51,7 +51,7 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
coverage[toml]==7.14.2
coverage[toml]==7.14.3
# via pytest-cov
cryptography==49.0.0
# via
Expand Down Expand Up @@ -106,7 +106,7 @@ markupsafe==3.0.3
# jinja2
# sentry-sdk
# werkzeug
nh3==0.3.5
nh3==0.3.6
# via readme-renderer
oauthlib[signedtoken]==3.3.1
# via
Expand Down