Bump the dependabot group across 1 directory with 26 updates#309
Merged
Bump the dependabot group across 1 directory with 26 updates#309
Conversation
Collaborator
|
@dependabot rebase |
Contributor
Author
|
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
jmichelp
approved these changes
Feb 13, 2026
Collaborator
|
@dependabot rebase |
Collaborator
|
@dependabot recreate |
Bumps the dependabot group with 26 updates in the / directory: | Package | From | To | | --- | --- | --- | | [build](https://github.com/pypa/build) | `1.2.1` | `1.4.0` | | [click](https://github.com/pallets/click) | `8.2.0` | `8.3.1` | | [packaging](https://github.com/pypa/packaging) | `25.0` | `26.0` | | [pip-tools](https://github.com/jazzband/pip-tools) | `7.4.0` | `7.5.3` | | [tomli](https://github.com/hukkin/tomli) | `2.2.1` | `2.4.0` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.13.1` | `4.15.0` | | [setuptools](https://github.com/pypa/setuptools) | `80.9.0` | `82.0.0` | | [absl-py](https://github.com/abseil/abseil-py) | `2.3.0` | `2.4.0` | | [aiofiles](https://github.com/Tinche/aiofiles) | `24.1.0` | `25.1.0` | | [certifi](https://github.com/certifi/python-certifi) | `2025.4.26` | `2026.1.4` | | [flatbuffers](https://github.com/google/flatbuffers) | `25.2.10` | `25.12.19` | | [gast](https://github.com/serge-sans-paille/gast) | `0.6.0` | `0.7.0` | | [grpcio](https://github.com/grpc/grpc) | `1.72.1` | `1.78.0` | | [h5py](https://github.com/h5py/h5py) | `3.14.0` | `3.15.1` | | [idna](https://github.com/kjd/idna) | `3.10` | `3.11` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.8` | `3.10.2` | | [markdown-it-py](https://github.com/executablebooks/markdown-it-py) | `3.0.0` | `4.0.0` | | [numpy](https://github.com/numpy/numpy) | `2.2.4` | `2.4.2` | | [optree](https://github.com/metaopt/optree) | `0.16.0` | `0.18.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.11.1` | `2.12.5` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.33.0` | `2.41.5` | | [rich](https://github.com/Textualize/rich) | `14.0.0` | `14.3.2` | | [termcolor](https://github.com/termcolor/termcolor) | `3.1.0` | `3.3.0` | | [wrapt](https://github.com/GrahamDumpleton/wrapt) | `1.17.2` | `2.1.1` | | [xxhash](https://github.com/ifduyue/python-xxhash) | `3.5.0` | `3.6.0` | | [zstandard](https://github.com/indygreg/python-zstandard) | `0.23.0` | `0.25.0` | Updates `build` from 1.2.1 to 1.4.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.2.1...1.4.0) Updates `click` from 8.2.0 to 8.3.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.2.0...8.3.1) Updates `packaging` from 25.0 to 26.0 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@25.0...26.0) Updates `pip-tools` from 7.4.0 to 7.5.3 - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md) - [Commits](jazzband/pip-tools@7.4.0...v7.5.3) Updates `tomli` from 2.2.1 to 2.4.0 - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](hukkin/tomli@2.2.1...2.4.0) Updates `typing-extensions` from 4.13.1 to 4.15.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.13.1...4.15.0) Updates `setuptools` from 80.9.0 to 82.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.9.0...v82.0.0) Updates `absl-py` from 2.3.0 to 2.4.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.3.0...v2.4.0) Updates `aiofiles` from 24.1.0 to 25.1.0 - [Release notes](https://github.com/Tinche/aiofiles/releases) - [Changelog](https://github.com/Tinche/aiofiles/blob/main/CHANGELOG.md) - [Commits](Tinche/aiofiles@v24.1.0...v25.1.0) Updates `certifi` from 2025.4.26 to 2026.1.4 - [Commits](certifi/python-certifi@2025.04.26...2026.01.04) Updates `flatbuffers` from 25.2.10 to 25.12.19 - [Release notes](https://github.com/google/flatbuffers/releases) - [Changelog](https://github.com/google/flatbuffers/blob/master/CHANGELOG.md) - [Commits](google/flatbuffers@v25.2.10...v25.12.19) Updates `gast` from 0.6.0 to 0.7.0 - [Commits](serge-sans-paille/gast@0.6.0...0.7.0) Updates `grpcio` from 1.72.1 to 1.78.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](grpc/grpc@v1.72.1...v1.78.0) Updates `h5py` from 3.14.0 to 3.15.1 - [Release notes](https://github.com/h5py/h5py/releases) - [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst) - [Commits](h5py/h5py@3.14.0...3.15.1) Updates `idna` from 3.10 to 3.11 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.10...v3.11) Updates `markdown` from 3.8 to 3.10.2 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.8...3.10.2) Updates `markdown-it-py` from 3.0.0 to 4.0.0 - [Release notes](https://github.com/executablebooks/markdown-it-py/releases) - [Changelog](https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md) - [Commits](executablebooks/markdown-it-py@v3.0.0...v4.0.0) Updates `numpy` from 2.2.4 to 2.4.2 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.2.4...v2.4.2) Updates `optree` from 0.16.0 to 0.18.0 - [Release notes](https://github.com/metaopt/optree/releases) - [Changelog](https://github.com/metaopt/optree/blob/main/CHANGELOG.md) - [Commits](metaopt/optree@v0.16.0...v0.18.0) Updates `pydantic` from 2.11.1 to 2.12.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.1...v2.12.5) Updates `pydantic-core` from 2.33.0 to 2.41.5 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.33.0...v2.41.5) Updates `rich` from 14.0.0 to 14.3.2 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v14.0.0...v14.3.2) Updates `termcolor` from 3.1.0 to 3.3.0 - [Release notes](https://github.com/termcolor/termcolor/releases) - [Changelog](https://github.com/termcolor/termcolor/blob/main/CHANGES.md) - [Commits](termcolor/termcolor@3.1.0...3.3.0) Updates `wrapt` from 1.17.2 to 2.1.1 - [Release notes](https://github.com/GrahamDumpleton/wrapt/releases) - [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst) - [Commits](GrahamDumpleton/wrapt@1.17.2...2.1.1) Updates `xxhash` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/ifduyue/python-xxhash/releases) - [Changelog](https://github.com/ifduyue/python-xxhash/blob/master/CHANGELOG.rst) - [Commits](ifduyue/python-xxhash@v3.5.0...v3.6.0) Updates `zstandard` from 0.23.0 to 0.25.0 - [Release notes](https://github.com/indygreg/python-zstandard/releases) - [Changelog](https://github.com/indygreg/python-zstandard/blob/main/docs/news.rst) - [Commits](indygreg/python-zstandard@0.23.0...0.25.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: click dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: packaging dependency-version: '26.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependabot - dependency-name: pip-tools dependency-version: 7.5.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: tomli dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: typing-extensions dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: setuptools dependency-version: 82.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependabot - dependency-name: absl-py dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: aiofiles dependency-version: 25.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependabot - dependency-name: certifi dependency-version: 2026.1.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependabot - dependency-name: flatbuffers dependency-version: 25.12.19 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: gast dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: grpcio dependency-version: 1.78.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: h5py dependency-version: 3.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: idna dependency-version: '3.11' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: markdown dependency-version: 3.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: markdown-it-py dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependabot - dependency-name: numpy dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: optree dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: pydantic-core dependency-version: 2.41.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: rich dependency-version: 14.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: termcolor dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: wrapt dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependabot - dependency-name: xxhash dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: zstandard dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot ... Signed-off-by: dependabot[bot] <support@github.com>
f0402f9 to
f3ab4f0
Compare
jmichelp
approved these changes
Feb 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the dependabot group with 26 updates in the / directory:
1.2.11.4.08.2.08.3.125.026.07.4.07.5.32.2.12.4.04.13.14.15.080.9.082.0.02.3.02.4.024.1.025.1.02025.4.262026.1.425.2.1025.12.190.6.00.7.01.72.11.78.03.14.03.15.13.103.113.83.10.23.0.04.0.02.2.42.4.20.16.00.18.02.11.12.12.52.33.02.41.514.0.014.3.23.1.03.3.01.17.22.1.13.5.03.6.00.23.00.25.0Updates
buildfrom 1.2.1 to 1.4.0Release notes
Sourced from build's releases.
... (truncated)
Changelog
Sourced from build's changelog.
... (truncated)
Commits
54f238dchore: prepare for 1.4.0 (#972)f219276docs: first argument for _has_dependency is a name (#970)7adb29efix: support UV environment variable (#971)a40623bbuild(deps): bump actions/attest-build-provenance in the actions group (#968)c8fae34pre-commit: bump repositories (#965)ed9c379build(deps): bump actions/download-artifact in the actions group0e44fd2Addquietflag (#947)60e15edchore: color defaults to True in 3.14 (#962)0486d9dpre-commit: bump repositories (#961)393b775MNT: remove workaround for 3.14b1 (#960)Updates
clickfrom 8.2.0 to 8.3.1Release notes
Sourced from click's releases.
... (truncated)
Changelog
Sourced from click's changelog.
... (truncated)
Commits
1d038f2release version 8.3.103f3889Fix Ruff UP038 warning (#3141)3867781Fix Ruff UP038 warningb91bb95Provide altered context to callbacks to hideUNSETvalues asNone(#3137)437e1e3Temporarily provide a fake context to the callback to hideUNSETvalues as ...ea70da4Don't test using a file in docs/ (#3102)e27b307Makeuv run --all-extras pyright --verifytypes clickpass (#3072)a92c573Fix test_edit to work with BSD sed (#3129)bd131e1Fix test_edit to work with BSD sed0b5c6b7Add Best practices section (#3127)Updates
packagingfrom 25.0 to 26.0Release notes
Sourced from packaging's releases.
... (truncated)
Changelog
Sourced from packaging's changelog.
... (truncated)
Commits
3b77a26Bump for release31371ccdocs: prepare for 26.0 final (#1063)9627a88perf: dual replace (#1064)d5398b8fix: restore ._version as a compat shim (#1062)3a7b600Bump for developmentd4eefdcBump for release4618912docs: prepare for 26.0rc3 (#1060)0cf1b41ci: test on first public release of CPythons (#1056)716beb1perf: 10% faster stripping zeros (#1058)350a230fix: support CPython 3.11.0-3.11.4 and older PyPy3.11 (#1055)Updates
pip-toolsfrom 7.4.0 to 7.5.3Release notes
Sourced from pip-tools's releases.
... (truncated)
Changelog
Sourced from pip-tools's changelog.
... (truncated)
Commits
5f31d8aMerge pull request #2332 from sirosen/fix-release-version-normalization106f1d6Fix CI workflow to normalize versions (for release)3a0f5edMerge pull request #2329 from sirosen/release/v7.5.3e4bd31dMerge pull request #2328 from jazzband/pre-commit-ci-update-config08107abUpdate changelog for version 7.5.35b4d130Merge pull request #2325 from sirosen/ensure-tmpfile-cleanupcc6a2b9Apply feedback/suggestions from reviewfc53265[pre-commit.ci] pre-commit autoupdate6c27507Add 'tempfile_compat' to handle windows tmp files9ac94dbFix leak of temp files when reading from stdinUpdates
tomlifrom 2.2.1 to 2.4.0Changelog
Sourced from tomli's changelog.
Commits
a678e6fBump version: 2.3.0 → 2.4.0b8a1358Tests: remove now needless "TOML compliance"->"burntsushi" format conversion4979375Update GitHub actionsf890dd1Update pre-commit hooksd9c65c3Add 2.4.0 change log0efe49dUpdate README for v2.4.09eb2125TOML 1.1: Make seconds optional in Date-Time and Time (#203)12314bdTOML 1.1: Add \xHH Unicode escape code to basic strings (#202)2a2aa62TOML 1.1: Allow newlines and trailing comma in inline tables (#200)38297f8Xfail on tests for TOML 1.1 features not yet supportedUpdates
typing-extensionsfrom 4.13.1 to 4.15.0Release notes
Sourced from typing-extensions's releases.
... (truncated)
Changelog
Sourced from typing-extensions's changelog.
... (truncated)
Commits
9d1637ePrepare release 4.15.0 (#658)4bd67c5Coverage: exclude some noise (#656)e589a26Coverage: add detailed report to job summary (#655)67d37feCoverage: Implement fail_under (#654)e9ae26fDon't delete previous coverage comment (#653)ac80bb7Add Coverage workflow (#623)abaaafdPrepare release 4.15.0rc1 (#650)9810405Add@disjoint_base(PEP 800) (#634)7ee9e05Backport type_params fix from CPython (#646)1e8eb9cDo not refer to PEP 705 as being experimental (#648)Updates
setuptoolsfrom 80.9.0 to 82.0.0Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
03f3615Bump version: 81.0.0 → 82.0.0530d114Merge pull request #5007 from pypa/feature/remove-more-pkg_resources11efe9fMerge branch 'maint/75.3'118f129Bump version: 75.3.3 → 75.3.490561ffMerge pull request #5150 from UladzimirTrehubenka/backport_cve_472734595034Add news fragment.fc00800Merge pull request #5171 from cclauss/ruff-v0.15.0127e561Remove tests reliant on pkg_resources, rather than xfailing them.64bc21eReference the superseding libraries.cf1ff45Merge branch 'main' into debt/pbr-without-pkg_resourcesUpdates
absl-pyfrom 2.3.0 to 2.4.0Release notes
Sourced from absl-py's releases.
Changelog
Sourced from