Skip to content

Commit b6298ec

Browse files
committed
bump minimum supervisor requirement
1 parent 21f5a31 commit b6298ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ dependencies = [
3939
"rich >= 13.7,< 15.0",
4040
"ruamel.yaml >= 0.17",
4141
"schedule ~= 1.2",
42-
"supervisor ~= 4.2; python_version < '3.12'",
43-
"supervisor >= 4.2.5; python_version >= '3.12'",
42+
"supervisor >= 4.3.0",
4443
"tomlkit ~= 0.12",
4544
"typer >= 0.16",
4645
]

0 commit comments

Comments
 (0)