Skip to content
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/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cffi==2.0.0
# pynacl
charset-normalizer==3.4.7
# via requests
click==8.4.1
click==8.4.2
# via edx-django-utils
cryptography==49.0.0
# via pyjwt
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ python-discovery==1.4.2
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.55.1
tox==4.56.1
# via -r requirements/ci.in
virtualenv==21.5.1
# via tox
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/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ charset-normalizer==3.4.7
# -r requirements/base.txt
# -r requirements/test.txt
# requests
click==8.4.1
click==8.4.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -75,7 +75,7 @@ colorama==0.4.6
# via
# -r requirements/test.txt
# tox
coverage[toml]==7.14.2
coverage[toml]==7.14.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -447,7 +447,7 @@ tomlkit==0.15.0
# -r requirements/test.txt
# edx-lint
# pylint
tox==4.55.1
tox==4.56.1
# via -r requirements/test.txt
typing-extensions==4.15.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ charset-normalizer==3.4.7
# via
# -r requirements/base.txt
# requests
click==8.4.1
click==8.4.2
# via
# -r requirements/base.txt
# code-annotations
Expand All @@ -53,7 +53,7 @@ code-annotations==3.0.0
# via -r requirements/test.in
colorama==0.4.6
# via tox
coverage[toml]==7.14.2
coverage[toml]==7.14.3
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -321,7 +321,7 @@ tomli-w==1.2.0
# via tox
tomlkit==0.15.0
# via pylint
tox==4.55.1
tox==4.56.1
# via -r requirements/test.in
typing-extensions==4.15.0
# via
Expand Down