Skip to content

Commit

Permalink
Adjusted psutil to 5.8.0 or higher (#53)
Browse files Browse the repository at this point in the history
* Adjusted psutil to 5.8.0 or higher

* Added changelog entry
  • Loading branch information
dmurphy18 authored Oct 18, 2024
1 parent fcf6311 commit 34ab309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/53.improvement.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adjusted requirment for psutil to 5.8.0 or higher
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest>=7.4.0
attrs>=22.1.0
psutil>=5.0.0
psutil>=5.8.0
pytest-helpers-namespace
pytest-skip-markers

0 comments on commit 34ab309

Please sign in to comment.