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
6 changes: 2 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ attrs==25.3.0
# via openedx-events
cffi==1.17.1
# via pynacl
click==8.2.0
click==8.2.1
# via
# code-annotations
# edx-django-utils
Expand All @@ -37,7 +37,7 @@ dnspython==2.7.0
# via pymongo
edx-ccx-keys==2.0.2
# via openedx-events
edx-django-utils==7.4.0
edx-django-utils==8.0.0
# via
# -r requirements/base.in
# edx-toggles
Expand All @@ -54,8 +54,6 @@ jinja2==3.1.6
# via code-annotations
markupsafe==3.0.2
# via jinja2
newrelic==10.12.0
# via edx-django-utils
openedx-events==10.2.1
# via -r requirements/base.in
pbr==6.1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.5.2
cachetools==6.0.0
# via tox
chardet==5.2.0
# via tox
Expand Down
14 changes: 5 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.5.2
cachetools==6.0.0
# via
# -r requirements/ci.txt
# tox
Expand All @@ -34,7 +34,7 @@ chardet==5.2.0
# -r requirements/ci.txt
# diff-cover
# tox
click==8.2.0
click==8.2.1
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand All @@ -56,13 +56,13 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.8.0
coverage[toml]==7.8.2
# via
# -r requirements/quality.txt
# pytest-cov
ddt==1.7.2
# via -r requirements/quality.txt
diff-cover==9.2.4
diff-cover==9.3.1
# via -r requirements/dev.in
dill==0.4.0
# via
Expand Down Expand Up @@ -100,7 +100,7 @@ edx-ccx-keys==2.0.2
# via
# -r requirements/quality.txt
# openedx-events
edx-django-utils==7.4.0
edx-django-utils==8.0.0
# via
# -r requirements/quality.txt
# edx-toggles
Expand Down Expand Up @@ -152,10 +152,6 @@ mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
newrelic==10.12.0
# via
# -r requirements/quality.txt
# edx-django-utils
openedx-events==10.2.1
# via -r requirements/quality.txt
packaging==25.0
Expand Down
12 changes: 4 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cffi==1.17.1
# pynacl
charset-normalizer==3.4.2
# via requests
click==8.2.0
click==8.2.1
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -44,11 +44,11 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==7.8.0
coverage[toml]==7.8.2
# via
# -r requirements/test.txt
# pytest-cov
cryptography==45.0.2
cryptography==45.0.3
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
Expand Down Expand Up @@ -84,7 +84,7 @@ edx-ccx-keys==2.0.2
# via
# -r requirements/test.txt
# openedx-events
edx-django-utils==7.4.0
edx-django-utils==8.0.0
# via
# -r requirements/test.txt
# edx-toggles
Expand Down Expand Up @@ -141,10 +141,6 @@ more-itertools==10.7.0
# via
# jaraco-classes
# jaraco-functools
newrelic==10.12.0
# via
# -r requirements/test.txt
# edx-django-utils
nh3==0.2.21
# via readme-renderer
openedx-events==10.2.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.2.0
click==8.2.1
# via pip-tools
packaging==25.0
# via build
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==80.7.1
setuptools==80.8.0
# via -r requirements/pip.in
10 changes: 3 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cffi==1.17.1
# via
# -r requirements/test.txt
# pynacl
click==8.2.0
click==8.2.1
# via
# -r requirements/test.txt
# click-log
Expand All @@ -34,7 +34,7 @@ code-annotations==2.3.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.8.0
coverage[toml]==7.8.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -69,7 +69,7 @@ edx-ccx-keys==2.0.2
# via
# -r requirements/test.txt
# openedx-events
edx-django-utils==7.4.0
edx-django-utils==8.0.0
# via
# -r requirements/test.txt
# edx-toggles
Expand Down Expand Up @@ -105,10 +105,6 @@ markupsafe==3.0.2
# jinja2
mccabe==0.7.0
# via pylint
newrelic==10.12.0
# via
# -r requirements/test.txt
# edx-django-utils
openedx-events==10.2.1
# via -r requirements/test.txt
packaging==25.0
Expand Down
10 changes: 3 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cffi==1.17.1
# via
# -r requirements/base.txt
# pynacl
click==8.2.0
click==8.2.1
# via
# -r requirements/base.txt
# code-annotations
Expand All @@ -26,7 +26,7 @@ code-annotations==2.3.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.8.0
coverage[toml]==7.8.2
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -56,7 +56,7 @@ edx-ccx-keys==2.0.2
# via
# -r requirements/base.txt
# openedx-events
edx-django-utils==7.4.0
edx-django-utils==8.0.0
# via
# -r requirements/base.txt
# edx-toggles
Expand All @@ -82,10 +82,6 @@ markupsafe==3.0.2
# via
# -r requirements/base.txt
# jinja2
newrelic==10.12.0
# via
# -r requirements/base.txt
# edx-django-utils
openedx-events==10.2.1
# via -r requirements/base.txt
packaging==25.0
Expand Down