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.3.3
click==8.4.0
# via -r requirements/base.in
jinja2==3.1.6
# via -r requirements/base.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==7.1.1
cachetools==7.1.2
# via tox
colorama==0.4.6
# via tox
Expand All @@ -28,13 +28,13 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.3.0
python-discovery==1.3.1
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.53.1
tox==4.54.0
# via -r requirements/ci.in
virtualenv==21.3.1
virtualenv==21.3.3
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ build==1.5.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==7.1.1
cachetools==7.1.2
# via
# -r requirements/ci.txt
# tox
chardet==7.4.3
# via diff-cover
click==8.3.3
click==8.4.0
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -164,7 +164,7 @@ pytest==9.0.3
# pytest-cov
pytest-cov==7.1.0
# via -r requirements/quality.txt
python-discovery==1.3.0
python-discovery==1.3.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -206,9 +206,9 @@ tomlkit==0.15.0
# -r requirements/quality.txt
# edx-lint
# pylint
tox==4.53.1
tox==4.54.0
# via -r requirements/ci.txt
virtualenv==21.3.1
virtualenv==21.3.3
# via
# -r requirements/ci.txt
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cffi==2.0.0
# via cryptography
charset-normalizer==3.4.7
# via requests
click==8.3.3
click==8.4.0
# via -r requirements/test.txt
coverage[toml]==7.14.0
# via
Expand All @@ -47,7 +47,7 @@ docutils==0.21.2
# sphinx
id==1.6.1
# via twine
idna==3.14
idna==3.15
# via requests
imagesize==2.0.0
# via sphinx
Expand All @@ -59,7 +59,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.1.2
# via keyring
jaraco-functools==4.4.0
jaraco-functools==4.5.0
# via keyring
jeepney==0.9.0
# via
Expand Down Expand Up @@ -124,7 +124,7 @@ pyyaml==6.0.3
# via -r requirements/test.txt
readme-renderer==44.0
# via twine
requests==2.33.1
requests==2.34.2
# via
# requests-toolbelt
# sphinx
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.5.0
# via pip-tools
click==8.3.3
click==8.4.0
# via pip-tools
packaging==26.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ astroid==4.0.4
# via
# pylint
# pylint-celery
click==8.3.3
click==8.4.0
# via
# -r requirements/test.txt
# click-log
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.11.1
# via
# -r requirements/django.txt
# django
click==8.3.3
click==8.4.0
# via -r requirements/base.txt
coverage[toml]==7.14.0
# via pytest-cov
Expand Down
Loading