We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef564ac commit e1fe3beCopy full SHA for e1fe3be
pyproject.toml
@@ -25,7 +25,7 @@ dependencies = [
25
"fabric ~= 3.2",
26
"flufl.lock ~= 8.0",
27
"jobflow >= 0.1.19",
28
- "psutil >= 5.9,< 7.0",
+ "psutil >= 5.9,< 8.0",
29
"pydantic ~= 2.4",
30
"pymongo < 4.11",
31
"python-dateutil>=2.8.2",
requirements/requirements.txt
@@ -6,7 +6,7 @@ tomlkit==0.13.2
6
qtoolkit==0.1.6
7
typer==0.15.1
8
rich==13.9.4
9
-psutil==6.1.1
+psutil==7.0.0
10
supervisor==4.2.5
11
ruamel.yaml==0.17.35
12
schedule==1.2.2
0 commit comments