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
16 changes: 8 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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 @@ -40,9 +40,9 @@ click-repl==0.3.0
# via celery
code-annotations==2.3.0
# via edx-toggles
cryptography==45.0.6
cryptography==45.0.7
# 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 @@ -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
# 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.0
# 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
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
32 changes: 16 additions & 16 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 Down Expand Up @@ -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.6
# via pytest-cov
cryptography==45.0.6
cryptography==45.0.7
# 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,7 +106,7 @@ 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
# via readme-renderer
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 @@ -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
# 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.0
# 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 Down
26 changes: 13 additions & 13 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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 @@ -50,13 +50,13 @@ click-repl==0.3.0
# via celery
code-annotations==2.3.0
# via edx-toggles
coverage[toml]==7.10.5
coverage[toml]==7.10.6
# via pytest-cov
cryptography==45.0.6
cryptography==45.0.7
# via pyjwt
ddt==1.7.2
# via -r requirements/test.in
django==4.2.23
django==4.2.24
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -86,7 +86,7 @@ djangorestframework==3.16.1
# -r requirements/base.in
# drf-jwt
# edx-drf-extensions
dnspython==2.7.0
dnspython==2.8.0
# via pymongo
doc8==2.0.0
# via -r requirements/doc.in
Expand Down Expand Up @@ -122,7 +122,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 @@ -165,11 +165,11 @@ pluggy==1.6.0
# via
# pytest
# pytest-cov
prompt-toolkit==3.0.51
prompt-toolkit==3.0.52
# via click-repl
psutil==7.0.0
# via edx-django-utils
pycparser==2.22
pycparser==2.23
# via cffi
pydata-sphinx-theme==0.15.4
# via sphinx-book-theme
Expand All @@ -184,17 +184,17 @@ pyjwt[crypto]==2.10.1
# via
# drf-jwt
# edx-drf-extensions
pymongo==4.14.1
pymongo==4.15.0
# via
# edx-opaque-keys
# event-tracking
pynacl==1.5.0
pynacl==1.6.0
# via edx-django-utils
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 @@ -234,7 +234,7 @@ six==1.17.0
# python-dateutil
snowballstemmer==3.0.1
# via sphinx
soupsieve==2.7
soupsieve==2.8
# via beautifulsoup4
sphinx==8.2.3
# via
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.45.1
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c /home/runner/work/completion/completion/requirements/common_constraints.txt
# -c requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==80.9.0
# via -r requirements/pip.in
30 changes: 15 additions & 15 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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 Down Expand Up @@ -50,17 +50,17 @@ code-annotations==2.3.0
# via
# edx-lint
# edx-toggles
coverage[toml]==7.10.5
coverage[toml]==7.10.6
# via pytest-cov
cryptography==45.0.6
cryptography==45.0.7
# via
# pyjwt
# secretstorage
ddt==1.7.2
# via -r requirements/test.in
dill==0.4.0
# via pylint
django==4.2.23
django==4.2.24
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -90,7 +90,7 @@ 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
# via readme-renderer
Expand Down Expand Up @@ -124,7 +124,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 @@ -175,7 +175,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 All @@ -194,13 +194,13 @@ pluggy==1.6.0
# via
# pytest
# pytest-cov
prompt-toolkit==3.0.51
prompt-toolkit==3.0.52
# via click-repl
psutil==7.0.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 All @@ -227,17 +227,17 @@ pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
pymongo==4.14.1
pymongo==4.15.0
# via
# edx-opaque-keys
# event-tracking
pynacl==1.5.0
pynacl==1.6.0
# via edx-django-utils
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 @@ -271,7 +271,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 @@ -297,7 +297,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.3
# via pylint
twine==6.1.0
twine==6.2.0
# via -r requirements/quality.in
typing-extensions==4.15.0
# via edx-opaque-keys
Expand Down
Loading