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 />


[![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.7.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 files changed
tree: b62a50d1f9666073fb42f6f80738a1c291052ffa
  1. .bazelci/
  2. .bcr/
  3. .ci/
  4. .github/
  5. docs/
  6. examples/
  7. gazelle/
  8. private/
  9. python/
  10. sphinxdocs/
  11. tests/
  12. third_party/
  13. tools/
  14. .bazelignore
  15. .bazelrc
  16. .bazelversion
  17. .editorconfig
  18. .git-blame-ignore-revs
  19. .gitattributes
  20. .gitignore
  21. .pre-commit-config.yaml
  22. .readthedocs.yml
  23. addlicense.sh
  24. AUTHORS
  25. BUILD.bazel
  26. BZLMOD_SUPPORT.md
  27. CHANGELOG.md
  28. CONTRIBUTING.md
  29. CONTRIBUTORS
  30. DEVELOPING.md
  31. internal_dev_deps.bzl
  32. internal_dev_setup.bzl
  33. LICENSE
  34. MODULE.bazel
  35. README.md
  36. RELEASING.md
  37. version.bzl
  38. WORKSPACE
  39. WORKSPACE.bzlmod
README.md

Python Rules for Bazel

Build status

Overview

This repository is the home of the core Python rules -- py_library, py_binary, py_test, py_proto_library, and related symbols that provide the basis for Python support in Bazel. It also contains package installation rules for integrating with PyPI and other indices.

Documentation for rules_python is at https://rules-python.readthedocs.io and in the Bazel Build Encyclopedia.

Examples live in the examples directory.

The core rules are stable. Their implementation is subject to Bazel's backward compatibility policy. This repository aims to follow semantic versioning.

The Bazel community maintains this repository. Neither Google nor the Bazel team provides support for the code. However, this repository is part of the test suite used to vet new Bazel releases. See How to contribute page for information on our development workflow.

Documentation

For detailed documentation, see https://rules-python.readthedocs.io

Bzlmod support

  • Status: Beta
  • Full Feature Parity: No

See Bzlmod support for more details.