Skip to content

Commit 06ea48c

Browse files
Bump more-itertools from 10.5.0 to 10.6.0 (#149)
Bumps [more-itertools](https://github.com/more-itertools/more-itertools) from 10.5.0 to 10.6.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>Version 10.6.0</h2> <ul> <li> <p>New functions:</p> <ul> <li><code>is_prime</code> and <code>nth_prime</code> were added (thanks to JamesParrott and rhettinger)</li> <li><code>loops</code> was added (thanks to rhettinger)</li> </ul> </li> <li> <p>Changes to existing functions:</p> <ul> <li><code>factor</code> was optimized to handle larger inputs and use less memory (thanks to rhettinger)</li> <li><code>spy</code> was optimized to enable nested calls (thanks to rhettinger)</li> <li><code>polynomial_from_roots</code> was made non-recursive and able to handle larger numbers of roots (thanks to pochmann3 and rhettinger)</li> <li><code>is_sorted</code> now only relies on less than comparisons (thanks to rhettinger)</li> <li>The docstring for <code>outer_product</code> was improved (thanks to rhettinger)</li> <li>The type annotations for <code>sample</code> were improved (thanks to rhettinger)</li> </ul> </li> <li> <p>Other changes:</p> <ul> <li>Python 3.13 is officially supported. Python 3.8 is no longer officially supported. (thanks to hugovk, JamesParrott, and stankudrow)</li> <li><code>mypy</code> checks were fixed (thanks to JamesParrott)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/more-itertools/more-itertools/commit/1681cea3cd8fd1bfce41ac5db3987ae919d51b84"><code>1681cea</code></a> Bump version: 10.5.0 → 10.6.0</li> <li><a href="https://github.com/more-itertools/more-itertools/commit/ff319944dbb5de910c11f2b42188c9ffe475e321"><code>ff31994</code></a> Merge pull request <a href="https://redirect.github.com/more-itertools/more-itertools/issues/943">#943</a> from more-itertools/release-2025</li> <li><a href="https://github.com/more-itertools/more-itertools/commit/1a4fba21347547a4a80408adfd958e9fb079eec5"><code>1a4fba2</code></a> Drop extra whitespace</li> <li><a href="https://github.com/more-itertools/more-itertools/commit/9b47c8bbbadbc63ae1fee5b976780a6608dba620"><code>9b47c8b</code></a> Drop mypy pin</li> <li><a href="https://github.com/more-itertools/more-itertools/commit/d11b54d41f631b25c5d3bdb84a23ccca91e2cc93"><code>d11b54d</code></a> Update version docs</li> <li><a href="https://github.com/more-itertools/more-itertools/commit/71e4b1c946f9f9849eff6b5878b089883fe383c6"><code>71e4b1c</code></a> Merge branch 'stankudrow-pyupgrade-py39' into release-2025</li> <li><a href="https://github.com/more-itertools/more-itertools/commit/d58fe3d85d3ac7a33c81fc0fe8bd40d2d632e452"><code>d58fe3d</code></a> Merge branch 'pyupgrade-py39' of <a href="https://github.com/stankudrow/more-itertools">https://github.com/stankudrow/more-itertools</a>...</li> <li><a href="https://github.com/more-itertools/more-itertools/commit/8acddb55eba15be66c23f4fe2866c081dbc0209b"><code>8acddb5</code></a> Merge pull request <a href="https://redirect.github.com/more-itertools/more-itertools/issues/945">#945</a> from rhettinger/mo_cova</li> <li><a href="https://github.com/more-itertools/more-itertools/commit/011403a96136ad783eca161cac45106004b6f376"><code>011403a</code></a> Test corner cases</li> <li><a href="https://github.com/more-itertools/more-itertools/commit/7b9889c0b7de2189e7dd77688f7a811ce43337cc"><code>7b9889c</code></a> Merge pull request <a href="https://redirect.github.com/more-itertools/more-itertools/issues/944">#944</a> from rhettinger/strict_counts</li> <li>Additional commits viewable in <a href="https://github.com/more-itertools/more-itertools/compare/v10.5.0...v10.6.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.5.0&new-version=10.6.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 6903124 commit 06ea48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ importlib-metadata==7.0.1
1616
# via build
1717
iniconfig==2.0.0
1818
# via pytest
19-
more-itertools==10.5.0
19+
more-itertools==10.6.0
2020
# via -r requirements.in
2121
packaging==23.0
2222
# via

0 commit comments

Comments
 (0)