Skip to content

Commit d495248

Browse files
Bump more-itertools from 10.2.0 to 10.5.0 (#11)
Bumps [more-itertools](https://github.com/more-itertools/more-itertools) from 10.2.0 to 10.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/more-itertools/more-itertools/releases">more-itertools's releases</a>.</em></p> <blockquote> <h2>v10.5.0</h2> <h2>What's Changed</h2> <ul> <li>Optimize all_equal recipe by <a href="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/bbayles"><code>@​bbayles</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/899">more-itertools/more-itertools#899</a></li> <li>Reduce groupby.<strong>next</strong> calls in all_equal by <a href="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/bbayles"><code>@​bbayles</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/903">more-itertools/more-itertools#903</a></li> <li>Fix types.UnionType by <a href="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/bbayles"><code>@​bbayles</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/905">more-itertools/more-itertools#905</a></li> <li>Version 10.5.0 by <a href="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/bbayles"><code>@​bbayles</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/906">more-itertools/more-itertools#906</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/more-itertools/more-itertools/compare/v10.4.0...v10.5.0">https://github.com/more-itertools/more-itertools/compare/v10.4.0...v10.5.0</a></p> <h2>Version 10.4.0</h2> <h2>What's Changed</h2> <ul> <li>Issue 854: sample improvements by <a href="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/bbayles"><code>@​bbayles</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/855">more-itertools/more-itertools#855</a></li> <li>Issue 858: Use chain and starmap in run_length.decode by <a href="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/bbayles"><code>@​bbayles</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/861">more-itertools/more-itertools#861</a></li> <li>Issue 859: Update totient recipe by <a href="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/bbayles"><code>@​bbayles</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/860">more-itertools/more-itertools#860</a></li> <li>Distinct permutations of incomparable items by <a href="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/JamesParrott"><code>@​JamesParrott</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/834">more-itertools/more-itertools#834</a></li> <li>Clarify seekable.relative_seek behavior by <a href="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/bbayles"><code>@​bbayles</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/863">more-itertools/more-itertools#863</a></li> <li>Issue 864: Improve _sample_unweighted by <a href="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/bbayles"><code>@​bbayles</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/865">more-itertools/more-itertools#865</a></li> <li>Use log1p for _sample_unweighted by <a href="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/bbayles"><code>@​bbayles</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/868">more-itertools/more-itertools#868</a></li> <li>Issue 862: change relative_seek() behaviour by <a href="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/dkrikun"><code>@​dkrikun</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/866">more-itertools/more-itertools#866</a></li> <li>Issue 876: is_sorted clarifications by <a href="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/bbayles"><code>@​bbayles</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/877">more-itertools/more-itertools#877</a></li> <li>Issue 870: counts parameter for sample by <a href="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/bbayles"><code>@​bbayles</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/875">more-itertools/more-itertools#875</a></li> <li>Issue 869: Add a steps argument to circular_shifts by <a href="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/bbayles"><code>@​bbayles</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/874">more-itertools/more-itertools#874</a></li> <li>Issue 871: Add a fast path for sliding_window by <a href="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/bbayles"><code>@​bbayles</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/873">more-itertools/more-itertools#873</a></li> <li>type annotation of <code>windowed_complete</code> corrected by <a href="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/m472"><code>@​m472</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/881">more-itertools/more-itertools#881</a></li> <li>[Docs] Fix strictly_n missing the n parameter by <a href="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/fakuivan"><code>@​fakuivan</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/886">more-itertools/more-itertools#886</a></li> <li>Standardize type hints for isinstance's second argument by <a href="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/jbosboom"><code>@​jbosboom</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/887">more-itertools/more-itertools#887</a></li> <li>Issue 883: change type hint by <a href="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/akisatoon1"><code>@​akisatoon1</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/884">more-itertools/more-itertools#884</a></li> <li>Add type overloads for <code>zip_broadcast</code> by <a href="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/Pandede"><code>@​Pandede</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/888">more-itertools/more-itertools#888</a></li> <li>Issue 889: Optimize triplewise by <a href="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/bbayles"><code>@​bbayles</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/891">more-itertools/more-itertools#891</a></li> <li>Add option <code>strict</code> to <code>sort_together</code> by <a href="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/Pandede"><code>@​Pandede</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/892">more-itertools/more-itertools#892</a></li> <li>Updates for version 10.4.0 by <a href="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/bbayles"><code>@​bbayles</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/893">more-itertools/more-itertools#893</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="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/JamesParrott"><code>@​JamesParrott</code></a> made their first contribution in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/834">more-itertools/more-itertools#834</a></li> <li><a href="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/dkrikun"><code>@​dkrikun</code></a> made their first contribution in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/866">more-itertools/more-itertools#866</a></li> <li><a href="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/m472"><code>@​m472</code></a> made their first contribution in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/881">more-itertools/more-itertools#881</a></li> <li><a href="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/fakuivan"><code>@​fakuivan</code></a> made their first contribution in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/886">more-itertools/more-itertools#886</a></li> <li><a href="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/jbosboom"><code>@​jbosboom</code></a> made their first contribution in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/887">more-itertools/more-itertools#887</a></li> <li><a href="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/akisatoon1"><code>@​akisatoon1</code></a> made their first contribution in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/884">more-itertools/more-itertools#884</a></li> <li><a href="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/Pandede"><code>@​Pandede</code></a> made their first contribution in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/888">more-itertools/more-itertools#888</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/more-itertools/more-itertools/compare/v10.3.0...v10.4.0">https://github.com/more-itertools/more-itertools/compare/v10.3.0...v10.4.0</a></p> <h2>Version 10.3.0</h2> <h2>What's Changed</h2> <ul> <li>100% Code Coverage by <a href="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/haukex"><code>@​haukex</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/792">more-itertools/more-itertools#792</a></li> <li>Remove recursion from <code>collapse</code> by <a href="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/james-wasson"><code>@​james-wasson</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/796">more-itertools/more-itertools#796</a></li> <li>Closes <a href="https://redirect.github.com/more-itertools/more-itertools/issues/780">#780</a>: add pre/postpend examples in value_chain doc by <a href="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/bjrtx"><code>@​bjrtx</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/802">more-itertools/more-itertools#802</a></li> <li>Increase performance of <code>padded</code> by <a href="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/james-wasson"><code>@​james-wasson</code></a> in <a href="https://redirect.github.com/more-itertools/more-itertools/pull/805">more-itertools/more-itertools#805</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/more-itertools/more-itertools/commit/4998a257373f36e91edef7324572ed8df10f39d1"><code>4998a25</code></a> Merge pull request <a href="https://redirect.github.com/more-itertools/more-itertools/issues/906">#906</a> from more-itertools/version-10.5.0</li> <li><a href="https://github.com/more-itertools/more-itertools/commit/b585bb56e038ede24d0ba9aac378a8880f8e4da5"><code>b585bb5</code></a> Version notes for 10.5.0</li> <li><a href="https://github.com/more-itertools/more-itertools/commit/2f9036c04aa4731f8e9cef0a0cccd91dbff78829"><code>2f9036c</code></a> Bump version: 10.4.0 → 10.5.0</li> <li><a href="https://github.com/more-itertools/more-itertools/commit/7384f9ecd2a6d477e39f5daf2399b97b9301f79a"><code>7384f9e</code></a> Merge pull request <a href="https://redirect.github.com/more-itertools/more-itertools/issues/905">#905</a> from more-itertools/issue-887</li> <li><a href="https://github.com/more-itertools/more-itertools/commit/c381a4215d5cfd2cbd1f6b05f4acf2f9ebbad9cb"><code>c381a42</code></a> Fix types.UnionType for 3.10+</li> <li><a href="https://github.com/more-itertools/more-itertools/commit/35f8e41dc6cad3310d8fbe9a618c121a2b8d379c"><code>35f8e41</code></a> Merge pull request <a href="https://redirect.github.com/more-itertools/more-itertools/issues/903">#903</a> from more-itertools/issue-902</li> <li><a href="https://github.com/more-itertools/more-itertools/commit/ebe42b056eccc424ee1682c25eeabda74cbc46c0"><code>ebe42b0</code></a> Reduce groupby.<strong>next</strong> calls in all_equal</li> <li><a href="https://github.com/more-itertools/more-itertools/commit/4f4217c164eb99df5c09a3882b8c7222d7c74d6c"><code>4f4217c</code></a> Fix issue 897</li> <li><a href="https://github.com/more-itertools/more-itertools/commit/390a3db74c62c206fdb2edcf49373fea25d50adc"><code>390a3db</code></a> Merge pull request <a href="https://redirect.github.com/more-itertools/more-itertools/issues/899">#899</a> from more-itertools/issue-896-all-equal</li> <li><a href="https://github.com/more-itertools/more-itertools/commit/fa05e903f93e8a2b46fab3d002d7c79f55a93dfe"><code>fa05e90</code></a> Use loops</li> <li>Additional commits viewable in <a href="https://github.com/more-itertools/more-itertools/compare/v10.2.0...v10.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=more-itertools&package-manager=pip&previous-version=10.2.0&new-version=10.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b28ce56 commit d495248

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

dev_requirements/requirements-packaging.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# pip-compile dev_requirements/requirements-packaging.in
66
#
77
build==1.2.1
8-
# via -r requirements-packaging.in
8+
# via -r dev_requirements/requirements-packaging.in
99
certifi==2024.8.30
1010
# via requests
1111
cffi==1.16.0
@@ -32,7 +32,7 @@ markdown-it-py==3.0.0
3232
# via rich
3333
mdurl==0.1.2
3434
# via markdown-it-py
35-
more-itertools==10.2.0
35+
more-itertools==10.5.0
3636
# via jaraco-classes
3737
nh3==0.2.15
3838
# via readme-renderer
@@ -63,7 +63,7 @@ rich==13.7.1
6363
secretstorage==3.3.3
6464
# via keyring
6565
twine==5.1.1
66-
# via -r requirements-packaging.in
66+
# via -r dev_requirements/requirements-packaging.in
6767
urllib3==2.2.2
6868
# via
6969
# requests

dev_requirements/requirements-tests.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ certifi==2024.8.30
1010
# via
1111
# httpcore
1212
# httpx
13-
colorama==0.4.6
14-
# via pytest
1513
h11==0.14.0
1614
# via httpcore
1715
httpcore==1.0.5
@@ -24,20 +22,20 @@ idna==3.8
2422
# httpx
2523
iniconfig==2.0.0
2624
# via pytest
27-
more-itertools==10.4.0
28-
# via -r .\dev_requirements\requirements-tests.in
25+
more-itertools==10.5.0
26+
# via -r dev_requirements/requirements-tests.in
2927
packaging==24.0
3028
# via pytest
3129
pluggy==1.5.0
3230
# via pytest
3331
pytest==8.3.2
3432
# via
35-
# -r .\dev_requirements\requirements-tests.in
33+
# -r dev_requirements/requirements-tests.in
3634
# pytest-asyncio
3735
pytest-asyncio==0.24.0
38-
# via -r .\dev_requirements\requirements-tests.in
36+
# via -r dev_requirements/requirements-tests.in
3937
respx==0.21.1
40-
# via -r .\dev_requirements\requirements-tests.in
38+
# via -r dev_requirements/requirements-tests.in
4139
sniffio==1.3.1
4240
# via
4341
# anyio

0 commit comments

Comments
 (0)