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/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
cachetools==5.5.2
cachetools==6.0.0
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.8.0
coverage==7.8.2
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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 @@ -50,7 +50,7 @@ charset-normalizer==3.4.2
# via
# -r requirements/doc.txt
# requests
click==8.2.0
click==8.2.1
# via
# -r requirements/doc.txt
# -r requirements/pip-tools.txt
Expand All @@ -70,7 +70,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.8.0
coverage[toml]==7.8.2
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
Expand Down Expand Up @@ -106,7 +106,7 @@ filelock==3.18.0
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.131.18
hypothesis==6.131.28
# via -r requirements/doc.txt
idna==3.10
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ attrs==25.3.0
# via
# -r requirements/test.txt
# hypothesis
click==8.2.0
click==8.2.1
# via
# -r requirements/test.txt
# click-log
Expand All @@ -27,7 +27,7 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.8.0
coverage[toml]==7.8.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -47,7 +47,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.131.18
hypothesis==6.131.28
# via -r requirements/test.txt
iniconfig==2.1.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 @@ -27,7 +27,7 @@ certifi==2025.4.26
# via requests
charset-normalizer==3.4.2
# via requests
click==8.2.0
click==8.2.1
# via
# -r requirements/test.txt
# click-log
Expand All @@ -41,7 +41,7 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.8.0
coverage[toml]==7.8.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -66,7 +66,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.131.18
hypothesis==6.131.28
# via -r requirements/test.txt
idna==3.10
# 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.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 https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==80.7.1
setuptools==80.8.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ astroid==3.3.10
# pylint-celery
attrs==25.3.0
# via hypothesis
click==8.2.0
click==8.2.1
# via
# click-log
# code-annotations
Expand All @@ -19,7 +19,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.in
# pytest-cov
Expand All @@ -35,7 +35,7 @@ edx-lint==5.6.0
# via -r requirements/test.in
execnet==2.1.1
# via pytest-xdist
hypothesis==6.131.18
hypothesis==6.131.28
# via -r requirements/test.in
iniconfig==2.1.0
# via pytest
Expand Down