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 @@ -92,15 +92,15 @@ openedx-atlas==0.7.0
# via -r requirements/base.in
openedx-filters==2.1.0
# via -r requirements/base.in
packaging==25.0
packaging==26.0
# via kombu
prison==0.2.1
# via -r requirements/base.in
prompt-toolkit==3.0.52
# via click-repl
psutil==7.2.1
# via edx-django-utils
pycparser==2.23
pycparser==3.0
# via cffi
pymongo==4.16.0
# via edx-opaque-keys
Expand Down Expand Up @@ -159,7 +159,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.14
wcwidth==0.3.5
# via prompt-toolkit
web-fragments==3.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 @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==6.2.4
cachetools==6.2.5
# via tox
chardet==5.2.0
# via tox
Expand All @@ -16,7 +16,7 @@ filelock==3.20.3
# via
# tox
# virtualenv
packaging==25.0
packaging==26.0
# via
# pyproject-api
# tox
Expand Down
19 changes: 10 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ build==1.4.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==6.2.4
cachetools==6.2.5
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -95,15 +95,15 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.13.1
coverage[toml]==7.13.2
# via
# -r requirements/quality.txt
# pytest-cov
ddt==1.7.2
# via -r requirements/quality.txt
diff-cover==10.2.0
# via -r requirements/dev.in
dill==0.4.0
dill==0.4.1
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -210,7 +210,7 @@ mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
model-bakery==1.22.1
model-bakery==1.23.2
# via
# -r requirements/quality.txt
# django-mock-queries
Expand All @@ -226,7 +226,7 @@ openedx-atlas==0.7.0
# via -r requirements/quality.txt
openedx-filters==2.1.0
# via -r requirements/quality.txt
packaging==25.0
packaging==26.0
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand All @@ -237,6 +237,7 @@ packaging==25.0
# pyproject-api
# pytest
# tox
# wheel
path==16.16.0
# via edx-i18n-tools
pathspec==1.0.3
Expand Down Expand Up @@ -275,7 +276,7 @@ psutil==7.2.1
# edx-django-utils
pycodestyle==2.14.0
# via -r requirements/quality.txt
pycparser==2.23
pycparser==3.0
# via
# -r requirements/quality.txt
# cffi
Expand Down Expand Up @@ -341,7 +342,7 @@ python-slugify==8.0.4
# via
# -r requirements/quality.txt
# code-annotations
pytokens==0.3.0
pytokens==0.4.0
# via
# -r requirements/quality.txt
# black
Expand Down Expand Up @@ -435,7 +436,7 @@ virtualenv==20.36.1
# via
# -r requirements/ci.txt
# tox
wcwidth==0.2.14
wcwidth==0.3.5
# via
# -r requirements/quality.txt
# prompt-toolkit
Expand All @@ -447,7 +448,7 @@ webob==1.8.9
# via
# -r requirements/quality.txt
# xblock
wheel==0.45.1
wheel==0.46.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==7.13.1
coverage[toml]==7.13.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -190,7 +190,7 @@ markupsafe==3.0.3
# xblock
mdurl==0.1.2
# via markdown-it-py
model-bakery==1.22.1
model-bakery==1.23.2
# via
# -r requirements/test.txt
# django-mock-queries
Expand All @@ -208,7 +208,7 @@ openedx-atlas==0.7.0
# via -r requirements/test.txt
openedx-filters==2.1.0
# via -r requirements/test.txt
packaging==25.0
packaging==26.0
# via
# -r requirements/test.txt
# build
Expand All @@ -232,7 +232,7 @@ psutil==7.2.1
# via
# -r requirements/test.txt
# edx-django-utils
pycparser==2.23
pycparser==3.0
# via
# -r requirements/test.txt
# cffi
Expand Down Expand Up @@ -313,7 +313,7 @@ restructuredtext-lint==2.0.2
# via doc8
rfc3986==2.0.0
# via twine
rich==14.2.0
rich==14.3.1
# via twine
roman-numerals==4.1.0
# via sphinx
Expand All @@ -331,7 +331,7 @@ six==1.17.0
# python-dateutil
snowballstemmer==3.0.1
# via sphinx
soupsieve==2.8.2
soupsieve==2.8.3
# via beautifulsoup4
sphinx==9.0.4
# via
Expand Down Expand Up @@ -397,7 +397,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.14
wcwidth==0.3.5
# via
# -r requirements/test.txt
# prompt-toolkit
Expand Down
8 changes: 5 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ build==1.4.0
# via pip-tools
click==8.3.1
# via pip-tools
packaging==25.0
# via build
packaging==26.0
# via
# build
# wheel
pip-tools==7.5.2
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.1
wheel==0.46.3
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
#
# make upgrade
#
wheel==0.45.1
packaging==26.0
# via wheel
wheel==0.46.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via -r requirements/pip.in
setuptools==80.9.0
setuptools==80.10.2
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ code-annotations==2.3.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.13.1
coverage[toml]==7.13.2
# via
# -r requirements/test.txt
# pytest-cov
ddt==1.7.2
# via -r requirements/test.txt
dill==0.4.0
dill==0.4.1
# via pylint
django==5.2.10
# via
Expand Down Expand Up @@ -163,7 +163,7 @@ markupsafe==3.0.3
# xblock
mccabe==0.7.0
# via pylint
model-bakery==1.22.1
model-bakery==1.23.2
# via
# -r requirements/test.txt
# django-mock-queries
Expand All @@ -177,7 +177,7 @@ openedx-atlas==0.7.0
# via -r requirements/test.txt
openedx-filters==2.1.0
# via -r requirements/test.txt
packaging==25.0
packaging==26.0
# via
# -r requirements/test.txt
# black
Expand Down Expand Up @@ -206,7 +206,7 @@ psutil==7.2.1
# edx-django-utils
pycodestyle==2.14.0
# via -r requirements/quality.in
pycparser==2.23
pycparser==3.0
# via
# -r requirements/test.txt
# cffi
Expand Down Expand Up @@ -256,7 +256,7 @@ python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
pytokens==0.3.0
pytokens==0.4.0
# via black
pytz==2025.2
# via
Expand Down Expand Up @@ -337,7 +337,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.14
wcwidth==0.3.5
# via
# -r requirements/test.txt
# prompt-toolkit
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ code-annotations==2.3.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.13.1
coverage[toml]==7.13.2
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -137,7 +137,7 @@ markupsafe==3.0.3
# jinja2
# mako
# xblock
model-bakery==1.22.1
model-bakery==1.23.2
# via django-mock-queries
oauthlib==3.3.1
# via
Expand All @@ -147,7 +147,7 @@ openedx-atlas==0.7.0
# via -r requirements/base.txt
openedx-filters==2.1.0
# via -r requirements/base.txt
packaging==25.0
packaging==26.0
# via
# -r requirements/base.txt
# kombu
Expand All @@ -166,7 +166,7 @@ psutil==7.2.1
# via
# -r requirements/base.txt
# edx-django-utils
pycparser==2.23
pycparser==3.0
# via
# -r requirements/base.txt
# cffi
Expand Down Expand Up @@ -271,7 +271,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.14
wcwidth==0.3.5
# via
# -r requirements/base.txt
# prompt-toolkit
Expand Down
Loading