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
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ charset-normalizer==3.4.7
# via
# -r requirements/doc.txt
# requests
click==8.3.1
click==8.3.2
# via
# -r requirements/doc.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -99,7 +99,7 @@ filelock==3.25.2
# python-discovery
# tox
# virtualenv
hypothesis==6.151.10
hypothesis==6.151.11
# via -r requirements/doc.txt
idna==3.11
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ astroid==4.0.4
# -r requirements/test.txt
# pylint
# pylint-celery
click==8.3.1
click==8.3.2
# via
# -r requirements/test.txt
# click-log
Expand Down Expand Up @@ -43,7 +43,7 @@ execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.151.10
hypothesis==6.151.11
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ certifi==2026.2.25
# via requests
charset-normalizer==3.4.7
# via requests
click==8.3.1
click==8.3.2
# via
# -r requirements/test.txt
# click-log
Expand Down Expand Up @@ -62,7 +62,7 @@ execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.151.10
hypothesis==6.151.11
# via -r requirements/test.txt
idna==3.11
# via requests
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.4.2
# via pip-tools
click==8.3.1
click==8.3.2
# via pip-tools
packaging==26.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ astroid==4.0.4
# via
# pylint
# pylint-celery
click==8.3.1
click==8.3.2
# via
# click-log
# code-annotations
Expand All @@ -33,7 +33,7 @@ edx-lint==6.0.0
# via -r requirements/test.in
execnet==2.1.2
# via pytest-xdist
hypothesis==6.151.10
hypothesis==6.151.11
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
Expand Down