Skip to content

Commit 34ab309

Browse files
authored
Adjusted psutil to 5.8.0 or higher (#53)
* Adjusted psutil to 5.8.0 or higher * Added changelog entry
1 parent fcf6311 commit 34ab309

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog/53.improvement.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Adjusted requirment for psutil to 5.8.0 or higher

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pytest>=7.4.0
22
attrs>=22.1.0
3-
psutil>=5.0.0
3+
psutil>=5.8.0
44
pytest-helpers-namespace
55
pytest-skip-markers

0 commit comments

Comments
 (0)