Skip to content
Closed
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
28 changes: 14 additions & 14 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ amqp==5.3.1
# via kombu
appdirs==1.4.4
# via fs
asgiref==3.9.1
asgiref==3.9.2
# via django
attrs==25.3.0
# via openedx-events
billiard==4.2.1
billiard==4.2.2
# via celery
celery==5.5.3
# via event-tracking
certifi==2025.8.3
# via requests
cffi==1.17.1
cffi==2.0.0
# via
# cryptography
# pynacl
charset-normalizer==3.4.3
# via requests
click==8.2.1
click==8.3.0
# via
# celery
# click-didyoumean
Expand All @@ -40,9 +40,9 @@ click-repl==0.3.0
# via celery
code-annotations==2.3.0
# via edx-toggles
cryptography==45.0.6
cryptography==46.0.1
# via pyjwt
django==4.2.23
django==4.2.24
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -72,7 +72,7 @@ djangorestframework==3.16.1
# -r requirements/base.in
# drf-jwt
# edx-drf-extensions
dnspython==2.7.0
dnspython==2.8.0
# via pymongo
drf-jwt==1.19.2
# via edx-drf-extensions
Expand Down Expand Up @@ -108,7 +108,7 @@ jinja2==3.1.6
# via code-annotations
kombu==5.5.4
# via celery
lxml==6.0.1
lxml==6.0.2
# via xblock
mako==1.3.10
# via xblock
Expand All @@ -121,21 +121,21 @@ openedx-events==10.5.0
# via event-tracking
packaging==25.0
# via kombu
prompt-toolkit==3.0.51
prompt-toolkit==3.0.52
# via click-repl
psutil==7.0.0
psutil==7.1.0
# via edx-django-utils
pycparser==2.22
pycparser==2.23
# via cffi
pyjwt[crypto]==2.10.1
# via
# drf-jwt
# edx-drf-extensions
pymongo==4.14.1
pymongo==4.15.1
# via
# edx-opaque-keys
# event-tracking
pynacl==1.5.0
pynacl==1.6.0
# via edx-django-utils
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -184,7 +184,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.13
wcwidth==0.2.14
# via prompt-toolkit
web-fragments==3.1.0
# via xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pluggy==1.6.0
# via tox
pyproject-api==1.9.1
# via tox
tox==4.28.4
tox==4.30.2
# via -r requirements/ci.in
virtualenv==20.34.0
# via tox
46 changes: 23 additions & 23 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ amqp==5.3.1
# via kombu
appdirs==1.4.4
# via fs
asgiref==3.9.1
asgiref==3.9.2
# via django
astroid==3.3.11
# via
# pylint
# pylint-celery
attrs==25.3.0
# via openedx-events
billiard==4.2.1
billiard==4.2.2
# via celery
build==1.3.0
# via pip-tools
Expand All @@ -26,7 +26,7 @@ celery==5.5.3
# via event-tracking
certifi==2025.8.3
# via requests
cffi==1.17.1
cffi==2.0.0
# via
# cryptography
# pynacl
Expand All @@ -36,7 +36,7 @@ chardet==5.2.0
# tox
charset-normalizer==3.4.3
# via requests
click==8.2.1
click==8.3.0
# via
# celery
# click-didyoumean
Expand All @@ -61,9 +61,9 @@ code-annotations==2.3.0
# edx-toggles
colorama==0.4.6
# via tox
coverage[toml]==7.10.5
coverage[toml]==7.10.7
# via pytest-cov
cryptography==45.0.6
cryptography==46.0.1
# via
# pyjwt
# secretstorage
Expand All @@ -75,7 +75,7 @@ dill==0.4.0
# via pylint
distlib==0.4.0
# via virtualenv
django==4.2.23
django==4.2.24
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -106,9 +106,9 @@ djangorestframework==3.16.1
# -r requirements/base.in
# drf-jwt
# edx-drf-extensions
dnspython==2.7.0
dnspython==2.8.0
# via pymongo
docutils==0.22
docutils==0.22.2
# via readme-renderer
drf-jwt==1.19.2
# via edx-drf-extensions
Expand Down Expand Up @@ -143,7 +143,7 @@ event-tracking==3.3.0
# via -r requirements/base.in
factory-boy==3.3.3
# via -r requirements/test.in
faker==37.5.3
faker==37.8.0
# via factory-boy
fastavro==1.12.0
# via openedx-events
Expand Down Expand Up @@ -183,7 +183,7 @@ keyring==25.6.0
# via twine
kombu==5.5.4
# via celery
lxml[html-clean]==6.0.1
lxml[html-clean]==6.0.2
# via
# edx-i18n-tools
# lxml-html-clean
Expand All @@ -205,7 +205,7 @@ mdurl==0.1.2
# via markdown-it-py
mock==5.2.0
# via -r requirements/test.in
more-itertools==10.7.0
more-itertools==10.8.0
# via
# jaraco-classes
# jaraco-functools
Expand Down Expand Up @@ -238,13 +238,13 @@ pluggy==1.6.0
# tox
polib==1.2.0
# via edx-i18n-tools
prompt-toolkit==3.0.51
prompt-toolkit==3.0.52
# via click-repl
psutil==7.0.0
psutil==7.1.0
# via edx-django-utils
pycodestyle==2.14.0
# via -r requirements/quality.in
pycparser==2.22
pycparser==2.23
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down Expand Up @@ -272,23 +272,23 @@ pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
pymongo==4.14.1
pymongo==4.15.1
# via
# edx-opaque-keys
# event-tracking
pynacl==1.5.0
pynacl==1.6.0
# via edx-django-utils
pyproject-api==1.9.1
# via tox
pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==8.4.1
pytest==8.4.2
# via
# pytest-cov
# pytest-django
pytest-cov==6.2.1
pytest-cov==7.0.0
# via -r requirements/test.in
pytest-django==4.11.1
# via -r requirements/test.in
Expand Down Expand Up @@ -323,7 +323,7 @@ rfc3986==2.0.0
# via twine
rich==14.1.0
# via twine
secretstorage==3.3.3
secretstorage==3.4.0
# via keyring
semantic-version==2.10.0
# via edx-drf-extensions
Expand All @@ -349,9 +349,9 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.3
# via pylint
tox==4.28.4
tox==4.30.2
# via -r requirements/dev.in
twine==6.1.0
twine==6.2.0
# via -r requirements/quality.in
typing-extensions==4.15.0
# via edx-opaque-keys
Expand All @@ -370,7 +370,7 @@ vine==5.1.0
# kombu
virtualenv==20.34.0
# via tox
wcwidth==0.2.13
wcwidth==0.2.14
# via prompt-toolkit
web-fragments==3.1.0
# via xblock
Expand Down
Loading