Skip to content

chore(deps): bump the all-dependencies group across 1 directory with 10 updates - #2327

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/core/python/oauth-user-consent-flow/all-dependencies-eb34c09c78
Open

chore(deps): bump the all-dependencies group across 1 directory with 10 updates#2327
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/core/python/oauth-user-consent-flow/all-dependencies-eb34c09c78

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on gcsfs, google-cloud-logging, google-cloud-aiplatform[agent-engines,evaluation], google-api-python-client, google-auth-httplib2, ruff, ty, codespell, pytest-asyncio and uv-build to permit the latest version.
Updates gcsfs from 2026.4.0 to 2026.7.0

Release notes

Sourced from gcsfs's releases.

2026.7.0

What's Changed

New Contributors

... (truncated)

Commits
  • 0c845df chore: release 2026.7.0 (#953)
  • 91319ec fix(macrobenchmarks): fix cloud build machine type networkPerformanceConfig e...
  • 80ea100 fix(macrobenchmarks): use random optimizer moments, not zeros, in CPU sim (#949)
  • 4ce07fe test(macrobench): use default DDP timeout in llama CPU simulation (#947)
  • 25d99d9 Update release process documentation (#945)
  • 28cdac6 Add permissions and path filters to release-on-merge workflow (#944)
  • 1b08827 fix(cleanup): retry GKE cluster deletion on failure (#943)
  • 8f47e73 fix(macrobenchmarks): remove HNS validation and external model bucket check (...
  • 3fb3782 fix: seed timer at training start to avoid AttributeError (#941)
  • a91711f Automate monthly release process (#916)
  • Additional commits viewable in compare view

Updates google-cloud-logging from 3.15.0 to 3.16.1

Release notes

Sourced from google-cloud-logging's releases.

google-cloud-logging: v3.16.1

3.16.1 (2026-07-07)

Documentation

Changelog

Sourced from google-cloud-logging's changelog.

Changelog

PyPI History

Commits
  • fc6b861 chore: release main (#17600)
  • 9638879 feat: update googleapis and regenerate (#17635)
  • 6a49390 chore: update goldens (#17632)
  • 32862f0 docs(logging): fix StructuredLogHandler docstring parameter name (#17625)
  • d68c11d chore(deps): Bump Pillow version constraint in google-cloud-documentai-toolbo...
  • adf7d27 test(spanner): await database calls in async snippets (#17627)
  • 247e2ad refactor(auth): replace pyOpenSSL with standard ssl and cryptography (#16976)
  • fd0e4b6 chore(spanner): remove unused asyncio import in samples (#17620)
  • f538ad8 fix(auth): handle PermissionError on workload certificates to avoid startup h...
  • 0f4bfed fix: bump gdal from 3.13.0 to 3.13.1 in /packages/bigframes (#17609)
  • Additional commits viewable in compare view

Updates google-cloud-aiplatform[agent-engines,evaluation] to 1.163.0

Release notes

Sourced from google-cloud-aiplatform[agent-engines,evaluation]'s releases.

v1.163.0

1.163.0 (2026-07-28)

Features

  • GenAI Client(evals) - add create EvaluationExperiment (07ade2e)
  • GenAI Client(evals) - add delete/update EvaluationExperiment (09e5a65)
  • GenAI Client(evals) - add get/list EvaluationExperiment (52b1c24)
  • Onboard Vertex Model Garden to GenAI Python SDK: Add export_open_model support (c2ba5d2)
  • Support us mREP endpoint for Batch Prediction, Training, and Online Prediction. (96a9fcf)

Bug Fixes

  • Depend on the autogen distribution instead of ag2 for the AG2 integration. (dbcf815)
  • GenAI client - Resolve opentelemetry-resourcedetector-gcp dependency error (a16fc0d)
  • Merge sandbox-only turns in SDK-side interaction-to-AgentData conversion. (f93c455)
  • Send display_name when creating a sandbox environment template. (243ca19)
Changelog

Sourced from google-cloud-aiplatform[agent-engines,evaluation]'s changelog.

1.163.0 (2026-07-28)

Features

  • GenAI Client(evals) - add create EvaluationExperiment (07ade2e)
  • GenAI Client(evals) - add delete/update EvaluationExperiment (09e5a65)
  • GenAI Client(evals) - add get/list EvaluationExperiment (52b1c24)
  • Onboard Vertex Model Garden to GenAI Python SDK: Add export_open_model support (c2ba5d2)
  • Support us mREP endpoint for Batch Prediction, Training, and Online Prediction. (96a9fcf)

Bug Fixes

  • Depend on the autogen distribution instead of ag2 for the AG2 integration. (dbcf815)
  • GenAI client - Resolve opentelemetry-resourcedetector-gcp dependency error (a16fc0d)
  • Merge sandbox-only turns in SDK-side interaction-to-AgentData conversion. (f93c455)
  • Send display_name when creating a sandbox environment template. (243ca19)

1.162.0 (2026-07-21)

Features

  • Add detailed agent tool definitions for display (762079f)
  • Add Route to GroundingChunk.Maps in Vertex AI v1 (4331d55)
  • Add Route to GroundingChunk.Maps in Vertex AI v1beta1 (4331d55)
  • Delegate agent resolution to server via geminiAgentConfig (ab757c7)
  • GenAI client - Add warning on vertexai.Client instantiation and recommend agentplatform.Client (f141415)
  • GenAI Client(evals) - multi-turn user simulation for Gemini Agents API run_inference (c74e996)

Bug Fixes

  • Use the correct enum for RagFile.file_status (23145f3)

Documentation

  • Expand GroundingChunk.Maps documentation to describe route support (4331d55)
  • Expand GroundingChunk.Maps documentation to describe route support (4331d55)
  • GenAI client - Add example usage to RAG docstrings (df3dcd9)
  • Update product name from "Vertex AI" to "Gemini Enterprise Agent Platform" in README, and add a note to rename Agent Engine to Agent Runtime in upcoming major release (a3179c2)

1.161.0 (2026-07-14)

Features

  • Add FeedbackService to Agent Platform Python SDK (f6ecd67)

... (truncated)

Commits
  • 6845eaf chore(main): release 1.163.0 (#7017)
  • 09e5a65 feat: GenAI Client(evals) - add delete/update EvaluationExperiment
  • c2ba5d2 feat: Onboard Vertex Model Garden to GenAI Python SDK: Add export_open_model ...
  • 96a9fcf feat: Support us mREP endpoint for Batch Prediction, Training, and Online Pre...
  • 243ca19 fix: Send display_name when creating a sandbox environment template.
  • 475024c chore: Remove sandbox tool declarations from SDK AgentConfig display.
  • dbcf815 fix: Depend on the autogen distribution instead of ag2 for the AG2 integr...
  • f93c455 fix: Merge sandbox-only turns in SDK-side interaction-to-AgentData conversion.
  • e46d239 chore: Auto-construct inference_configs for create_evaluation_run with `a...
  • a16fc0d fix: GenAI client - Resolve opentelemetry-resourcedetector-gcp dependency error
  • Additional commits viewable in compare view

Updates google-api-python-client from 2.195.0 to 2.198.0

Release notes

Sourced from google-api-python-client's releases.

v2.198.0

2.198.0 (2026-06-23)

Features

... (truncated)

Commits

Updates google-auth-httplib2 from 0.3.1 to 0.4.0

Changelog

Sourced from google-auth-httplib2's changelog.

Please refer to each API's CHANGELOG.md file under the packages/ directory

Changelogs

... (truncated)

Commits
  • 3997a10 chore: librarian release pull request: 20260506T163115Z (#16964)
  • f655e49 chore: add type annotation to SYNCPOINTS (#16973)
  • f149bd7 refactor(bigframes): Modularize compiler routing as proxy executor (#16907)
  • 2bed78e chore(firestore): disable auto-release (#16971)
  • 19db82f chore(bigframes): remove leftover support for Python <= 3.9 (#16961)
  • 7b2983b chore: fix librarian regeneration check (#16968)
  • 2dedaac chore: test CommonResource resource name alias (#16965)
  • 9652a08 fix: pass resource aliases to file-level CommonResources (#16945)
  • 1718e31 chore(pandas-gbq): disable auto release (#16963)
  • 78a48b0 fix(google-cloud-core): Drop support for Python 3.9 (#16953)
  • Additional commits viewable in compare view

Updates ruff from 0.15.12 to 0.16.0

Release notes

Sourced from ruff's releases.

0.16.0

Release Notes

Released on 2026-07-23.

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

  • Ruff now enables a much larger set of rules by default (413, up from 59). See the blog post for more details and the new Default Rules page for a full listing of the enabled rules. Note that this is primarily an expansion, but 18 of the more opinionated pycodestyle (E) and pyflakes (F) rules have been removed from the default set: E401, E402, E701, E702, E703, E711, E712, E713, E714, E721, E731, E741, E742, E743, F403, F405, F406, and F722.

  • Ruff can now format Python code blocks in Markdown files and will do this by default. See the documentation for more details.

  • Ruff now supports ruff: ignore comments at the ends of lines, like noqa comments, or on the line preceding a diagnostic. For example, these both suppress an unused-import (F401) diagnostic:

    import math  # ruff: ignore[F401]
    ruff: ignore[F401]
    import os

  • Fixes are now shown in check and format --check output:

    ruff format --check .
    unformatted: File would be reformatted
     --> try.md:1:1
      |
    1 | ```python
      - import   math
    2 + import math
    3 | ```
      |
    1 file would be reformatted

    This example also shows off the Markdown formatting.

  • format --check now supports the same output formats as the linter, including the github and gitlab outputs for rendering annotations in CI:

    ruff format --check --output-format github .
    ::error title=ruff (unformatted),file=try.md,line=2,col=8,endLine=2,endColumn=10::try.md:2:8: unformatted: File would be reformatted

    See the CLI help or documentation for the full list of supported formats.

  • The filename, location, end_location, fix.edits[].location, and fix.edits[].end_location fields in the JSON output format may now be null rather than defaulting to the empty string and row 1, column 1, respectively.

... (truncated)

Changelog

Sourced from ruff's changelog.

0.16.0

Released on 2026-07-23.

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

  • Ruff now enables a much larger set of rules by default (413, up from 59). See the blog post for more details and the new Default Rules page for a full listing of the enabled rules. Note that this is primarily an expansion, but 18 of the more opinionated pycodestyle (E) and pyflakes (F) rules have been removed from the default set: E401, E402, E701, E702, E703, E711, E712, E713, E714, E721, E731, E741, E742, E743, F403, F405, F406, and F722.

  • Ruff can now format Python code blocks in Markdown files and will do this by default. See the documentation for more details.

  • Ruff now supports ruff: ignore comments at the ends of lines, like noqa comments, or on the line preceding a diagnostic. For example, these both suppress an unused-import (F401) diagnostic:

    import math  # ruff: ignore[F401]
    ruff: ignore[F401]
    import os

  • Description has been truncated

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 27, 2026
@dependabot
dependabot Bot requested a review from eliasecchig as a code owner July 27, 2026 21:59
github-actions[bot]
github-actions Bot previously approved these changes Jul 27, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the all-dependencies group in /core/python/oauth-user-consent-flow with 10 updates chore(deps): bump the all-dependencies group across 1 directory with 10 updates Jul 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/core/python/oauth-user-consent-flow/all-dependencies-eb34c09c78 branch from 52985d8 to ea7a339 Compare July 28, 2026 22:57
github-actions[bot]
github-actions Bot previously approved these changes Jul 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/core/python/oauth-user-consent-flow/all-dependencies-eb34c09c78 branch from ea7a339 to 71031f7 Compare July 29, 2026 20:16
github-actions[bot]
github-actions Bot previously approved these changes Jul 29, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/core/python/oauth-user-consent-flow/all-dependencies-eb34c09c78 branch from 71031f7 to 0a387e7 Compare August 3, 2026 02:13
@dependabot
dependabot Bot force-pushed the dependabot/uv/core/python/oauth-user-consent-flow/all-dependencies-eb34c09c78 branch from 0a387e7 to 66447fc Compare August 3, 2026 16:50
github-actions[bot]
github-actions Bot previously approved these changes Aug 3, 2026
…10 updates

Updates the requirements on [gcsfs](https://github.com/fsspec/gcsfs), [google-cloud-logging](https://github.com/googleapis/google-cloud-python), [google-cloud-aiplatform[agent-engines,evaluation]](https://github.com/googleapis/python-aiplatform), [google-api-python-client](https://github.com/googleapis/google-api-python-client), [google-auth-httplib2](https://github.com/googleapis/google-cloud-python), [ruff](https://github.com/astral-sh/ruff), [ty](https://github.com/astral-sh/ty), [codespell](https://github.com/codespell-project/codespell), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [uv-build](https://github.com/astral-sh/uv) to permit the latest version.

Updates `gcsfs` from 2026.4.0 to 2026.7.0
- [Release notes](https://github.com/fsspec/gcsfs/releases)
- [Commits](fsspec/gcsfs@2026.4.0...2026.7.0)

Updates `google-cloud-logging` from 3.15.0 to 3.16.1
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-cloud-logging-v3.15.0...google-cloud-logging-v3.16.1)

Updates `google-cloud-aiplatform[agent-engines,evaluation]` to 1.163.0
- [Release notes](https://github.com/googleapis/python-aiplatform/releases)
- [Changelog](https://github.com/googleapis/python-aiplatform/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-aiplatform@v1.130.0...v1.163.0)

Updates `google-api-python-client` from 2.195.0 to 2.198.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.195.0...v2.198.0)

Updates `google-auth-httplib2` from 0.3.1 to 0.4.0
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-auth-httplib2-v0.3.1...google-auth-httplib2-v0.4.0)

Updates `ruff` from 0.15.12 to 0.16.0
- [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.12...0.16.0)

Updates `ty` from 0.0.33 to 0.0.64
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.33...0.0.64)

Updates `codespell` from 2.4.2 to 2.4.3
- [Release notes](https://github.com/codespell-project/codespell/releases)
- [Commits](codespell-project/codespell@v2.4.2...v2.4.3)

Updates `pytest-asyncio` from 0.26.0 to 1.4.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.26.0...v1.4.0)

Updates `uv-build` to 0.12.0
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@0.8.14...0.12.0)

---
updated-dependencies:
- dependency-name: codespell
  dependency-version: 2.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: gcsfs
  dependency-version: 2026.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: google-api-python-client
  dependency-version: 2.198.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: google-auth-httplib2
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: google-cloud-aiplatform[agent-engines,evaluation]
  dependency-version: 1.162.0
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: google-cloud-logging
  dependency-version: 3.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pytest-asyncio
  dependency-version: 1.4.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: ruff
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: ty
  dependency-version: 0.0.64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: uv-build
  dependency-version: 0.11.32
  dependency-type: direct:development
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/uv/core/python/oauth-user-consent-flow/all-dependencies-eb34c09c78 branch from 66447fc to a1e57c6 Compare August 4, 2026 20:42
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants