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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ cffi==2.0.0
# via
# cryptography
# pynacl
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
click==8.3.0
# via edx-django-utils
cryptography==46.0.2
cryptography==46.0.3
# via pyjwt
django==4.2.25
# via
Expand Down Expand Up @@ -45,9 +45,9 @@ edx-django-utils==8.0.1
# via -r requirements/base.in
edx-opaque-keys==3.0.0
# via -r requirements/base.in
idna==3.10
idna==3.11
# via requests
psutil==7.1.0
psutil==7.1.1
# via edx-django-utils
pycparser==2.23
# via cffi
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ beautifulsoup4==4.14.2
# via
# -r requirements/docs.txt
# pydata-sphinx-theme
cachetools==6.2.0
cachetools==6.2.1
# via
# -r requirements/test.txt
# tox
Expand All @@ -51,7 +51,7 @@ chardet==5.2.0
# via
# -r requirements/test.txt
# tox
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via
# -r requirements/base.txt
# -r requirements/docs.txt
Expand All @@ -77,11 +77,11 @@ colorama==0.4.6
# via
# -r requirements/test.txt
# tox
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
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -158,7 +158,7 @@ filelock==3.20.0
# virtualenv
httpretty==1.1.4
# via -r requirements/test.txt
idna==3.10
idna==3.11
# via
# -r requirements/base.txt
# -r requirements/docs.txt
Expand All @@ -168,7 +168,7 @@ imagesize==1.4.1
# via
# -r requirements/docs.txt
# sphinx
iniconfig==2.1.0
iniconfig==2.3.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -212,7 +212,7 @@ pluggy==1.6.0
# pytest
# pytest-cov
# tox
psutil==7.1.0
psutil==7.1.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -386,7 +386,7 @@ urllib3==2.5.0
# -r requirements/docs.txt
# -r requirements/test.txt
# requests
virtualenv==20.35.1
virtualenv==20.35.3
# via
# -r requirements/test.txt
# tox
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ certifi==2025.10.5
# via
# -c requirements/test.txt
# requests
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via
# -c requirements/test.txt
# requests
docutils==0.19
# via
# pydata-sphinx-theme
# sphinx
idna==3.10
idna==3.11
# via
# -c requirements/test.txt
# requests
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ astroid==3.3.11
# via
# pylint
# pylint-celery
cachetools==6.2.0
cachetools==6.2.1
# via tox
certifi==2025.10.5
# via
Expand All @@ -25,7 +25,7 @@ cffi==2.0.0
# pynacl
chardet==5.2.0
# via tox
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via
# -r requirements/base.txt
# requests
Expand All @@ -42,11 +42,11 @@ code-annotations==2.3.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.10.7
coverage[toml]==7.11.0
# via
# -r requirements/test.in
# pytest-cov
cryptography==46.0.2
cryptography==46.0.3
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -97,11 +97,11 @@ filelock==3.20.0
# virtualenv
httpretty==1.1.4
# via -r requirements/test.in
idna==3.10
idna==3.11
# via
# -r requirements/base.txt
# requests
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
isort==6.1.0
# via
Expand All @@ -128,7 +128,7 @@ pluggy==1.6.0
# pytest
# pytest-cov
# tox
psutil==7.1.0
psutil==7.1.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -212,5 +212,5 @@ urllib3==2.5.0
# via
# -r requirements/base.txt
# requests
virtualenv==20.35.1
virtualenv==20.35.3
# via tox