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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jinja2==3.1.6
# via code-annotations
markupsafe==3.0.2
# via jinja2
newrelic==10.8.0
newrelic==10.8.1
# via edx-django-utils
openedx-events==9.20.0
# via -r requirements/base.in
Expand Down Expand Up @@ -85,7 +85,7 @@ stevedore==5.4.1
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
typing-extensions==4.13.0
typing-extensions==4.13.1
# via edx-opaque-keys
walrus==0.9.4
# via -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pyproject-api==1.9.0
# via tox
tox==4.25.0
# via -r requirements/ci.in
virtualenv==20.29.3
virtualenv==20.30.0
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jinja2==3.1.6
# -r requirements/quality.txt
# code-annotations
# diff-cover
lxml[html-clean,html_clean]==5.3.1
lxml[html-clean,html_clean]==5.3.2
# via
# edx-i18n-tools
# lxml-html-clean
Expand All @@ -152,7 +152,7 @@ mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
newrelic==10.8.0
newrelic==10.8.1
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -247,9 +247,9 @@ pytest==8.3.5
# -r requirements/quality.txt
# pytest-cov
# pytest-django
pytest-cov==6.0.0
pytest-cov==6.1.1
# via -r requirements/quality.txt
pytest-django==4.10.0
pytest-django==4.11.1
# via -r requirements/quality.txt
python-slugify==8.0.4
# via
Expand Down Expand Up @@ -293,11 +293,11 @@ tomlkit==0.13.2
# pylint
tox==4.25.0
# via -r requirements/ci.txt
typing-extensions==4.13.0
typing-extensions==4.13.1
# via
# -r requirements/quality.txt
# edx-opaque-keys
virtualenv==20.29.3
virtualenv==20.30.0
# via
# -r requirements/ci.txt
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ more-itertools==10.6.0
# via
# jaraco-classes
# jaraco-functools
newrelic==10.8.0
newrelic==10.8.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -197,9 +197,9 @@ pytest==8.3.5
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==6.0.0
pytest-cov==6.1.1
# via -r requirements/test.txt
pytest-django==4.10.0
pytest-django==4.11.1
# via -r requirements/test.txt
python-slugify==8.0.4
# via
Expand Down Expand Up @@ -274,7 +274,7 @@ text-unidecode==1.3
# python-slugify
twine==6.1.0
# via -r requirements/doc.in
typing-extensions==4.13.0
typing-extensions==4.13.1
# via
# -r requirements/test.txt
# beautifulsoup4
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ markupsafe==3.0.2
# jinja2
mccabe==0.7.0
# via pylint
newrelic==10.8.0
newrelic==10.8.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -164,9 +164,9 @@ pytest==8.3.5
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==6.0.0
pytest-cov==6.1.1
# via -r requirements/test.txt
pytest-django==4.10.0
pytest-django==4.11.1
# via -r requirements/test.txt
python-slugify==8.0.4
# via
Expand Down Expand Up @@ -203,7 +203,7 @@ text-unidecode==1.3
# python-slugify
tomlkit==0.13.2
# via pylint
typing-extensions==4.13.0
typing-extensions==4.13.1
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ markupsafe==3.0.2
# via
# -r requirements/base.txt
# jinja2
newrelic==10.8.0
newrelic==10.8.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -116,9 +116,9 @@ pytest==8.3.5
# via
# pytest-cov
# pytest-django
pytest-cov==6.0.0
pytest-cov==6.1.1
# via -r requirements/test.in
pytest-django==4.10.0
pytest-django==4.11.1
# via -r requirements/test.in
python-slugify==8.0.4
# via
Expand Down Expand Up @@ -150,7 +150,7 @@ text-unidecode==1.3
# via
# -r requirements/base.txt
# python-slugify
typing-extensions==4.13.0
typing-extensions==4.13.1
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down