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
18 changes: 8 additions & 10 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ attrs==25.3.0
# via openedx-events
billiard==4.2.1
# via celery
celery==5.4.0
celery==5.5.0
# via event-tracking
certifi==2025.1.31
# via requests
Expand Down Expand Up @@ -67,7 +67,7 @@ django-waffle==4.2.0
# edx-django-utils
# edx-drf-extensions
# edx-toggles
djangorestframework==3.15.2
djangorestframework==3.16.0
# via
# -r requirements/base.in
# drf-jwt
Expand Down Expand Up @@ -106,7 +106,7 @@ idna==3.10
# via requests
jinja2==3.1.6
# via code-annotations
kombu==5.5.1
kombu==5.5.2
# via celery
lxml==5.3.1
# via xblock
Expand All @@ -117,7 +117,7 @@ markupsafe==3.0.2
# jinja2
# mako
# xblock
newrelic==10.7.0
newrelic==10.8.1
# via edx-django-utils
openedx-events==9.20.0
# via event-tracking
Expand Down Expand Up @@ -175,12 +175,10 @@ stevedore==5.4.1
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
typing-extensions==4.12.2
typing-extensions==4.13.0
# via edx-opaque-keys
tzdata==2025.1
# via
# celery
# kombu
tzdata==2025.2
# via kombu
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
Expand All @@ -200,7 +198,7 @@ xblock==5.1.2
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
setuptools==78.0.2
setuptools==78.1.0
# via
# -r requirements/base.in
# fs
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.9.0
# via tox
tox==4.24.2
tox==4.25.0
# via -r requirements/ci.in
virtualenv==20.29.3
virtualenv==20.30.0
# via tox
25 changes: 12 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build==1.2.2.post1
# via pip-tools
cachetools==5.5.2
# via tox
celery==5.4.0
celery==5.5.0
# via event-tracking
certifi==2025.1.31
# via requests
Expand Down Expand Up @@ -61,7 +61,7 @@ code-annotations==2.2.0
# edx-toggles
colorama==0.4.6
# via tox
coverage[toml]==7.7.1
coverage[toml]==7.8.0
# via pytest-cov
cryptography==44.0.2
# via
Expand Down Expand Up @@ -101,7 +101,7 @@ django-waffle==4.2.0
# edx-django-utils
# edx-drf-extensions
# edx-toggles
djangorestframework==3.15.2
djangorestframework==3.16.0
# via
# -r requirements/base.in
# drf-jwt
Expand Down Expand Up @@ -181,7 +181,7 @@ jinja2==3.1.6
# diff-cover
keyring==25.6.0
# via twine
kombu==5.5.1
kombu==5.5.2
# via celery
lxml[html-clean]==5.3.1
# via
Expand Down Expand Up @@ -209,7 +209,7 @@ more-itertools==10.6.0
# via
# jaraco-classes
# jaraco-functools
newrelic==10.7.0
newrelic==10.8.1
# via edx-django-utils
nh3==0.2.21
# via readme-renderer
Expand Down Expand Up @@ -244,7 +244,7 @@ prompt-toolkit==3.0.50
# via click-repl
psutil==7.0.0
# via edx-django-utils
pycodestyle==2.12.1
pycodestyle==2.13.0
# via -r requirements/quality.in
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -289,7 +289,7 @@ pytest==8.3.5
# via
# pytest-cov
# pytest-django
pytest-cov==6.0.0
pytest-cov==6.1.0
# via -r requirements/test.in
pytest-django==4.10.0
# via -r requirements/test.in
Expand Down Expand Up @@ -322,7 +322,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.9.4
rich==14.0.0
# via twine
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -350,15 +350,14 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
tox==4.24.2
tox==4.25.0
# via -r requirements/dev.in
twine==6.1.0
# via -r requirements/quality.in
typing-extensions==4.12.2
typing-extensions==4.13.0
# via edx-opaque-keys
tzdata==2025.1
tzdata==2025.2
# via
# celery
# faker
# kombu
urllib3==2.2.3
Expand All @@ -371,7 +370,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.29.3
virtualenv==20.30.0
# via tox
wcwidth==0.2.13
# via prompt-toolkit
Expand Down
17 changes: 8 additions & 9 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ beautifulsoup4==4.13.3
# via pydata-sphinx-theme
billiard==4.2.1
# via celery
celery==5.4.0
celery==5.5.0
# via event-tracking
certifi==2025.1.31
# via requests
Expand All @@ -50,7 +50,7 @@ click-repl==0.3.0
# via celery
code-annotations==2.2.0
# via edx-toggles
coverage[toml]==7.7.1
coverage[toml]==7.8.0
# via pytest-cov
cryptography==44.0.2
# via pyjwt
Expand Down Expand Up @@ -81,7 +81,7 @@ django-waffle==4.2.0
# edx-django-utils
# edx-drf-extensions
# edx-toggles
djangorestframework==3.15.2
djangorestframework==3.16.0
# via
# -r requirements/base.in
# drf-jwt
Expand Down Expand Up @@ -140,7 +140,7 @@ jinja2==3.1.6
# via
# code-annotations
# sphinx
kombu==5.5.1
kombu==5.5.2
# via celery
lxml==5.3.1
# via xblock
Expand All @@ -153,7 +153,7 @@ markupsafe==3.0.2
# xblock
mock==5.2.0
# via -r requirements/test.in
newrelic==10.7.0
newrelic==10.8.1
# via edx-django-utils
openedx-events==9.20.0
# via event-tracking
Expand Down Expand Up @@ -194,7 +194,7 @@ pytest==8.3.5
# via
# pytest-cov
# pytest-django
pytest-cov==6.0.0
pytest-cov==6.1.0
# via -r requirements/test.in
pytest-django==4.10.0
# via -r requirements/test.in
Expand Down Expand Up @@ -265,14 +265,13 @@ stevedore==5.4.1
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
typing-extensions==4.12.2
typing-extensions==4.13.0
# via
# beautifulsoup4
# edx-opaque-keys
# pydata-sphinx-theme
tzdata==2025.1
tzdata==2025.2
# via
# celery
# faker
# kombu
urllib3==2.2.3
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c /home/runner/work/completion/completion/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==78.0.2
setuptools==78.1.0
# via -r requirements/pip.in
23 changes: 11 additions & 12 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ attrs==25.3.0
# via openedx-events
billiard==4.2.1
# via celery
celery==5.4.0
celery==5.5.0
# via event-tracking
certifi==2025.1.31
# via requests
Expand Down Expand Up @@ -50,7 +50,7 @@ code-annotations==2.2.0
# via
# edx-lint
# edx-toggles
coverage[toml]==7.7.1
coverage[toml]==7.8.0
# via pytest-cov
cryptography==44.0.2
# via
Expand Down Expand Up @@ -85,7 +85,7 @@ django-waffle==4.2.0
# edx-django-utils
# edx-drf-extensions
# edx-toggles
djangorestframework==3.15.2
djangorestframework==3.16.0
# via
# -r requirements/base.in
# drf-jwt
Expand Down Expand Up @@ -156,7 +156,7 @@ jinja2==3.1.6
# via code-annotations
keyring==25.6.0
# via twine
kombu==5.5.1
kombu==5.5.2
# via celery
lxml==5.3.1
# via xblock
Expand All @@ -179,7 +179,7 @@ more-itertools==10.6.0
# via
# jaraco-classes
# jaraco-functools
newrelic==10.7.0
newrelic==10.8.1
# via edx-django-utils
nh3==0.2.21
# via readme-renderer
Expand All @@ -199,7 +199,7 @@ prompt-toolkit==3.0.50
# via click-repl
psutil==7.0.0
# via edx-django-utils
pycodestyle==2.12.1
pycodestyle==2.13.0
# via -r requirements/quality.in
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -237,7 +237,7 @@ pytest==8.3.5
# via
# pytest-cov
# pytest-django
pytest-cov==6.0.0
pytest-cov==6.1.0
# via -r requirements/test.in
pytest-django==4.10.0
# via -r requirements/test.in
Expand Down Expand Up @@ -269,7 +269,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.9.4
rich==14.0.0
# via twine
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -299,11 +299,10 @@ tomlkit==0.13.2
# via pylint
twine==6.1.0
# via -r requirements/quality.in
typing-extensions==4.12.2
typing-extensions==4.13.0
# via edx-opaque-keys
tzdata==2025.1
tzdata==2025.2
# via
# celery
# faker
# kombu
urllib3==2.2.3
Expand All @@ -328,7 +327,7 @@ xblock==5.1.2
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
setuptools==78.0.2
setuptools==78.1.0
# via
# -r requirements/base.in
# fs
Expand Down
Loading