Skip to content

Commit 3fc912a

Browse files
committed
Use minimum requirement for jaraco.functools
1 parent 378984e commit 3fc912a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ requires-python = ">=3.8"
2020
dependencies = [
2121
# Setuptools must require these
2222
"packaging",
23-
"jaraco.functools",
23+
"jaraco.functools >= 4",
2424
"more_itertools",
2525
"jaraco.collections",
2626
]

0 commit comments

Comments
 (0)