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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ click-repl==0.3.0
# via celery
code-annotations==3.0.0
# via edx-toggles
django==5.2.13
django==5.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -71,7 +71,7 @@ edx-toggles==6.0.0
# via -r requirements/base.in
fs==2.4.16
# via xblock
idna==3.13
idna==3.14
# via requests
jinja2==3.1.6
# via code-annotations
Expand Down Expand Up @@ -112,7 +112,7 @@ python-dateutil==2.9.0.post0
# xblock
python-slugify==8.0.4
# via code-annotations
pytz==2026.1.post1
pytz==2026.2
# via xblock
pyyaml==6.0.3
# via
Expand Down Expand Up @@ -152,7 +152,7 @@ tzdata==2026.2
# via kombu
tzlocal==5.3.1
# via celery
urllib3==2.6.3
urllib3==2.7.0
# via requests
vine==5.1.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.2.2
python-discovery==1.3.0
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.53.1
# via -r requirements/ci.in
virtualenv==21.3.0
virtualenv==21.3.1
# via tox
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.13.5
coverage[toml]==7.14.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -108,7 +108,7 @@ distlib==0.4.0
# via
# -r requirements/ci.txt
# virtualenv
django==5.2.13
django==5.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -165,7 +165,7 @@ fs==2.4.16
# via
# -r requirements/quality.txt
# xblock
idna==3.13
idna==3.14
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -337,7 +337,7 @@ python-dateutil==2.9.0.post0
# -r requirements/quality.txt
# celery
# xblock
python-discovery==1.2.2
python-discovery==1.3.0
# via
# -r requirements/ci.txt
# tox
Expand All @@ -350,7 +350,7 @@ pytokens==0.4.1
# via
# -r requirements/quality.txt
# black
pytz==2026.1.post1
pytz==2026.2
# via
# -r requirements/quality.txt
# xblock
Expand Down Expand Up @@ -411,7 +411,7 @@ tomli-w==1.2.0
# via
# -r requirements/ci.txt
# tox
tomlkit==0.14.0
tomlkit==0.15.0
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -430,7 +430,7 @@ tzlocal==5.3.1
# via
# -r requirements/quality.txt
# celery
urllib3==2.6.3
urllib3==2.7.0
# via
# -r requirements/quality.txt
# requests
Expand All @@ -441,7 +441,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==21.3.0
virtualenv==21.3.1
# via
# -r requirements/ci.txt
# tox
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ code-annotations==3.0.0
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==7.13.5
coverage[toml]==7.14.0
# via
# -r requirements/test.txt
# pytest-cov
cryptography==47.0.0
cryptography==48.0.0
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
django==5.2.13
django==5.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -137,7 +137,7 @@ fs==2.4.16
# xblock
id==1.6.1
# via twine
idna==3.13
idna==3.14
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -176,7 +176,7 @@ mako==1.3.12
# via
# -r requirements/test.txt
# xblock
markdown-it-py==4.0.0
markdown-it-py==4.2.0
# via rich
markupsafe==3.0.3
# via
Expand Down Expand Up @@ -271,7 +271,7 @@ python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
pytz==2026.1.post1
pytz==2026.2
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -379,7 +379,7 @@ tzlocal==5.3.1
# via
# -r requirements/test.txt
# celery
urllib3==2.6.3
urllib3==2.7.0
# via
# -r requirements/test.txt
# id
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ wheel==0.47.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==26.1
pip==26.1.1
# via -r requirements/pip.in
setuptools==82.0.1
# via -r requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ code-annotations==3.0.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.13.5
coverage[toml]==7.14.0
# via
# -r requirements/test.txt
# pytest-cov
ddt==1.7.2
# via -r requirements/test.txt
dill==0.4.1
# via pylint
django==5.2.13
django==5.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -127,7 +127,7 @@ fs==2.4.16
# via
# -r requirements/test.txt
# xblock
idna==3.13
idna==3.14
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -258,7 +258,7 @@ python-slugify==8.0.4
# code-annotations
pytokens==0.4.1
# via black
pytz==2026.1.post1
pytz==2026.2
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -312,7 +312,7 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomlkit==0.14.0
tomlkit==0.15.0
# via
# edx-lint
# pylint
Expand All @@ -328,7 +328,7 @@ tzlocal==5.3.1
# via
# -r requirements/test.txt
# celery
urllib3==2.6.3
urllib3==2.7.0
# via
# -r requirements/test.txt
# requests
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ code-annotations==3.0.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.13.5
coverage[toml]==7.14.0
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -109,7 +109,7 @@ fs==2.4.16
# via
# -r requirements/base.txt
# xblock
idna==3.13
idna==3.14
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -197,7 +197,7 @@ python-slugify==8.0.4
# via
# -r requirements/base.txt
# code-annotations
pytz==2026.1.post1
pytz==2026.2
# via
# -r requirements/base.txt
# xblock
Expand Down Expand Up @@ -260,7 +260,7 @@ tzlocal==5.3.1
# via
# -r requirements/base.txt
# celery
urllib3==2.6.3
urllib3==2.7.0
# via
# -r requirements/base.txt
# requests
Expand Down
Loading