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 @@ -70,13 +70,13 @@ edx-opaque-keys==2.12.0
# via edx-drf-extensions
idna==3.10
# via requests
kombu==5.5.2
kombu==5.5.3
# via celery
newrelic==10.9.0
# via edx-django-utils
pbr==6.1.1
# via stevedore
prompt-toolkit==3.0.50
prompt-toolkit==3.0.51
# via click-repl
psutil==7.0.0
# via edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ grimp==3.8
# via import-linter
import-linter==2.3
# via -r requirements/ci.in
packaging==24.2
packaging==25.0
# via
# pyproject-api
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ ddt==1.7.2
# via -r requirements/quality.txt
diff-cover==9.2.4
# via -r requirements/dev.in
dill==0.3.9
dill==0.4.0
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -246,7 +246,7 @@ keyring==25.6.0
# via
# -r requirements/quality.txt
# twine
kombu==5.5.2
kombu==5.5.3
# via
# -r requirements/quality.txt
# celery
Expand Down Expand Up @@ -295,7 +295,7 @@ nh3==0.2.21
# via
# -r requirements/quality.txt
# readme-renderer
packaging==24.2
packaging==25.0
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -329,7 +329,7 @@ pluggy==1.5.0
# tox
polib==1.2.0
# via edx-i18n-tools
prompt-toolkit==3.0.50
prompt-toolkit==3.0.51
# via
# -r requirements/quality.txt
# click-repl
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ babel==2.17.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.13.3
beautifulsoup4==4.13.4
# via pydata-sphinx-theme
billiard==4.2.1
# via
Expand Down Expand Up @@ -168,7 +168,7 @@ jinja2==3.1.6
# -r requirements/test.txt
# code-annotations
# sphinx
kombu==5.5.2
kombu==5.5.3
# via
# -r requirements/test.txt
# celery
Expand All @@ -192,7 +192,7 @@ newrelic==10.9.0
# edx-django-utils
nh3==0.2.21
# via readme-renderer
packaging==24.2
packaging==25.0
# via
# -r requirements/test.txt
# pydata-sphinx-theme
Expand All @@ -208,7 +208,7 @@ pluggy==1.5.0
# pytest
pprintpp==0.4.0
# via sphinxcontrib-django
prompt-toolkit==3.0.50
prompt-toolkit==3.0.51
# via
# -r requirements/test.txt
# click-repl
Expand Down Expand Up @@ -288,7 +288,7 @@ six==1.17.0
# python-dateutil
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
soupsieve==2.7
# via beautifulsoup4
sphinx==8.2.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.2.2.post1
# via pip-tools
click==8.1.8
# via pip-tools
packaging==24.2
packaging==25.0
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
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 https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==78.1.0
setuptools==79.0.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ cryptography==44.0.2
# secretstorage
ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.9
dill==0.4.0
# via pylint
django==4.2.20
# via
Expand Down Expand Up @@ -184,7 +184,7 @@ jinja2==3.1.6
# code-annotations
keyring==25.6.0
# via twine
kombu==5.5.2
kombu==5.5.3
# via
# -r requirements/test.txt
# celery
Expand Down Expand Up @@ -218,7 +218,7 @@ newrelic==10.9.0
# edx-django-utils
nh3==0.2.21
# via readme-renderer
packaging==24.2
packaging==25.0
# via
# -r requirements/test.txt
# pytest
Expand All @@ -233,7 +233,7 @@ pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
prompt-toolkit==3.0.50
prompt-toolkit==3.0.51
# via
# -r requirements/test.txt
# click-repl
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ iniconfig==2.1.0
# via pytest
jinja2==3.1.6
# via code-annotations
kombu==5.5.2
kombu==5.5.3
# via
# -r requirements/base.txt
# celery
Expand All @@ -154,15 +154,15 @@ newrelic==10.9.0
# via
# -r requirements/base.txt
# edx-django-utils
packaging==24.2
packaging==25.0
# via pytest
pbr==6.1.1
# via
# -r requirements/base.txt
# stevedore
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.50
prompt-toolkit==3.0.51
# via
# -r requirements/base.txt
# click-repl
Expand Down