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.12
django==5.2.13
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -67,7 +67,7 @@ edx-opaque-keys[django]==4.0.0
# via
# -r requirements/base.in
# openedx-filters
edx-toggles==5.4.1
edx-toggles==6.0.0
# via -r requirements/base.in
fs==2.4.16
# via xblock
Expand All @@ -77,7 +77,7 @@ jinja2==3.1.6
# via code-annotations
kombu==5.6.2
# via celery
lxml==6.0.2
lxml==6.0.4
# via xblock
mako==1.3.10
# via xblock
Expand All @@ -90,7 +90,7 @@ oauthlib==3.3.1
# via requests-oauthlib
openedx-atlas==0.7.0
# via -r requirements/base.in
openedx-filters==3.0.0
openedx-filters==3.1.0
# via -r requirements/base.in
packaging==26.0
# via kombu
Expand Down
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packaging==26.0
# via
# pyproject-api
# tox
platformdirs==4.9.4
platformdirs==4.9.6
# via
# python-discovery
# tox
Expand All @@ -28,13 +28,13 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.2.1
python-discovery==1.2.2
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.52.0
tox==4.52.1
# via -r requirements/ci.in
virtualenv==21.2.0
virtualenv==21.2.1
# via tox
22 changes: 11 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ black==26.3.1
# via
# -r requirements/dev.in
# -r requirements/quality.txt
build==1.4.2
build==1.4.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand All @@ -47,7 +47,7 @@ cffi==2.0.0
# via
# -r requirements/quality.txt
# pynacl
chardet==7.4.0.post2
chardet==7.4.1
# via diff-cover
charset-normalizer==3.4.7
# via
Expand Down Expand Up @@ -108,7 +108,7 @@ distlib==0.4.0
# via
# -r requirements/ci.txt
# virtualenv
django==5.2.12
django==5.2.13
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -153,7 +153,7 @@ edx-opaque-keys[django]==4.0.0
# via
# -r requirements/quality.txt
# openedx-filters
edx-toggles==5.4.1
edx-toggles==6.0.0
# via -r requirements/quality.txt
filelock==3.25.2
# via
Expand Down Expand Up @@ -186,7 +186,7 @@ kombu==5.6.2
# via
# -r requirements/quality.txt
# celery
lxml[html-clean]==6.0.2
lxml[html-clean]==6.0.4
# via
# -r requirements/quality.txt
# edx-i18n-tools
Expand Down Expand Up @@ -222,7 +222,7 @@ oauthlib==3.3.1
# requests-oauthlib
openedx-atlas==0.7.0
# via -r requirements/quality.txt
openedx-filters==3.0.0
openedx-filters==3.1.0
# via -r requirements/quality.txt
packaging==26.0
# via
Expand All @@ -244,7 +244,7 @@ pathspec==1.0.4
# black
pip-tools==7.5.3
# via -r requirements/pip-tools.txt
platformdirs==4.9.4
platformdirs==4.9.6
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -323,7 +323,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==9.0.2
pytest==9.0.3
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -337,7 +337,7 @@ python-dateutil==2.9.0.post0
# -r requirements/quality.txt
# celery
# xblock
python-discovery==1.2.1
python-discovery==1.2.2
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -415,7 +415,7 @@ tomlkit==0.14.0
# via
# -r requirements/quality.txt
# pylint
tox==4.52.0
tox==4.52.1
# via -r requirements/ci.txt
typing-extensions==4.15.0
# via
Expand All @@ -440,7 +440,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==21.2.0
virtualenv==21.2.1
# via
# -r requirements/ci.txt
# tox
Expand Down
18 changes: 9 additions & 9 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ billiard==4.2.4
# via
# -r requirements/test.txt
# celery
build==1.4.2
build==1.4.3
# via -r requirements/doc.in
celery==5.6.3
# via -r requirements/test.txt
Expand Down Expand Up @@ -76,11 +76,11 @@ coverage[toml]==7.13.5
# via
# -r requirements/test.txt
# pytest-cov
cryptography==46.0.6
cryptography==46.0.7
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
django==5.2.12
django==5.2.13
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -129,7 +129,7 @@ edx-opaque-keys[django]==4.0.0
# via
# -r requirements/test.txt
# openedx-filters
edx-toggles==5.4.1
edx-toggles==6.0.0
# via -r requirements/test.txt
fs==2.4.16
# via
Expand Down Expand Up @@ -168,7 +168,7 @@ kombu==5.6.2
# via
# -r requirements/test.txt
# celery
lxml==6.0.2
lxml==6.0.4
# via
# -r requirements/test.txt
# xblock
Expand All @@ -190,7 +190,7 @@ model-bakery==1.23.4
# via
# -r requirements/test.txt
# django-mock-queries
more-itertools==11.0.1
more-itertools==11.0.2
# via
# jaraco-classes
# jaraco-functools
Expand All @@ -202,7 +202,7 @@ oauthlib==3.3.1
# requests-oauthlib
openedx-atlas==0.7.0
# via -r requirements/test.txt
openedx-filters==3.0.0
openedx-filters==3.1.0
# via -r requirements/test.txt
packaging==26.0
# via
Expand Down Expand Up @@ -253,7 +253,7 @@ pynacl==1.6.2
# edx-django-utils
pyproject-hooks==1.2.0
# via build
pytest==9.0.2
pytest==9.0.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -307,7 +307,7 @@ restructuredtext-lint==2.0.2
# via doc8
rfc3986==2.0.0
# via twine
rich==14.3.3
rich==15.0.0
# via twine
roman-numerals==4.1.0
# via sphinx
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.4.2
build==1.4.3
# via pip-tools
click==8.3.2
# via pip-tools
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ddt==1.7.2
# via -r requirements/test.txt
dill==0.4.1
# via pylint
django==5.2.12
django==5.2.13
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -121,7 +121,7 @@ edx-opaque-keys[django]==4.0.0
# via
# -r requirements/test.txt
# openedx-filters
edx-toggles==5.4.1
edx-toggles==6.0.0
# via -r requirements/test.txt
fs==2.4.16
# via
Expand All @@ -147,7 +147,7 @@ kombu==5.6.2
# via
# -r requirements/test.txt
# celery
lxml==6.0.2
lxml==6.0.4
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -175,7 +175,7 @@ oauthlib==3.3.1
# requests-oauthlib
openedx-atlas==0.7.0
# via -r requirements/test.txt
openedx-filters==3.0.0
openedx-filters==3.1.0
# via -r requirements/test.txt
packaging==26.0
# via
Expand All @@ -185,7 +185,7 @@ packaging==26.0
# pytest
pathspec==1.0.4
# via black
platformdirs==4.9.4
platformdirs==4.9.6
# via
# black
# pylint
Expand Down Expand Up @@ -238,7 +238,7 @@ pynacl==1.6.2
# via
# -r requirements/test.txt
# edx-django-utils
pytest==9.0.2
pytest==9.0.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ edx-opaque-keys[django]==4.0.0
# via
# -r requirements/base.txt
# openedx-filters
edx-toggles==5.4.1
edx-toggles==6.0.0
# via -r requirements/base.txt
fs==2.4.16
# via
Expand All @@ -123,7 +123,7 @@ kombu==5.6.2
# via
# -r requirements/base.txt
# celery
lxml==6.0.2
lxml==6.0.4
# via
# -r requirements/base.txt
# xblock
Expand All @@ -145,7 +145,7 @@ oauthlib==3.3.1
# requests-oauthlib
openedx-atlas==0.7.0
# via -r requirements/base.txt
openedx-filters==3.0.0
openedx-filters==3.1.0
# via -r requirements/base.txt
packaging==26.0
# via
Expand Down Expand Up @@ -180,7 +180,7 @@ pynacl==1.6.2
# via
# -r requirements/base.txt
# edx-django-utils
pytest==9.0.2
pytest==9.0.3
# via
# pytest-cov
# pytest-django
Expand Down
Loading