-
-
Notifications
You must be signed in to change notification settings - Fork 588
Commit a2ff7da
authored
build(deps): bump more-itertools from 10.5.0 to 10.7.0 in /tools/publish (#2841)
Bumps [more-itertools](https://github.com/more-itertools/more-itertools)
from 10.5.0 to 10.7.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.7.0</h2>
<p>See the change log <a
href="https://github.com/more-itertools/more-itertools/blob/28ab73678adc39eacc2610bd67c1c4a37def6c28/docs/versions.rst#L8">here</a>
for details.</p>
<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/28ab73678adc39eacc2610bd67c1c4a37def6c28"><code>28ab736</code></a>
Merge pull request <a
href="https://redirect.github.com/more-itertools/more-itertools/issues/977">#977</a>
from more-itertools/version-10.7.0</li>
<li><a
href="https://github.com/more-itertools/more-itertools/commit/4c1a0c7af1c433f67a5ba999d5ef019577c5bc31"><code>4c1a0c7</code></a>
Bump version: 10.6.0 → 10.7.0</li>
<li><a
href="https://github.com/more-itertools/more-itertools/commit/f2d5c9fbb6c995132e820e001ff5591cfea99329"><code>f2d5c9f</code></a>
Late-breaking changes for 10.7.0</li>
<li><a
href="https://github.com/more-itertools/more-itertools/commit/5d5a9e6190c5372625a3bba9ba9a1f5b1b54860d"><code>5d5a9e6</code></a>
Merge remote-tracking branch 'origin/master' into version-10.7.0</li>
<li><a
href="https://github.com/more-itertools/more-itertools/commit/8988de66332ef26f0873ed80f2f466f525b46b0a"><code>8988de6</code></a>
Merge pull request <a
href="https://redirect.github.com/more-itertools/more-itertools/issues/975">#975</a>
from rhettinger/groupby_transform_overloads</li>
<li><a
href="https://github.com/more-itertools/more-itertools/commit/c925c2eb8ffc673544dca298bc3670e6c797c93a"><code>c925c2e</code></a>
Fix inner Iterable types as well</li>
<li><a
href="https://github.com/more-itertools/more-itertools/commit/cc38c748465cc14362bea3daac54009dc892d364"><code>cc38c74</code></a>
Fix <a
href="https://redirect.github.com/more-itertools/more-itertools/issues/974">#974</a>:
Inconsistent <a
href="https://github.com/overload"><code>@overload</code></a>
signatures</li>
<li><a
href="https://github.com/more-itertools/more-itertools/commit/3742de96f864666a0360dfcb20ee645491bb6494"><code>3742de9</code></a>
Merge pull request <a
href="https://redirect.github.com/more-itertools/more-itertools/issues/972">#972</a>
from ricbit/master</li>
<li><a
href="https://github.com/more-itertools/more-itertools/commit/c904030580fe25ff430b5129900b5d622f9952e1"><code>c904030</code></a>
Fix some typos</li>
<li><a
href="https://github.com/more-itertools/more-itertools/commit/6d0fe022dc744e785026c63977190d6ba5d164e2"><code>6d0fe02</code></a>
Merge pull request <a
href="https://redirect.github.com/more-itertools/more-itertools/issues/971">#971</a>
from rhettinger/small_doc_edits</li>
<li>Additional commits viewable in <a
href="https://github.com/more-itertools/more-itertools/compare/v10.5.0...v10.7.0">compare
view</a></li>
</ul>
</details>
<br />
[](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 9dfa3ab commit a2ff7daCopy full SHA for a2ff7da
File tree
4 files changed
+12
-12
lines changedFilter options
- tools/publish
4 files changed
+12
-12
lines changedtools/publish/requirements_darwin.txt
Copy file name to clipboardExpand all lines: tools/publish/requirements_darwin.txt+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
tools/publish/requirements_linux.txt
Copy file name to clipboardExpand all lines: tools/publish/requirements_linux.txt+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
tools/publish/requirements_universal.txt
Copy file name to clipboardExpand all lines: tools/publish/requirements_universal.txt+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
tools/publish/requirements_windows.txt
Copy file name to clipboardExpand all lines: tools/publish/requirements_windows.txt+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments