Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Updates the requirements on toolz to permit the latest version.

Release notes

Sourced from toolz's releases.

Release 1.1.0

What's Changed

  • Add support for Python 3.14, PyPy 3.11 (#592) by @​hendrikmakait
  • Drop support for Python 3.8, PyPy 3.8 (#607) by @​eriknw
  • Add note about project status (alive and maintained, but inactive) (#600) by @​mrocklin
  • Use yield from in merge_sorted to improve performance (#550) by @​groutr
  • Fix bug in partition_all when __len__ is incorrect; now raise IndexError (#603) by @​Mr0grog
  • Modernization (#607, #608, #609, #610, #611) by @​eriknw
    • Now PEP 517-compliant; use pyproject.toml and setuptools.build_meta build backend
    • Use setuptools-git-versioning instead of versioneer.py for versioning
    • Use Trusted Publishing between Github and PyPI to publish releases to PyPI
    • Generate artifact attestation for sdist and wheel (#609)
    • Add git pre-commit checks (but this isn't documented for contributors)
      • These also get run in CI
      • Including validate-pyproject, pyupgrade, codespell, actionlint, yamllint, zizmor

New Contributors 🚀

Full Changelog: pytoolz/toolz@1.0.0...1.1.0

Commits

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 commands and options

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)

Updates the requirements on [toolz](https://github.com/pytoolz/toolz) to permit the latest version.
- [Release notes](https://github.com/pytoolz/toolz/releases)
- [Changelog](https://github.com/pytoolz/toolz/blob/master/release-notes)
- [Commits](pytoolz/toolz@1.0.0...1.1.0)

---
updated-dependencies:
- dependency-name: toolz
  dependency-version: 1.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies python Pull requests that update python code labels Nov 1, 2025
@Mr0grog Mr0grog merged commit 996ffcc into main Nov 1, 2025
11 checks passed
@Mr0grog Mr0grog deleted the dependabot/pip/toolz-approx-eq-1.1.0 branch November 1, 2025 22:32
@github-project-automation github-project-automation bot moved this from Inbox to Done in Web Monitoring Nov 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies python Pull requests that update python code

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants