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 @@ -4,7 +4,7 @@
#
# make upgrade
#
click==8.2.0
click==8.2.1
# via -r requirements/base.in
jinja2==3.1.6
# via -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.5.2
cachetools==6.0.0
# via tox
chardet==5.2.0
# via tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.5.2
cachetools==6.0.0
# via
# -r requirements/ci.txt
# tox
Expand All @@ -26,7 +26,7 @@ chardet==5.2.0
# -r requirements/ci.txt
# diff-cover
# tox
click==8.2.0
click==8.2.1
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand All @@ -46,11 +46,11 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.8.0
coverage[toml]==7.8.2
# via
# -r requirements/quality.txt
# pytest-cov
diff-cover==9.2.4
diff-cover==9.3.1
# via -r requirements/dev.in
dill==0.4.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ cffi==1.17.1
# via cryptography
charset-normalizer==3.4.2
# via requests
click==8.2.0
click==8.2.1
# via -r requirements/test.txt
coverage[toml]==7.8.0
coverage[toml]==7.8.2
# via
# -r requirements/test.txt
# pytest-cov
cryptography==45.0.2
cryptography==45.0.3
# via secretstorage
django==4.2.21
# via
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.2.0
click==8.2.1
# via pip-tools
packaging==25.0
# via build
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c /home/runner/work/code-annotations/code-annotations/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==80.7.1
setuptools==80.8.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ astroid==3.3.10
# via
# pylint
# pylint-celery
click==8.2.0
click==8.2.1
# via
# -r requirements/test.txt
# click-log
Expand All @@ -22,7 +22,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.8.0
coverage[toml]==7.8.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ asgiref==3.8.1
# via
# -r requirements/django.txt
# django
click==8.2.0
click==8.2.1
# via -r requirements/base.txt
coverage[toml]==7.8.0
coverage[toml]==7.8.2
# via pytest-cov
# via
# -c requirements/common_constraints.txt
Expand Down