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/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ celery==5.6.3
# via
# -c requirements/constraints.txt
# -r requirements/base.in
cffi==2.0.0
cffi==2.1.0
# via pynacl
click==8.4.2
# via
Expand Down Expand Up @@ -105,14 +105,14 @@ six==1.17.0
# python-dateutil
sqlparse==0.5.5
# via django
stevedore==5.8.0
stevedore==5.9.0
# via
# code-annotations
# edx-django-utils
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
typing-extensions==4.15.0
typing-extensions==4.16.0
# via edx-opaque-keys
tzdata==2026.2
# via kombu
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ cachetools==7.1.4
# via tox
colorama==0.4.6
# via tox
coverage==7.14.3
coverage==7.15.0
# via -r requirements/ci.in
distlib==0.4.3
# via virtualenv
filelock==3.29.4
filelock==3.29.6
# via
# python-discovery
# tox
Expand All @@ -30,13 +30,13 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.1
# via tox
python-discovery==1.4.2
python-discovery==1.4.3
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.56.1
tox==4.56.2
# via -r requirements/ci.in
virtualenv==21.5.1
virtualenv==21.6.0
# via tox
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ celery==5.6.3
# -r requirements/test.txt
certifi==2026.6.17
# via requests
cffi==2.0.0
cffi==2.1.0
# via
# -r requirements/test.txt
# pynacl
charset-normalizer==3.4.7
charset-normalizer==3.4.8
# via requests
click==8.4.2
# via
Expand Down Expand Up @@ -87,7 +87,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.14.3
coverage[toml]==7.15.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -151,7 +151,7 @@ fastavro==1.12.2
# via
# -r requirements/test.txt
# openedx-events
filelock==3.29.4
filelock==3.29.6
# via
# -r requirements/ci.txt
# python-discovery
Expand Down Expand Up @@ -289,7 +289,7 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/test.txt
# celery
python-discovery==1.4.2
python-discovery==1.4.3
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -334,7 +334,7 @@ sqlparse==0.5.5
# via
# -r requirements/test.txt
# django
stevedore==5.8.0
stevedore==5.9.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -353,11 +353,11 @@ tomlkit==0.15.0
# -r requirements/test.txt
# edx-lint
# pylint
tox==4.56.1
tox==4.56.2
# via
# -r requirements/ci.txt
# -r requirements/dev.in
typing-extensions==4.15.0
typing-extensions==4.16.0
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand All @@ -377,7 +377,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==21.5.1
virtualenv==21.6.0
# 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 @@ -24,5 +24,5 @@ wheel==0.47.0
# The following packages are considered to be unsafe in a requirements file:
pip==26.1.2
# via pip-tools
setuptools==82.0.1
setuptools==83.0.0
# via pip-tools
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ attrs==26.1.0
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
cffi==2.0.0
cffi==2.1.0
# via
# -r requirements/base.txt
# pynacl
Expand Down Expand Up @@ -56,7 +56,7 @@ code-annotations==3.0.0
# -r requirements/base.txt
# edx-lint
# edx-toggles
coverage[toml]==7.14.3
coverage[toml]==7.15.0
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -203,7 +203,7 @@ sqlparse==0.5.5
# via
# -r requirements/base.txt
# django
stevedore==5.8.0
stevedore==5.9.0
# via
# -r requirements/base.txt
# code-annotations
Expand All @@ -217,7 +217,7 @@ tomlkit==0.15.0
# via
# edx-lint
# pylint
typing-extensions==4.15.0
typing-extensions==4.16.0
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down