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 @@ -116,7 +116,7 @@ typing-extensions==4.15.0
# via edx-opaque-keys
tzdata==2026.2
# via kombu
tzlocal==5.3.1
tzlocal==5.4
# via celery
vine==5.1.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ colorama==0.4.6
# via tox
coverage==7.14.1
# via -r requirements/ci.in
distlib==0.4.2
distlib==0.4.3
# via virtualenv
filelock==3.29.1
filelock==3.29.4
# 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.0
python-discovery==1.4.2
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.55.1
# via -r requirements/ci.in
virtualenv==21.4.2
virtualenv==21.5.0
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ dill==0.4.1
# via
# -r requirements/test.txt
# pylint
distlib==0.4.2
distlib==0.4.3
# via
# -r requirements/ci.txt
# virtualenv
Expand Down Expand Up @@ -151,7 +151,7 @@ fastavro==1.12.2
# via
# -r requirements/test.txt
# openedx-events
filelock==3.29.1
filelock==3.29.4
# via
# -r requirements/ci.txt
# python-discovery
Expand Down Expand Up @@ -242,7 +242,7 @@ pygments==2.20.0
# -r requirements/test.txt
# pytest
# sphinx
pylint==4.0.5
pylint==4.0.6
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -279,7 +279,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==9.0.3
pytest==9.1.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -289,7 +289,7 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/test.txt
# celery
python-discovery==1.4.0
python-discovery==1.4.2
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -365,7 +365,7 @@ tzdata==2026.2
# via
# -r requirements/test.txt
# kombu
tzlocal==5.3.1
tzlocal==5.4
# via
# -r requirements/test.txt
# celery
Expand All @@ -377,7 +377,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==21.4.2
virtualenv==21.5.0
# via
# -r requirements/ci.txt
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ pycparser==3.0
# cffi
pygments==2.20.0
# via pytest
pylint==4.0.5
pylint==4.0.6
# via
# edx-lint
# pylint-celery
Expand All @@ -175,7 +175,7 @@ pynacl==1.6.2
# via
# -r requirements/base.txt
# edx-django-utils
pytest==9.0.3
pytest==9.1.0
# via pytest-cov
pytest-cov==7.1.0
# via -r requirements/test.in
Expand Down Expand Up @@ -225,7 +225,7 @@ tzdata==2026.2
# via
# -r requirements/base.txt
# kombu
tzlocal==5.3.1
tzlocal==5.4
# via
# -r requirements/base.txt
# celery
Expand Down