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==6.2.5
cachetools==7.0.0
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.13.2
coverage==7.13.3
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ astroid==4.0.3
# -r requirements/doc.txt
# pylint
# pylint-celery
babel==2.17.0
babel==2.18.0
# via
# -r requirements/doc.txt
# pydata-sphinx-theme
Expand All @@ -30,7 +30,7 @@ build==1.4.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==6.2.5
cachetools==7.0.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -66,7 +66,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.13.2
coverage[toml]==7.13.3
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
Expand Down Expand Up @@ -102,7 +102,7 @@ filelock==3.20.3
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.151.0
hypothesis==6.151.5
# via -r requirements/doc.txt
idna==3.11
# via
Expand Down Expand Up @@ -161,7 +161,7 @@ packaging==26.0
# sphinx
# tox
# wheel
pathspec==1.0.3
pathspec==1.0.4
# via
# -r requirements/doc.txt
# mypy
Expand Down
6 changes: 3 additions & 3 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.13.2
coverage[toml]==7.13.3
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -43,7 +43,7 @@ execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.151.0
hypothesis==6.151.5
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand Down Expand Up @@ -81,7 +81,7 @@ packaging==26.0
# via
# -r requirements/test.txt
# pytest
pathspec==1.0.3
pathspec==1.0.4
# via
# -r requirements/test.txt
# mypy
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ astroid==4.0.3
# -r requirements/test.txt
# pylint
# pylint-celery
babel==2.17.0
babel==2.18.0
# via
# pydata-sphinx-theme
# sphinx
Expand All @@ -37,7 +37,7 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.13.2
coverage[toml]==7.13.3
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -62,7 +62,7 @@ execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.151.0
hypothesis==6.151.5
# via -r requirements/test.txt
idna==3.11
# via requests
Expand Down Expand Up @@ -109,7 +109,7 @@ packaging==26.0
# pydata-sphinx-theme
# pytest
# sphinx
pathspec==1.0.3
pathspec==1.0.4
# via
# -r requirements/test.txt
# mypy
Expand Down
4 changes: 3 additions & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ wheel==0.46.3

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via -r requirements/pip.in
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==80.10.2
# 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 @@ -17,7 +17,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.13.2
coverage[toml]==7.13.3
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -33,7 +33,7 @@ edx-lint==5.6.0
# via -r requirements/test.in
execnet==2.1.2
# via pytest-xdist
hypothesis==6.151.0
hypothesis==6.151.5
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
Expand All @@ -55,7 +55,7 @@ mypy-extensions==1.1.0
# via mypy
packaging==26.0
# via pytest
pathspec==1.0.3
pathspec==1.0.4
# via mypy
platformdirs==4.5.1
# via pylint
Expand Down