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
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==7.0.6
cachetools==7.1.1
# via tox
colorama==0.4.6
# via tox
Expand Down Expand Up @@ -36,7 +36,7 @@ python-discovery==1.2.2
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.53.0
tox==4.53.1
# via -r requirements/ci.in
virtualenv==21.2.4
virtualenv==21.3.0
# via tox
15 changes: 8 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ beautifulsoup4==4.14.3
# via
# -r requirements/doc.txt
# pydata-sphinx-theme
build==1.4.4
build==1.5.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==7.0.6
cachetools==7.1.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -87,7 +87,7 @@ docutils==0.22.4
# pydata-sphinx-theme
# readme-renderer
# sphinx
edx-lint==6.0.0
edx-lint==6.1.0
# via -r requirements/doc.txt
execnet==2.1.2
# via
Expand All @@ -99,7 +99,7 @@ filelock==3.29.0
# python-discovery
# tox
# virtualenv
hypothesis==6.152.3
hypothesis==6.152.4
# via -r requirements/doc.txt
idna==3.13
# via
Expand Down Expand Up @@ -157,7 +157,7 @@ packaging==26.2
# sphinx
# tox
# wheel
pathspec==1.1.0
pathspec==1.1.1
# via
# -r requirements/doc.txt
# mypy
Expand Down Expand Up @@ -317,8 +317,9 @@ tomli-w==1.2.0
tomlkit==0.14.0
# via
# -r requirements/doc.txt
# edx-lint
# pylint
tox==4.53.0
tox==4.53.1
# via -r requirements/ci.txt
typing-extensions==4.15.0
# via
Expand All @@ -330,7 +331,7 @@ urllib3==2.6.3
# via
# -r requirements/doc.txt
# requests
virtualenv==21.2.4
virtualenv==21.3.0
# via
# -r requirements/ci.txt
# tox
Expand Down
7 changes: 4 additions & 3 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ dnspython==2.8.0
# via
# -r requirements/test.txt
# pymongo
edx-lint==6.0.0
edx-lint==6.1.0
# via -r requirements/test.txt
execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.152.3
hypothesis==6.152.4
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand Down Expand Up @@ -81,7 +81,7 @@ packaging==26.2
# via
# -r requirements/test.txt
# pytest
pathspec==1.1.0
pathspec==1.1.1
# via
# -r requirements/test.txt
# mypy
Expand Down Expand Up @@ -161,6 +161,7 @@ text-unidecode==1.3
tomlkit==0.14.0
# via
# -r requirements/test.txt
# edx-lint
# pylint
typing-extensions==4.15.0
# via
Expand Down
7 changes: 4 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ docutils==0.22.4
# pydata-sphinx-theme
# readme-renderer
# sphinx
edx-lint==6.0.0
edx-lint==6.1.0
# via -r requirements/test.txt
execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.152.3
hypothesis==6.152.4
# via -r requirements/test.txt
idna==3.13
# via requests
Expand Down Expand Up @@ -108,7 +108,7 @@ packaging==26.2
# -r requirements/test.txt
# pytest
# sphinx
pathspec==1.1.0
pathspec==1.1.1
# via
# -r requirements/test.txt
# mypy
Expand Down Expand Up @@ -220,6 +220,7 @@ text-unidecode==1.3
tomlkit==0.14.0
# via
# -r requirements/test.txt
# edx-lint
# pylint
typing-extensions==4.15.0
# 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 @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.4.4
build==1.5.0
# via pip-tools
click==8.3.3
# via pip-tools
Expand Down
10 changes: 6 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ dnspython==2.8.0
# via
# -r requirements/base.txt
# pymongo
edx-lint==6.0.0
edx-lint==6.1.0
# via -r requirements/test.in
execnet==2.1.2
# via pytest-xdist
hypothesis==6.152.3
hypothesis==6.152.4
# 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.2
# via pytest
pathspec==1.1.0
pathspec==1.1.1
# via mypy
platformdirs==4.9.6
# via pylint
Expand Down Expand Up @@ -107,7 +107,9 @@ stevedore==5.7.0
text-unidecode==1.3
# via python-slugify
tomlkit==0.14.0
# via pylint
# via
# edx-lint
# pylint
typing-extensions==4.15.0
# via
# -r requirements/base.txt
Expand Down