Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

Bumps the dependabot group with 6 updates:

Package From To
setuptools 80.8.0 80.9.0
absl-py 2.2.0 2.3.0
namex 0.0.8 0.1.0
optree 0.15.0 0.16.0
protobuf 6.30.1 6.31.1
zipp 3.21.0 3.22.0

Updates setuptools from 80.8.0 to 80.9.0

Changelog

Sourced from setuptools's changelog.

v80.9.0

Features

  • Set a deadline for the removal of pkg_resources later this year (December). (#3085)
  • Removed reliance on pkg_resources in test_wheel. (#3085)
Commits
  • 9c4d383 Bump version: 80.8.0 → 80.9.0
  • 05cb3c8 Merge pull request #5014 from pypa/debt/pkg_resources-deadline
  • 3b0bf5b Adjust ignore
  • 9c28cdf Set a deadline for the removal of pkg_resources later this year (December).
  • a3bfef9 Merge pull request #5013 from DimitriPapadopoulos/ISC
  • 64bf9d0 Enforce ruff/flake8-implicit-str-concat rules (ISC)
  • 3250c25 Fix broken link in docs (#4947)
  • 5ccf50e Merge pull request #5006 from pypa/feature/remove-more-pkg_resources
  • 134e587 Suppress nitpicky typecheck in pyright.
  • 0bf2663 Add news fragment.
  • Additional commits viewable in compare view

Updates absl-py from 2.2.0 to 2.3.0

Release notes

Sourced from absl-py's releases.

v2.3.0

Added

  • (testing) Add extension point for letting TestLoader specify a custom sharding scheme.

Changed

  • Update package build and release process. Switched to using pyproject.toml, hatch, and GitHub Actions.

v2.2.2

Added

  • (testing) Added a new method absltest.TestCase.assertMappingEqual that tests equality of Mapping objects not requiring them to be dicts. Similar to assertSequenceEqual but for mappings.
  • (testing) Added a new method absltest.assertDictContainsSubset that checks that a dictionary contains a subset of keys and values. Similar to a removed method unittest.assertDictContainsSubset (existed until Python 3.11).
  • Added type annotations that are compliant with MyPy.

Changed

  • Removed support for Python 3.7.

Fixed

  • (testing) Fixed an issue where the test reporter crashes with exceptions with no string representation, starting with Python 3.11.

(The change log also includes changes in 2.2.0 and 2.2.1.)

Changelog

Sourced from absl-py's changelog.

2.3.0 (2025-05-26)

Added

  • (testing) Add extension point for letting TestLoader specify a custom sharding scheme.

Changed

  • Update package build and release process. Switched to using pyproject.toml, hatch, and GitHub Actions.

2.2.2 (2025-04-03)

Added

  • (testing) Added a new method absltest.TestCase.assertMappingEqual that tests equality of Mapping objects not requiring them to be dicts. Similar to assertSequenceEqual but for mappings.
  • (testing) Added a new method absltest.assertDictContainsSubset that checks that a dictionary contains a subset of keys and values. Similar to a removed method unittest.assertDictContainsSubset (existed until Python 3.11).
  • Added type annotations that are compliant with MyPy.

Changed

  • Removed support for Python 3.7.

Fixed

  • (testing) Fixed an issue where the test reporter crashes with exceptions with no string representation, starting with Python 3.11.

2.1.0 (2024-01-16)

Added

  • (flags) Added absl.flags.override_value function to provide FlagHolder with a construct to modify values. The new interface parallels absl.flags.FlagValues.__setattr__ but checks that the provided value conforms to the flag's expected type.
  • (testing) Added a new method absltest.TestCase.assertDataclassEqual that tests equality of dataclass.dataclass objects with better error messages when the assert fails.

Changed

  • (flags) absl.flags.argparse_flags.ArgumentParser now correctly inherits an empty instance of FlagValues to ensure that absl flags, such as --flagfile, --undefok are supported.

... (truncated)

Commits
  • 2f11045 Bump absl-py version to 2.3.0
  • 4d008a9 Update CHANGELOG
  • c31c4f6 Automatize package release process
  • 842bf09 Switch to pyproject.toml + hatchling
  • 369ce9b Fix help argument indentation in DEFINE_multi_enum_class function documen...
  • 71eb53d Add extension point for letting TestLoader specify a custom sharding scheme.
  • 4de3812 Fixing a typo in hex regex in logging_functional_test.py
  • e889843 Exclude files and bump version to 2.2.2
  • d45bb4b Bump absl-py version to 2.2.1 to prepare for a release
  • 014aa0a Fixing the behavior of assertDictAlmostEqual
  • See full diff in compare view

Updates namex from 0.0.8 to 0.1.0

Updates optree from 0.15.0 to 0.16.0

Release notes

Sourced from optree's releases.

v0.16.0

optree v0.15.0

Added

Changed

  • Enforce naming convention of packages with singular and plural: optree.{accessor,integration} -> optree.{accessors,integrations} by @​XuehaiPan in #209.
  • Allow creating dataclass types in the global namespace by @​XuehaiPan in #212.
  • Migrate to setuptools>=77 for PEP-639 by @​XuehaiPan in #208.
  • Update minimal version of typing-extensions to 4.6.0 for typing_extensions.TypeAliasType by @​XuehaiPan in #216.

Fixed

  • Never call PyType_Ready twice and use PyType_Modified instead by @​XuehaiPan in #214.
  • Fix optree.typing.PyTree[T] for Python 3.14 due to immutable UnionType by @​XuehaiPan in #216.

Removed

New Contributors

Full Changelog: metaopt/optree@v0.15.0...v0.16.0

Changelog

Sourced from optree's changelog.

[0.16.0] - 2025-05-28

Added

Changed

  • Enforce naming convention of packages with singular and plural: optree.{accessor,integration} -> optree.{accessors,integrations} by @​XuehaiPan in #209.
  • Allow creating dataclass types in the global namespace by @​XuehaiPan in #212.
  • Migrate to setuptools>=77 for PEP-639 by @​XuehaiPan in #208.
  • Update minimal version of typing-extensions to 4.6.0 for typing_extensions.TypeAliasType by @​XuehaiPan in #216.

Fixed

  • Never call PyType_Ready twice and use PyType_Modified instead by @​XuehaiPan in #214.
  • Fix optree.typing.PyTree[T] for Python 3.14 due to immutable UnionType by @​XuehaiPan in #216.

Removed


Commits
  • 2c2def5 ver: bump version to 0.16.0
  • 119291e chore(workflows): update cache hash key
  • cea60b1 deps(python): enable Python 3.14 and Python 3.14t support (#216)
  • 9d048e6 feat(workflows): save pip and pre-commit caches in CI (#224)
  • 35cf213 test: handle trace function change for coverage (#223)
  • 0e9069e fix(version): do not lookup parent .git for git version detection
  • ec6f1da feat(pytree): add re-export API optree.pytree.reexport(...) (#213)
  • 4d9ca91 deps!(setuptools): migrate to setuptools>=77 for PEP-639 (#208)
  • f17447c feat(ops): add function tree_partition (#222)
  • f8200e2 feat: implement optional tp_clear for class PyTreeSpec and PyTreeIter (...
  • Additional commits viewable in compare view

Updates protobuf from 6.30.1 to 6.31.1

Commits
  • 74211c0 Updating version.json and repo version numbers to: 31.1
  • 63fa9ab Merge pull request #21978 from shaod2/31.1-cp
  • bec5b5a Add missing copts attribute (#21982)
  • 96a9ef6 Fix cmake staleness test
  • 3419598 Support allowing late injection of language feature set defaults from Feature...
  • 0fe099a python pyi print "import datetime" for Duration/Timestamp field (#21885)
  • f156008 Merge pull request #21861 from shaod2/py-cp-31
  • a3921fb Add recursion depth limits to pure python
  • ac94456 Merge pull request #21744 from protocolbuffers/31.x-202505141617
  • f275995 Updating version.json and repo version numbers to: 31.1-dev
  • Additional commits viewable in compare view

Updates zipp from 3.21.0 to 3.22.0

Changelog

Sourced from zipp's changelog.

v3.22.0

Features

Bugfixes

  • Fixed .name, .stem, and other basename-based properties on Windows when working with a zipfile on disk. (#133)
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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependabot group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [setuptools](https://github.com/pypa/setuptools) | `80.8.0` | `80.9.0` |
| [absl-py](https://github.com/abseil/abseil-py) | `2.2.0` | `2.3.0` |
| namex | `0.0.8` | `0.1.0` |
| [optree](https://github.com/metaopt/optree) | `0.15.0` | `0.16.0` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `6.30.1` | `6.31.1` |
| [zipp](https://github.com/jaraco/zipp) | `3.21.0` | `3.22.0` |


Updates `setuptools` from 80.8.0 to 80.9.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v80.8.0...v80.9.0)

Updates `absl-py` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/abseil/abseil-py/releases)
- [Changelog](https://github.com/abseil/abseil-py/blob/main/CHANGELOG.md)
- [Commits](abseil/abseil-py@v2.2.0...v2.3.0)

Updates `namex` from 0.0.8 to 0.1.0

Updates `optree` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/metaopt/optree/releases)
- [Changelog](https://github.com/metaopt/optree/blob/main/CHANGELOG.md)
- [Commits](metaopt/optree@v0.15.0...v0.16.0)

Updates `protobuf` from 6.30.1 to 6.31.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v6.30.1...v6.31.1)

Updates `zipp` from 3.21.0 to 3.22.0
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.21.0...v3.22.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-version: 80.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot
- dependency-name: absl-py
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot
- dependency-name: namex
  dependency-version: 0.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot
- dependency-name: optree
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot
- dependency-name: protobuf
  dependency-version: 6.31.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot
- dependency-name: zipp
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels Jun 2, 2025
kralka
kralka previously approved these changes Jun 2, 2025
fix mypy complains
fix mypy complains
kralka
kralka previously approved these changes Jun 2, 2025
@kralka kralka enabled auto-merge June 2, 2025 08:19
@kralka kralka requested review from jmichelp and kaczmarczyck June 2, 2025 08:55
@kralka kralka added this pull request to the merge queue Jun 2, 2025
Merged via the queue into main with commit d941a82 Jun 2, 2025
31 checks passed
@dependabot dependabot bot deleted the dependabot/pip/dependabot-cb9fe018ee branch June 2, 2025 09:15
@coveralls
Copy link

coveralls commented Jun 3, 2025

Pull Request Test Coverage Report for Build 15387231651

Details

  • 4 of 4 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.008%) to 86.617%

Totals Coverage Status
Change from base Build 15384293327: 0.008%
Covered Lines: 2893
Relevant Lines: 3340

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants