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
16 changes: 8 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ billiard==4.2.4
# via celery
celery==5.6.3
# via -r requirements/base.in
certifi==2026.2.25
certifi==2026.4.22
# via requests
cffi==2.0.0
# via pynacl
charset-normalizer==3.4.7
# via requests
click==8.3.2
click==8.3.3
# via
# celery
# click-didyoumean
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.11
idna==3.13
# via requests
jinja2==3.1.6
# via code-annotations
Expand All @@ -92,7 +92,7 @@ openedx-atlas==0.7.0
# via -r requirements/base.in
openedx-filters==3.1.0
# via -r requirements/base.in
packaging==26.1
packaging==26.2
# via kombu
prison==0.2.1
# via -r requirements/base.in
Expand All @@ -102,7 +102,7 @@ psutil==7.2.2
# via edx-django-utils
pycparser==3.0
# via cffi
pymongo==4.16.0
pymongo==4.17.0
# via edx-opaque-keys
pynacl==1.6.2
# via edx-django-utils
Expand All @@ -128,7 +128,7 @@ requests==2.33.1
# superset-api-client
requests-oauthlib==2.0.0
# via superset-api-client
simplejson==4.0.1
simplejson==4.1.1
# via xblock
six==1.17.0
# via
Expand All @@ -148,7 +148,7 @@ text-unidecode==1.3
# via python-slugify
typing-extensions==4.15.0
# via edx-opaque-keys
tzdata==2026.1
tzdata==2026.2
# via kombu
tzlocal==5.3.1
# via celery
Expand All @@ -167,7 +167,7 @@ web-fragments==4.0.0
# xblock
webob==1.8.9
# via xblock
xblock==6.0.0
xblock==6.1.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
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==7.0.5
cachetools==7.0.6
# via tox
colorama==0.4.6
# via tox
Expand All @@ -15,7 +15,7 @@ filelock==3.29.0
# python-discovery
# tox
# virtualenv
packaging==26.1
packaging==26.2
# via
# pyproject-api
# tox
Expand Down
24 changes: 12 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ black==26.3.1
# via
# -r requirements/dev.in
# -r requirements/quality.txt
build==1.4.3
build==1.4.4
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==7.0.5
cachetools==7.0.6
# via
# -r requirements/ci.txt
# tox
celery==5.6.3
# via -r requirements/quality.txt
certifi==2026.2.25
certifi==2026.4.22
# via
# -r requirements/quality.txt
# requests
Expand All @@ -53,7 +53,7 @@ charset-normalizer==3.4.7
# via
# -r requirements/quality.txt
# requests
click==8.3.2
click==8.3.3
# via
# -r requirements/pip-tools.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.11
idna==3.13
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -224,7 +224,7 @@ openedx-atlas==0.7.0
# via -r requirements/quality.txt
openedx-filters==3.1.0
# via -r requirements/quality.txt
packaging==26.1
packaging==26.2
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand All @@ -238,7 +238,7 @@ packaging==26.1
# wheel
path==16.16.0
# via edx-i18n-tools
pathspec==1.0.4
pathspec==1.1.0
# via
# -r requirements/quality.txt
# black
Expand Down Expand Up @@ -306,7 +306,7 @@ pylint-plugin-utils==0.9.0
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pymongo==4.16.0
pymongo==4.17.0
# via
# -r requirements/quality.txt
# edx-opaque-keys
Expand Down Expand Up @@ -376,7 +376,7 @@ requests-oauthlib==2.0.0
# superset-api-client
responses==0.26.0
# via -r requirements/quality.txt
simplejson==4.0.1
simplejson==4.1.1
# via
# -r requirements/quality.txt
# xblock
Expand Down Expand Up @@ -421,7 +421,7 @@ typing-extensions==4.15.0
# via
# -r requirements/quality.txt
# edx-opaque-keys
tzdata==2026.1
tzdata==2026.2
# via
# -r requirements/quality.txt
# kombu
Expand Down Expand Up @@ -456,11 +456,11 @@ webob==1.8.9
# via
# -r requirements/quality.txt
# xblock
wheel==0.46.3
wheel==0.47.0
# via
# -r requirements/pip-tools.txt
# pip-tools
xblock==6.0.0
xblock==6.1.0
# via -r requirements/quality.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
22 changes: 11 additions & 11 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ billiard==4.2.4
# via
# -r requirements/test.txt
# celery
build==1.4.3
build==1.4.4
# via -r requirements/doc.in
celery==5.6.3
# via -r requirements/test.txt
certifi==2026.2.25
certifi==2026.4.22
# via
# -r requirements/test.txt
# requests
Expand All @@ -47,7 +47,7 @@ charset-normalizer==3.4.7
# via
# -r requirements/test.txt
# requests
click==8.3.2
click==8.3.3
# via
# -r requirements/test.txt
# celery
Expand Down Expand Up @@ -76,7 +76,7 @@ coverage[toml]==7.13.5
# via
# -r requirements/test.txt
# pytest-cov
cryptography==46.0.7
cryptography==47.0.0
# via secretstorage
ddt==1.7.2
# via -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.11
idna==3.13
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -194,7 +194,7 @@ more-itertools==11.0.2
# via
# jaraco-classes
# jaraco-functools
nh3==0.3.4
nh3==0.3.5
# via readme-renderer
oauthlib==3.3.1
# via
Expand All @@ -204,7 +204,7 @@ openedx-atlas==0.7.0
# via -r requirements/test.txt
openedx-filters==3.1.0
# via -r requirements/test.txt
packaging==26.1
packaging==26.2
# via
# -r requirements/test.txt
# build
Expand Down Expand Up @@ -243,7 +243,7 @@ pygments==2.20.0
# readme-renderer
# rich
# sphinx
pymongo==4.16.0
pymongo==4.17.0
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down Expand Up @@ -313,7 +313,7 @@ roman-numerals==4.1.0
# via sphinx
secretstorage==3.5.0
# via keyring
simplejson==4.0.1
simplejson==4.1.1
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -371,7 +371,7 @@ typing-extensions==4.15.0
# beautifulsoup4
# edx-opaque-keys
# pydata-sphinx-theme
tzdata==2026.1
tzdata==2026.2
# via
# -r requirements/test.txt
# kombu
Expand Down Expand Up @@ -404,7 +404,7 @@ webob==1.8.9
# via
# -r requirements/test.txt
# xblock
xblock==6.0.0
xblock==6.1.0
# via -r requirements/test.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
build==1.4.3
build==1.4.4
# via pip-tools
click==8.3.2
click==8.3.3
# via pip-tools
packaging==26.1
packaging==26.2
# via
# build
# wheel
Expand All @@ -18,7 +18,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.46.3
wheel==0.47.0
# via pip-tools

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

# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1
pip==26.1
# via -r requirements/pip.in
setuptools==82.0.1
# via -r requirements/pip.in
Loading
Loading