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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.1.0
code-annotations==2.2.0
# via edx-toggles
cryptography==44.0.0
# via pyjwt
Expand Down Expand Up @@ -119,11 +119,11 @@ markupsafe==3.0.2
# xblock
newrelic==10.4.0
# via edx-django-utils
openedx-events==9.15.1
openedx-events==9.15.2
# via event-tracking
pbr==6.1.0
# via stevedore
prompt-toolkit==3.0.48
prompt-toolkit==3.0.50
# via click-repl
psutil==6.1.1
# 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 @@ -32,5 +32,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.28.1
virtualenv==20.29.1
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.1.0
code-annotations==2.2.0
# via
# edx-lint
# edx-toggles
Expand Down Expand Up @@ -203,15 +203,15 @@ mdurl==0.1.2
# via markdown-it-py
mock==5.1.0
# via -r requirements/test.in
more-itertools==10.5.0
more-itertools==10.6.0
# via
# jaraco-classes
# jaraco-functools
newrelic==10.4.0
# via edx-django-utils
nh3==0.2.20
# via readme-renderer
openedx-events==9.15.1
openedx-events==9.15.2
# via event-tracking
packaging==24.2
# via
Expand Down Expand Up @@ -240,7 +240,7 @@ pluggy==1.5.0
# tox
polib==1.2.0
# via edx-i18n-tools
prompt-toolkit==3.0.48
prompt-toolkit==3.0.50
# via click-repl
psutil==6.1.1
# via edx-django-utils
Expand Down Expand Up @@ -372,7 +372,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.28.1
virtualenv==20.29.1
# via tox
wcwidth==0.2.13
# via prompt-toolkit
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.1.0
code-annotations==2.2.0
# via edx-toggles
coverage[toml]==7.6.10
# via pytest-cov
Expand Down Expand Up @@ -155,7 +155,7 @@ mock==5.1.0
# via -r requirements/test.in
newrelic==10.4.0
# via edx-django-utils
openedx-events==9.15.1
openedx-events==9.15.2
# via event-tracking
packaging==24.2
# via
Expand All @@ -165,7 +165,7 @@ pbr==6.1.0
# via stevedore
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.48
prompt-toolkit==3.0.50
# via click-repl
psutil==6.1.1
# via edx-django-utils
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.1.0
code-annotations==2.2.0
# via
# edx-lint
# edx-toggles
Expand Down Expand Up @@ -173,15 +173,15 @@ mdurl==0.1.2
# via markdown-it-py
mock==5.1.0
# via -r requirements/test.in
more-itertools==10.5.0
more-itertools==10.6.0
# via
# jaraco-classes
# jaraco-functools
newrelic==10.4.0
# via edx-django-utils
nh3==0.2.20
# via readme-renderer
openedx-events==9.15.1
openedx-events==9.15.2
# via event-tracking
packaging==24.2
# via
Expand All @@ -195,7 +195,7 @@ platformdirs==4.3.6
# via pylint
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.48
prompt-toolkit==3.0.50
# via click-repl
psutil==6.1.1
# via edx-django-utils
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.1.0
code-annotations==2.2.0
# via edx-toggles
coverage[toml]==7.6.10
# via pytest-cov
Expand Down Expand Up @@ -131,15 +131,15 @@ mock==5.1.0
# via -r requirements/test.in
newrelic==10.4.0
# via edx-django-utils
openedx-events==9.15.1
openedx-events==9.15.2
# via event-tracking
packaging==24.2
# via pytest
pbr==6.1.0
# via stevedore
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.48
prompt-toolkit==3.0.50
# via click-repl
psutil==6.1.1
# via edx-django-utils
Expand Down
Loading