chore: bump the minor-and-patch group across 1 directory with 4 updates - #1916
Open
dependabot[bot] wants to merge 1 commit into
Open
chore: bump the minor-and-patch group across 1 directory with 4 updates#1916dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
dependabot
Bot
force-pushed
the
dependabot/uv/libs/genai/minor-and-patch-543694046e
branch
from
August 10, 2026 18:30
b8ac13f to
cd5ba0d
Compare
Bumps the minor-and-patch group with 4 updates in the /libs/genai directory: [google-genai](https://github.com/googleapis/python-genai), [ruff](https://github.com/astral-sh/ruff), [mypy](https://github.com/python/mypy) and [syrupy](https://github.com/syrupy-project/syrupy). Updates `google-genai` from 2.10.0 to 2.17.0 - [Release notes](https://github.com/googleapis/python-genai/releases) - [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md) - [Commits](googleapis/python-genai@v2.10.0...v2.17.0) Updates `ruff` from 0.15.20 to 0.16.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.20...0.16.2) Updates `mypy` from 2.1.0 to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.1.0...v2.3.0) Updates `syrupy` from 5.4.0 to 5.5.3 - [Release notes](https://github.com/syrupy-project/syrupy/releases) - [Changelog](https://github.com/syrupy-project/syrupy/blob/main/CHANGELOG.md) - [Commits](syrupy-project/syrupy@v5.4.0...v5.5.3) --- updated-dependencies: - dependency-name: google-genai dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: syrupy dependency-version: 5.5.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/uv/libs/genai/minor-and-patch-543694046e
branch
from
August 14, 2026 18:05
cd5ba0d to
c36c92c
Compare
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 minor-and-patch group with 4 updates in the /libs/genai directory: google-genai, ruff, mypy and syrupy.
Updates
google-genaifrom 2.10.0 to 2.17.0Release notes
Sourced from google-genai's releases.
... (truncated)
Changelog
Sourced from google-genai's changelog.
... (truncated)
Commits
d0efb69chore(main): release 2.17.0 (#2794)3ec2081fix: Add propertyOrdering auto-population for ResponseSchema and ResponseJson...a8ec86efeat: Add TOO_MANY_TOOL_CALLS to FinishReason enum.a0faf87chore: Cleanup error dependenciesc74505bfeat: Add top-level errors array to Interaction resource (iAPI)80d80ffdocs: Fix interactions49b730dchore: Cleanup deprecated field response_modalities9d83016chore: internalc41ba11docs: Update GenerateVideos docstrings and samples9a2f8cbrefactor: delete deprecated StreamMetadata proto field and message definitionUpdates
rufffrom 0.15.20 to 0.16.2Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
5b48a04Bump 0.16.2 (#27555)1b9e5fcUpdate Swatinem/rust-cache action to v2.9.2 (#27568)c4e86fc[ty] Add helper extension methods for half-range and equality constraints (#2...17a00de[ty] Reuse primer commands in memory reports (#27553)6ea296b[ty] Normalize type labels in structured docstrings (#26923)2fc445f[ty] Diagnose invalid getattr calls (#27502)22c7823[ty] Enable (but downrank) auto-import completion suggestions from stub-only ...05160d5[ty] Diagnose invalid descriptor__get__calls (#27400)baea3d0[ty] Expose strict analysis options in the playground (#27543)c88946e[ty] Bump ecosystem-analyzer for strict project settings (#27542)Updates
mypyfrom 2.1.0 to 2.3.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
8aabf84Drop +dev from version4d8ad2aUpdate changelog for 2.3 release (#21728)2c21546[mypyc] Update documentation of race conditions under free threading (#21726)a9f62a3[mypyc] Make attribute access memory safe on free-threaded builds (#21705)0faa413UsePYODIDEenvironment variable for Emscripten cross-compilation detection...3d75cdb[mypyc] Borrow final attributes more aggressively (#21702)24c237d[mypyc] Improve documentation of Final (#21713)b5be217[mypyc] Update free threading Python compatibility docs (#21711)cbcb51aNarrow for frozendict membership check (#21709)af2bc0fSync typeshed (#21707)Updates
syrupyfrom 5.4.0 to 5.5.3Release notes
Sourced from syrupy's releases.
Changelog
Sourced from syrupy's changelog.
Commits
3cd3473chore(release): 5.5.3 [skip ci]fed7e9fchore(deps): update astral-sh/setup-uv action to v8.3.2 (#1149)443fc11chore: closes #1144 (#1146)56bf157chore(deps): update dependency hypothesis to v6.156.3 (#1150)f9c725achore(deps): update dependency mypy to v2.2.0 (#1148)3af2ccfchore(deps): update dependency hypothesis to v6.156.2 (#1147)feaa22cchore(deps): update astral-sh/setup-uv action to v8.3.1 (#1145)5c59701chore(deps): update astral-sh/setup-uv action to v8.3.0 (#1143)1cbf716chore(release): 5.5.2 [skip ci]4f83490fix: Fix detectingpytest-xdistwhen loaded viaPYTEST_PLUGINS(#1142)