Skip to content

Commit 120b7a5

Browse files
authored
chore(deps): unpin psutil, termcolor (#491)
* chore(deps): unpin `psutil` Fixes #481 Signed-off-by: Teo <teocns@gmail.com> * chore(deps): unpin termcolor to 2.x.x Signed-off-by: Teo <teocns@gmail.com> --------- Signed-off-by: Teo <teocns@gmail.com>
1 parent ca2bfe4 commit 120b7a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ classifiers = [
2121
]
2222
dependencies = [
2323
"requests>=2.0.0,<3.0.0",
24-
"psutil==5.9.8",
24+
"psutil>=5.9.8",
2525
"packaging==23.2",
26-
"termcolor==2.4.0",
26+
"termcolor~=2.4.0", # 2.x.x tolerant
2727
"PyYAML>=5.3,<7.0"
2828
]
2929
[project.optional-dependencies]

0 commit comments

Comments
 (0)