Skip to content

Commit eff1dbd

Browse files
Update more-itertools requirement from ==10.* to ==11.*
Updates the requirements on [more-itertools](https://github.com/more-itertools/more-itertools) to permit the latest version. - [Release notes](https://github.com/more-itertools/more-itertools/releases) - [Commits](more-itertools/more-itertools@v10.0.0...v11.0.2) --- updated-dependencies: - dependency-name: more-itertools dependency-version: 11.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a74a7a9 commit eff1dbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
build
22
colorama == 0.4.*
33
cython < 4, >= 0.29
4-
more_itertools == 10.*
4+
more_itertools == 11.*
55
mypy
66
setuptools >= 61
77
wheel

0 commit comments

Comments
 (0)