Skip to content

Commit

Permalink
Merge pull request #216 from mertuygr/chore/dep-more-itertools
Browse files Browse the repository at this point in the history
chore: Make more-itertools dependency at least 8.5.0
  • Loading branch information
jaraco authored Jul 1, 2024
2 parents 1f42293 + 8f4cb28 commit da6f9a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions newsfragments/215.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Set minimum version of more-itertools to 8.5
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"more_itertools",
"more_itertools >= 8.5.0",
"typeguard >= 4.0.1",
"typing_extensions ; python_version<'3.9'",
]
Expand Down

0 comments on commit da6f9a0

Please sign in to comment.