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
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cachetools==7.1.4
# via tox
colorama==0.4.6
# via tox
coverage==7.14.0
coverage==7.14.1
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
Expand All @@ -21,22 +21,22 @@ packaging==26.2
# via
# pyproject-api
# tox
platformdirs==4.9.6
platformdirs==4.10.0
# via
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.10.0
pyproject-api==1.10.1
# via tox
python-discovery==1.3.1
python-discovery==1.4.0
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.54.0
tox==4.55.0
# via -r requirements/ci.in
virtualenv==21.3.3
virtualenv==21.4.2
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.14.0
coverage[toml]==7.14.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -157,7 +157,7 @@ filelock==3.29.0
# python-discovery
# tox
# virtualenv
idna==3.16
idna==3.17
# via requests
imagesize==2.0.0
# via sphinx
Expand Down Expand Up @@ -206,7 +206,7 @@ pip-tools==7.5.3
# via
# -r requirements/dev.in
# -r requirements/pip-tools.txt
platformdirs==4.9.6
platformdirs==4.10.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -270,7 +270,7 @@ pynacl==1.6.2
# via
# -r requirements/test.txt
# edx-django-utils
pyproject-api==1.10.0
pyproject-api==1.10.1
# via
# -r requirements/ci.txt
# tox
Expand All @@ -289,7 +289,7 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/test.txt
# celery
python-discovery==1.3.1
python-discovery==1.4.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -353,7 +353,7 @@ tomlkit==0.15.0
# -r requirements/test.txt
# edx-lint
# pylint
tox==4.54.0
tox==4.55.0
# via
# -r requirements/ci.txt
# -r requirements/dev.in
Expand All @@ -377,7 +377,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==21.3.3
virtualenv==21.4.2
# via
# -r requirements/ci.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ wheel==0.47.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==26.1.1
pip==26.1.2
# via pip-tools
setuptools==82.0.1
# via pip-tools
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ code-annotations==3.0.0
# -r requirements/base.txt
# edx-lint
# edx-toggles
coverage[toml]==7.14.0
coverage[toml]==7.14.1
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -132,7 +132,7 @@ packaging==26.2
# -r requirements/base.txt
# kombu
# pytest
platformdirs==4.9.6
platformdirs==4.10.0
# via pylint
pluggy==1.6.0
# via
Expand Down