Skip to content

Commit

Permalink
Require more_itertools 8.3. Fixes #62.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 25, 2022
1 parent 8cc0915 commit f7a2493
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v9.2.1
======

#62: Fixed minimum dependency on ``more_itertools`` to match
usage.

v9.2.0
======

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install_requires =
path >= 15.1
importlib_metadata; python_version < "3.8"
packaging
more_itertools
more_itertools >= 8.3
jaraco.context
jaraco.text

Expand Down

0 comments on commit f7a2493

Please sign in to comment.