Skip to content

Commit 8d09d73

Browse files
authored
Update psutil requirement to allow for newer versions (#1268)
1 parent c581356 commit 8d09d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ install_requires =
6262
httpcore>=1.0.9
6363
tqdm>=4.66.2,<5.0
6464
async-lru~=2.0.4
65-
psutil~=5.9.8
65+
psutil>=5.9.8
6666
tests_require =
6767
pytest~=8.2.0
6868
pytest-mock>=3.0,<4.0

0 commit comments

Comments
 (0)