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 @@ -18,7 +18,7 @@ certifi==2025.10.5
# via requests
cffi==2.0.0
# via pynacl
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
click==8.3.0
# via
Expand Down Expand Up @@ -98,7 +98,7 @@ prison==0.2.1
# via -r requirements/base.in
prompt-toolkit==3.0.52
# via click-repl
psutil==7.1.0
psutil==7.1.1
# via edx-django-utils
pycparser==2.23
# via cffi
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ chardet==5.2.0
# -r requirements/ci.txt
# diff-cover
# tox
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -95,7 +95,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.10.7
coverage[toml]==7.11.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -171,7 +171,7 @@ idna==3.11
# via
# -r requirements/quality.txt
# requests
iniconfig==2.1.0
iniconfig==2.3.0
# via
# -r requirements/quality.txt
# pytest
Expand Down Expand Up @@ -269,7 +269,7 @@ prompt-toolkit==3.0.52
# via
# -r requirements/quality.txt
# click-repl
psutil==7.1.0
psutil==7.1.1
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -341,7 +341,7 @@ python-slugify==8.0.4
# via
# -r requirements/quality.txt
# code-annotations
pytokens==0.1.10
pytokens==0.2.0
# via
# -r requirements/quality.txt
# black
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cffi==2.0.0
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -74,11 +74,11 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==7.10.7
coverage[toml]==7.11.0
# via
# -r requirements/test.txt
# pytest-cov
cryptography==46.0.2
cryptography==46.0.3
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
Expand Down Expand Up @@ -147,7 +147,7 @@ imagesize==1.4.1
# via sphinx
importlib-metadata==8.7.0
# via keyring
iniconfig==2.1.0
iniconfig==2.3.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -228,7 +228,7 @@ prompt-toolkit==3.0.52
# via
# -r requirements/test.txt
# click-repl
psutil==7.1.0
psutil==7.1.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cffi==2.0.0
# via
# -r requirements/test.txt
# pynacl
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -71,7 +71,7 @@ code-annotations==2.3.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.10.7
coverage[toml]==7.11.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -131,7 +131,7 @@ idna==3.11
# via
# -r requirements/test.txt
# requests
iniconfig==2.1.0
iniconfig==2.3.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -200,7 +200,7 @@ prompt-toolkit==3.0.52
# via
# -r requirements/test.txt
# click-repl
psutil==7.1.0
psutil==7.1.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -256,7 +256,7 @@ python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
pytokens==0.1.10
pytokens==0.2.0
# via black
pytz==2025.2
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cffi==2.0.0
# via
# -r requirements/base.txt
# pynacl
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -60,7 +60,7 @@ code-annotations==2.3.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.10.7
coverage[toml]==7.11.0
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -113,7 +113,7 @@ idna==3.11
# via
# -r requirements/base.txt
# requests
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
jinja2==3.1.6
# via
Expand Down Expand Up @@ -162,7 +162,7 @@ prompt-toolkit==3.0.52
# via
# -r requirements/base.txt
# click-repl
psutil==7.1.0
psutil==7.1.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down
Loading