Skip to content

Commit

Permalink
Merge pull request #301 from anderstheet/feature/300-minimum-requirem…
Browse files Browse the repository at this point in the history
…ent-jaraco.functools

Use minimum requirement for jaraco.functools
  • Loading branch information
jaraco authored Dec 26, 2024
2 parents ed45e7b + 3fc912a commit ace1ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requires-python = ">=3.9"
dependencies = [
# Setuptools must require these
"packaging",
"jaraco.functools",
"jaraco.functools >= 4",
"more_itertools",
"jaraco.collections",
]
Expand Down

0 comments on commit ace1ab0

Please sign in to comment.