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
14 changes: 12 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,15 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.11.1
coverage[toml]==7.11.3
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==46.0.3
# via
# -r requirements/quality.txt
# pyjwt
# secretstorage
ddt==1.7.2
# via -r requirements/quality.txt
diff-cover==9.7.1
Expand Down Expand Up @@ -230,6 +231,11 @@ jaraco-functools==4.3.0
# via
# -r requirements/quality.txt
# keyring
jeepney==0.9.0
# via
# -r requirements/quality.txt
# keyring
# secretstorage
jinja2==3.1.6
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -385,7 +391,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.4.2
pytest==9.0.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -434,6 +440,10 @@ rich==14.2.0
# twine
rules==3.5
# via -r requirements/quality.txt
secretstorage==3.4.0
# via
# -r requirements/quality.txt
# keyring
semantic-version==2.10.0
# via
# -r requirements/quality.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ click-repl==0.3.0
# celery
code-annotations==2.3.0
# via -r requirements/test.txt
coverage[toml]==7.11.1
coverage[toml]==7.11.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -241,7 +241,7 @@ pynacl==1.6.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==8.4.2
pytest==9.0.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
11 changes: 9 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,15 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.11.1
coverage[toml]==7.11.3
# via
# -r requirements/test.txt
# pytest-cov
cryptography==46.0.3
# via
# -r requirements/test.txt
# pyjwt
# secretstorage
ddt==1.7.2
# via -r requirements/test.txt
dill==0.4.0
Expand Down Expand Up @@ -172,6 +173,10 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.3.0
# via keyring
jeepney==0.9.0
# via
# keyring
# secretstorage
jinja2==3.1.6
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -274,7 +279,7 @@ pynacl==1.6.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==8.4.2
pytest==9.0.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -314,6 +319,8 @@ rich==14.2.0
# via twine
rules==3.5
# via -r requirements/test.txt
secretstorage==3.4.0
# via keyring
semantic-version==2.10.0
# via
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ click-repl==0.3.0
# celery
code-annotations==2.3.0
# via -r requirements/test.in
coverage[toml]==7.11.1
coverage[toml]==7.11.3
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -187,7 +187,7 @@ pynacl==1.6.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==8.4.2
pytest==9.0.0
# via
# -r requirements/test.in
# pytest-cov
Expand Down