Skip to content

Commit

Permalink
Need psutil >= 6.0.0 to use net_connections (#54)
Browse files Browse the repository at this point in the history
* Need psutil >= 6.0.0 to use net_connections

* Added changelog entry
  • Loading branch information
dmurphy18 authored Oct 18, 2024
1 parent 34ab309 commit cb4f180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/54.improvement.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Need psutil >= 6.0.0 to use net_connections
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.8.0
psutil>=6.0.0
pytest-helpers-namespace
pytest-skip-markers

0 comments on commit cb4f180

Please sign in to comment.