-
Notifications
You must be signed in to change notification settings - Fork 8
Bump the dependabot group with 29 updates #300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/pip/dependabot-0de65c8428
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Bumps the dependabot group with 29 updates: | Package | From | To | | --- | --- | --- | | [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.76.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.1` | | [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` | | [packaging](https://github.com/pypa/packaging) | `25.0` | `26.0` | | [pillow](https://github.com/python-pillow/Pillow) | `11.3.0` | `12.1.0` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `6.31.1` | `6.33.5` | | [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` | | [setuptools](https://github.com/pypa/setuptools) | `80.9.0` | `80.10.2` | | [termcolor](https://github.com/termcolor/termcolor) | `3.1.0` | `3.3.0` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.13.1` | `4.15.0` | | [wrapt](https://github.com/GrahamDumpleton/wrapt) | `1.17.2` | `2.1.0` | | [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` | | [build](https://github.com/pypa/build) | `1.2.1` | `1.4.0` | | [click](https://github.com/pallets/click) | `8.2.0` | `8.3.1` | | [pip-tools](https://github.com/jazzband/pip-tools) | `7.4.0` | `7.5.2` | | [tomli](https://github.com/hukkin/tomli) | `2.2.1` | `2.4.0` | | [pip](https://github.com/pypa/pip) | `25.3` | `26.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.76.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](grpc/grpc@v1.72.1...v1.76.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.1 - [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.1) 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 `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 `pillow` from 11.3.0 to 12.1.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@11.3.0...12.1.0) Updates `protobuf` from 6.31.1 to 6.33.5 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) 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 `setuptools` from 80.9.0 to 80.10.2 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.9.0...v80.10.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 `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 `wrapt` from 1.17.2 to 2.1.0 - [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.0) 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) 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 `pip-tools` from 7.4.0 to 7.5.2 - [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.2) 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 `pip` from 25.3 to 26.0 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@25.3...26.0) --- updated-dependencies: - 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.76.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.1 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: packaging dependency-version: '26.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependabot - dependency-name: pillow dependency-version: 12.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependabot - dependency-name: protobuf dependency-version: 6.33.5 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: setuptools dependency-version: 80.10.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: typing-extensions dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependabot - dependency-name: wrapt dependency-version: 2.1.0 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 - 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: pip-tools dependency-version: 7.5.2 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: pip dependency-version: '26.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependabot ... Signed-off-by: dependabot[bot] <support@github.com>
kralka
approved these changes
Feb 2, 2026
Pull Request Test Coverage Report for Build 21584153415Details
💛 - Coveralls |
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 29 updates:
2.3.02.4.024.1.025.1.02025.4.262026.1.425.2.1025.12.190.6.00.7.01.72.11.76.03.14.03.15.13.103.113.83.10.13.0.04.0.02.2.42.4.20.16.00.18.025.026.011.3.012.1.06.31.16.33.52.11.12.12.52.33.02.41.514.0.014.3.280.9.080.10.23.1.03.3.04.13.14.15.01.17.22.1.03.5.03.6.00.23.00.25.01.2.11.4.08.2.08.3.17.4.07.5.22.2.12.4.025.326.0Updates
absl-pyfrom 2.3.0 to 2.4.0Release notes
Sourced from absl-py's releases.
Changelog
Sourced from absl-py's changelog.
Commits
862e5d8Release Abseil-py 2.4.03ac7198Modernize type annotations using Python 3.10+ featuresc5a6e0aReplace get_help_width() implementation and add more tests4263e7cMove pytype disable to the correct line5fac5c6Minor fixes in abseil-py2202ca4Add support for Python 3.14 and drop support for Python 3.8 and 3.9c95ce0efix duplicate flag definition when reloading a module65cf6c4Fix CI by setting Bazel version to 8.x41a5ce1Remove monkey-patch forunittest.TestResult.wasSuccessfula870f10Propagate **kwargs in conditional/rate-limited logging functions.Updates
aiofilesfrom 24.1.0 to 25.1.0Release notes
Sourced from aiofiles's releases.
Changelog
Sourced from aiofiles's changelog.
Commits
348f5efv25.1.05e1bb8fdocs: update readme to use ruff badge (#221)6fdc25cMove to uv. (#219)1989132set 'function' as a default fixture loop scope value8986452add the 'asyncio_default_fixture_loop_scope=session' optionccab1ffupdate pytest-asyncio==1.0.08727c96add PR #216 into the CHANGELOGa9388e5add TID and ignore TID2527603664remove [ruff].exclude keyval7c49a5cadd final newlinesUpdates
certififrom 2025.4.26 to 2026.1.4Commits
c64d9f32026.01.04 (#389)4ac232fBump actions/download-artifact from 6.0.0 to 7.0.0 (#387)95ae4b2Update CI workflow to use Ubuntu 24.04 and Python 3.14 stable (#386)b72a7b1Bump dessant/lock-threads from 5.0.1 to 6.0.0 (#385)ecc2672Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#384)6a897dbBump peter-evans/create-pull-request from 7.0.11 to 8.0.0 (#383)27ca98aBump peter-evans/create-pull-request from 7.0.9 to 7.0.11 (#381)56c59a6Bump actions/checkout from 6.0.0 to 6.0.1 (#382)ae0021cBump actions/setup-python from 6.0.0 to 6.1.0 (#380)ddf5d0bBump actions/checkout from 5.0.1 to 6.0.0 (#378)Updates
flatbuffersfrom 25.2.10 to 25.12.19Release notes
Sourced from flatbuffers's releases.
... (truncated)
Changelog
Sourced from flatbuffers's changelog.
Commits
7e16302FlatBuffers Version 25.12.19 (#8871)57fdd4fDefault Vector Support C++ (#8870)8cb53ccAdd --gen-absl-hash option to generate AbslHashValue for structs. (#8868)fb55e0cRun clang-format -i **/*.cpp (#8865)d9fde67Remove progaurd-rules.pro (#8866)f74fda2Update CODEOWNERS15802faCreate CODEOWNERSa86afaeFix casing in generated Kotlin struct constructor function (#8849)60910fbFix nullability of generated Kotlin ByteBuffer accessors (#8844)7bfaabc[TS] Flexbuffers root vector fix (#8847)Updates
gastfrom 0.6.0 to 0.7.0Commits
bffc9830.7.0937b74dUpdate unparser to harmonize output across revisions and handle python 3.12+ ...f601d14Fix support for TypeVar, TypeVarTupe and ParamSpec860d7aaSupport t-string from python 3.14474afafAdjust test incompatible with py200b5345[ci] Upgrade workers for python <= 3.704c9bf8Support _field_types field for every AST class6e508a9Make gast.dump more generic across python version9713f54[ci] Test python 3.14.0ce547f5[ci] Test python 3.14 compatibilityUpdates
grpciofrom 1.72.1 to 1.76.0Release notes
Sourced from grpcio's releases.
... (truncated)
Commits
f5ffb68[Release] Bump version to 1.76.0 (on v1.76.x branch) (#40925)ffd8379[Release] Bump version to 1.76.0-pre1 (on v1.76.x branch) (#40798)835d394[Release] Bump core version to 51.0.0 for upcoming release (#40784)de6ce7f[PH2] Add files for goaway support (#40786)f7dd7f4[PH2][Trivial][CleanUp]2d40a37[PH2][ChannelZ][ZTrace][Skeleton]83acb27[build] Add Missing Dependencies for reflection_proto in Preparation for Enab...abfe8a2[PH2] Stream list represents streams open for reads.c65d8de[PH2][Expt] Fix the experiment expiry755d025Fix latent_see_test flakinessUpdates
h5pyfrom 3.14.0 to 3.15.1Release notes
Sourced from h5py's releases.
Commits
fad034cMerge pull request #2727 from takluyver/prepare-3.15.1435015dVersion number -> 3.15.13cf3343Add release note for 3.15.1c4d3394Merge pull request #2725 from crusaderky/test_lowlevel_vdsa0a707fMerge pull request #2722 from neutrinoceros/whl/fix-hdf5-macosx-deployment-ta...b30f4faWHL: build HDF5 with backward compatible system APIs on macOSeff7fa8TST: File hygiene in test_lowlevel_vdsdffdd1aMerge pull request #2723 from takluyver/ci/gh-release-non-draft9f67594Merge pull request #2724 from h5py/dependabot/github_actions/actions-e74af9633e0e82857Build(deps): Bump softprops/action-gh-release in the actions groupUpdates
idnafrom 3.10 to 3.11Changelog
Sourced from idna's changelog.
Commits
ad949eeRelease v3.11cae4ba7Second release candidate for 3.118adb305Add space in RST link74cb2b6Release candidate for 3.1105dab09Format idna-data with ruff90eac78Apply ruff formattinga31ce7eRemove errant test vectors81f0333Omit vectors known to be broken in test suitea0f3257Merge branch 'master' into unicode-16-uts46-changes38d9886Remove extra UTS46 test vectorUpdates
markdownfrom 3.8 to 3.10.1Release notes
Sourced from markdown's releases.
Changelog
Sourced from markdown's changelog.
... (truncated)
Commits
e5fa5b8Bump version to 3.10.1f925349More HTML fixes9933a0aRevert "Allow reference links with backticks"07dfa4eAllow reference links with backticksfb6b27aFix infinite loop when text contains multiple unclosed comments89112c2Make the docs build successfully with mkdocstrings-python 2.0961856cUpdate link2b49115Ensure nested elements inside inline comments are properly unescaped.22e89c1Bump version to 3.10c138aea+ PY314 - PY39Updates
markdown-it-pyfrom 3.0.0 to 4.0.0Release notes
Sourced from markdown-it-py's releases.
... (truncated)
Changelog
Sourced from markdown-it-py's changelog.
Commits
c62983f🚀 RELEASE v4.0.0 (#368)9e93bd5👌 fix quadratic complexity in reference parser (#367)da45c87📚 DOCS: Fix typos (#366)87b16e2🔧 simplify logic in scanDelims (#365)e400964👌 limit the number of autocompleted cells in a table (#364)4535d77⬆️ Comply with Commonmark 0.31.2 (#362)8eb20ac🔧 Improve spec update script (#361)fb9d3ab⬆️ Drop support for Python 3.9 (#360)9ffe841📚 DOCS: Fix a few old URLs (#358)154fe43🔧 Update pre-commit and upload-artifact (#359)Updates
numpyfrom 2.2.4 to 2.4.2Release notes
Sourced from numpy's releases.