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 @@ -116,7 +116,7 @@ path==17.1.1
# via path-py
path-py==12.5.0
# via -r requirements/base.in
psutil==7.1.3
psutil==7.2.0
# via edx-django-utils
pycparser==2.23
# via cffi
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ colorama==0.4.6
# via
# -r requirements/test.txt
# tox
coverage[toml]==7.13.0
coverage[toml]==7.13.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -295,7 +295,7 @@ pluggy==1.6.0
# pytest
# pytest-cov
# tox
psutil==7.1.3
psutil==7.2.0
# via
# -r requirements/base.txt
# -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 @@ -55,7 +55,7 @@ code-annotations==2.3.0
# via -r requirements/test.in
colorama==0.4.6
# via tox
coverage[toml]==7.13.0
coverage[toml]==7.13.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -216,7 +216,7 @@ pluggy==1.6.0
# pytest
# pytest-cov
# tox
psutil==7.1.3
psutil==7.2.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down