Skip to content
Closed
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
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
#
# make upgrade
#
cachetools==6.2.0
cachetools==6.2.1
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.19.1
filelock==3.20.0
# via
# tox
# virtualenv
packaging==25.0
# via
# pyproject-api
# tox
platformdirs==4.4.0
platformdirs==4.5.0
# via
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.9.1
pyproject-api==1.10.0
# via tox
tox==4.30.3
tox==4.31.0
# via -r requirements/ci.in
virtualenv==20.34.0
virtualenv==20.35.3
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build==1.3.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==6.2.0
cachetools==6.2.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -66,7 +66,7 @@ django==4.2.25
# -r requirements/quality.txt
edx-lint==5.6.0
# via -r requirements/quality.txt
filelock==3.19.1
filelock==3.20.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -105,7 +105,7 @@ packaging==25.0
# tox
pip-tools==7.5.1
# via -r requirements/pip-tools.txt
platformdirs==4.4.0
platformdirs==4.5.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -149,7 +149,7 @@ pylint-plugin-utils==0.9.0
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pyproject-api==1.9.1
pyproject-api==1.10.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -196,9 +196,9 @@ tomlkit==0.13.3
# via
# -r requirements/quality.txt
# pylint
tox==4.30.3
tox==4.31.0
# via -r requirements/ci.txt
virtualenv==20.34.0
virtualenv==20.35.3
# via
# -r requirements/ci.txt
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ docutils==0.21.2
# sphinx
id==1.5.0
# via twine
idna==3.10
idna==3.11
# via requests
imagesize==1.4.1
# via sphinx
Expand Down Expand Up @@ -89,7 +89,7 @@ more-itertools==10.8.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.3.0
nh3==0.3.1
# via readme-renderer
packaging==25.0
# via
Expand Down Expand Up @@ -141,7 +141,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==14.1.0
rich==14.2.0
# via twine
roman-numerals-py==3.1.0
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ packaging==25.0
# via
# -r requirements/test.txt
# pytest
platformdirs==4.4.0
platformdirs==4.5.0
# via pylint
pluggy==1.6.0
# via
Expand Down