Skip to content

Commit c5b37c8

Browse files
committed
set more min versions
1 parent a932795 commit c5b37c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ classifiers = [
2020
requires-python = ">=3.8"
2121
dependencies = [
2222
"packaging>=22.0",
23-
"tomlkit",
23+
"tomlkit>=0.12.1",
2424
"setuptools>=60.2.0",
25-
"wheel",
26-
"deprecation",
25+
"wheel>=0.41.1",
26+
"deprecation>=2.1.0",
2727
]
2828

2929
[project.readme]

0 commit comments

Comments
 (0)