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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ click-repl==0.3.0
# via celery
code-annotations==3.0.0
# via edx-toggles
django==5.2.15
django==5.2.16
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -114,7 +114,7 @@ text-unidecode==1.3
# via python-slugify
typing-extensions==4.16.0
# via edx-opaque-keys
tzdata==2026.2
tzdata==2026.3
# via kombu
tzlocal==5.4.4
# via celery
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.15.0
coverage==7.15.1
# via -r requirements/ci.in
distlib==0.4.3
# via virtualenv
filelock==3.29.6
filelock==3.29.7
# 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.3
python-discovery==1.4.4
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.56.2
tox==4.56.4
# via -r requirements/ci.in
virtualenv==21.6.0
virtualenv==21.6.1
# via tox
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ billiard==4.2.4
# via
# -r requirements/test.txt
# celery
build==1.5.0
build==1.5.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand All @@ -47,7 +47,7 @@ cffi==2.1.0
# via
# -r requirements/test.txt
# pynacl
charset-normalizer==3.4.8
charset-normalizer==3.4.9
# 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.15.0
coverage[toml]==7.15.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -102,7 +102,7 @@ distlib==0.4.3
# via
# -r requirements/ci.txt
# virtualenv
django==5.2.15
django==5.2.16
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.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.6
filelock==3.29.7
# via
# -r requirements/ci.txt
# python-discovery
Expand Down Expand Up @@ -253,7 +253,7 @@ pylint-celery==0.3
# via
# -r requirements/test.txt
# edx-lint
pylint-django==2.7.0
pylint-django==2.8.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -289,7 +289,7 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/test.txt
# celery
python-discovery==1.4.3
python-discovery==1.4.4
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -353,15 +353,15 @@ tomlkit==0.15.0
# -r requirements/test.txt
# edx-lint
# pylint
tox==4.56.2
tox==4.56.4
# via
# -r requirements/ci.txt
# -r requirements/dev.in
typing-extensions==4.16.0
# via
# -r requirements/test.txt
# edx-opaque-keys
tzdata==2026.2
tzdata==2026.3
# via
# -r requirements/test.txt
# kombu
Expand All @@ -377,7 +377,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==21.6.0
virtualenv==21.6.1
# 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 @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.5.0
build==1.5.1
# via pip-tools
click==8.4.2
# via pip-tools
Expand Down
6 changes: 3 additions & 3 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.15.0
coverage[toml]==7.15.1
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -161,7 +161,7 @@ pylint==4.0.6
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.7.0
pylint-django==2.8.0
# via edx-lint
pylint-plugin-utils==0.9.0
# via
Expand Down Expand Up @@ -221,7 +221,7 @@ typing-extensions==4.16.0
# via
# -r requirements/base.txt
# edx-opaque-keys
tzdata==2026.2
tzdata==2026.3
# via
# -r requirements/base.txt
# kombu
Expand Down