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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ markupsafe==3.0.3
# via jinja2
openedx-events==10.5.0
# via -r requirements/base.in
psutil==7.1.0
psutil==7.1.1
# via edx-django-utils
pycparser==2.23
# via cffi
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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 @@ -125,7 +125,7 @@ filelock==3.20.0
# -r requirements/ci.txt
# tox
# virtualenv
iniconfig==2.1.0
iniconfig==2.3.0
# via
# -r requirements/quality.txt
# pytest
Expand Down Expand Up @@ -184,7 +184,7 @@ pluggy==1.6.0
# tox
polib==1.2.0
# via edx-i18n-tools
psutil==7.1.0
psutil==7.1.1
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cffi==2.0.0
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
click==8.3.0
# via
Expand All @@ -44,11 +44,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 @@ -108,7 +108,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 @@ -158,7 +158,7 @@ pluggy==1.6.0
# -r requirements/test.txt
# pytest
# pytest-cov
psutil==7.1.0
psutil==7.1.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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 @@ -87,7 +87,7 @@ fastavro==1.12.1
# via
# -r requirements/test.txt
# openedx-events
iniconfig==2.1.0
iniconfig==2.3.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -118,7 +118,7 @@ pluggy==1.6.0
# -r requirements/test.txt
# pytest
# pytest-cov
psutil==7.1.0
psutil==7.1.1
# via
# -r requirements/test.txt
# 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 @@ -26,7 +26,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 @@ -72,7 +72,7 @@ fastavro==1.12.1
# via
# -r requirements/base.txt
# openedx-events
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
jinja2==3.1.6
# via
Expand All @@ -90,7 +90,7 @@ pluggy==1.6.0
# via
# pytest
# pytest-cov
psutil==7.1.0
psutil==7.1.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down