Skip to content

chore(deps): bump the version-all group across 1 directory with 8 updates #9886

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2025

Bumps the version-all group with 8 updates in the / directory:

Package From To
litellm 1.74.7 1.74.8
google-api-python-client 2.176.0 2.177.0
google-cloud-aiplatform 1.104.0 1.105.0
anthropic 0.58.2 0.59.0
boto3 1.37.3 1.39.12
ruff 0.12.4 0.12.5
reportlab 4.4.2 4.4.3
boto3-stubs 1.39.10 1.39.12

Updates litellm from 1.74.7 to 1.74.8

Release notes

Sourced from litellm's releases.

v1.74.8-nightly

What's Changed

New Contributors

... (truncated)

Commits

Updates google-api-python-client from 2.176.0 to 2.177.0

Release notes

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

v2.177.0

2.177.0 (2025-07-22)

Features

... (truncated)

Commits

Updates google-cloud-aiplatform from 1.104.0 to 1.105.0

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.105.0

1.105.0 (2025-07-22)

Features

  • Add FlexStart option to DeploymentResourcePool.create, Endpoint.deploy, and Model.deploy (preview) (82dd075)
  • Add Ray 2.47 support to RoV Bigquery read/write (8e6df42)
  • Add Ray 2.47 support to SDK Client Builder (dde560d)
  • Add support for managed oss fine tuning service (2672ec3)
  • GenAI SDK client(evals) - Add async evaluate_instances method (a52198a)
  • Improve PersistentResource exception logging to include cluster name (4b88698)
  • Provide docs for using invoke method. (1315df7)
  • RAG - add timeout options for create_corpus, update_corpus and update_rag_engine_config for both v1 and v1beta1 apis. (afa5610)
  • Update Ray version support to include Ray v2.47" (e0ee94c)
  • Vertex AI Model Garden custom model deploy SDK Public Preview (1ceb2e1)

Bug Fixes

  • GenAI SDK client - Fix JS variable name conflict in evals visualization for VS Code iPython environment (079b1f9)
Changelog

Sourced from google-cloud-aiplatform's changelog.

1.105.0 (2025-07-22)

Features

  • Add FlexStart option to DeploymentResourcePool.create, Endpoint.deploy, and Model.deploy (preview) (82dd075)
  • Add Ray 2.47 support to RoV Bigquery read/write (8e6df42)
  • Add Ray 2.47 support to SDK Client Builder (dde560d)
  • Add support for managed oss fine tuning service (2672ec3)
  • GenAI SDK client(evals) - Add async evaluate_instances method (a52198a)
  • Improve PersistentResource exception logging to include cluster name (4b88698)
  • Provide docs for using invoke method. (1315df7)
  • RAG - add timeout options for create_corpus, update_corpus and update_rag_engine_config for both v1 and v1beta1 apis. (afa5610)
  • Update Ray version support to include Ray v2.47" (e0ee94c)
  • Vertex AI Model Garden custom model deploy SDK Public Preview (1ceb2e1)

Bug Fixes

  • GenAI SDK client - Fix JS variable name conflict in evals visualization for VS Code iPython environment (079b1f9)
Commits
  • 89ce1ae chore(main): release 1.105.0 (#5562)
  • 2672ec3 feat: add support for managed oss fine tuning service
  • e0ee94c feat: Update Ray version support to include Ray v2.47"
  • 95ae4c8 chore: GenAI SDK client - Add more replay tests for Agent Engines
  • 82dd075 feat: Add FlexStart option to DeploymentResourcePool.create, Endpoint.deploy,...
  • f1207f1 chore: make final updates to include Ray v2.47.1 support on SDK, make 2.47.1 ...
  • 8e473c2 chore: GenAI SDK client - Remove dependencies on legacy SDK in client-based a...
  • ff39b2a chore: Add support for ADK Agents as a supported type for agent engine
  • a656288 chore: GenAI SDK client - only run mypy on _genai dir
  • df66fd2 chore: GenAI SDK client - Address some pytype errors, and adding some additio...
  • Additional commits viewable in compare view

Updates anthropic from 0.58.2 to 0.59.0

Release notes

Sourced from anthropic's releases.

v0.59.0

0.59.0 (2025-07-23)

Full Changelog: v0.58.2...v0.59.0

Features

  • api: removed older deprecated models (38998fd)

Bug Fixes

  • parsing: ignore empty metadata (7099f32)
  • parsing: parse extra field types (dbea8a4)

Chores

Changelog

Sourced from anthropic's changelog.

0.59.0 (2025-07-23)

Full Changelog: v0.58.2...v0.59.0

Features

  • api: removed older deprecated models (38998fd)

Bug Fixes

  • parsing: ignore empty metadata (7099f32)
  • parsing: parse extra field types (dbea8a4)

Chores

Commits

Updates boto3 from 1.37.3 to 1.39.12

Commits
  • bf1d0e7 Merge branch 'release-1.39.12'
  • 7bb02b1 Bumping version to 1.39.12
  • c66dfbd Add changelog entries from botocore
  • a45b9de Merge branch 'release-1.39.11'
  • 8ac7941 Merge branch 'release-1.39.11' into develop
  • d864fdd Bumping version to 1.39.11
  • 0d7f555 Add changelog entries from botocore
  • 3e2d247 Update retries documentation (#4571)
  • 8ed8b60 Merge branch 'release-1.39.10'
  • d561d32 Merge branch 'release-1.39.10' into develop
  • Additional commits viewable in compare view

Updates ruff from 0.12.4 to 0.12.5

Release notes

Sourced from ruff's releases.

0.12.5

Release Notes

Preview features

  • [flake8-use-pathlib] Add autofix for PTH101, PTH104, PTH105, PTH121 (#19404)
  • [ruff] Support byte strings (RUF055) (#18926)

Bug fixes

  • Fix unreachable panic in parser (#19183)
  • [flake8-pyi] Skip fix if all Union members are None (PYI016) (#19416)
  • [perflint] Parenthesize generator expressions (PERF401) (#19325)
  • [pylint] Handle empty comments after line continuation (PLR2044) (#19405)

Rule changes

  • [pep8-naming] Fix N802 false positives for CGIHTTPRequestHandler and SimpleHTTPRequestHandler (#19432)

Contributors

Install ruff 0.12.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.12.5/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

... (truncated)

Changelog

Sourced from ruff's changelog.

0.12.5

Preview features

  • [flake8-use-pathlib] Add autofix for PTH101, PTH104, PTH105, PTH121 (#19404)
  • [ruff] Support byte strings (RUF055) (#18926)

Bug fixes

  • Fix unreachable panic in parser (#19183)
  • [flake8-pyi] Skip fix if all Union members are None (PYI016) (#19416)
  • [perflint] Parenthesize generator expressions (PERF401) (#19325)
  • [pylint] Handle empty comments after line continuation (PLR2044) (#19405)

Rule changes

  • [pep8-naming] Fix N802 false positives for CGIHTTPRequestHandler and SimpleHTTPRequestHandler (#19432)
Commits
  • d13228a Bump 0.12.5 (#19528)
  • 9461d30 [ty] Rename type_api => ty_extensions (#19523)
  • 63d1d33 [ty] Added support for "go to references" in ty playground. (#19516)
  • e0149cd [ty] Return a tuple spec from the iterator protocol (#19496)
  • 2a00eca [ty] Exhaustiveness checking & reachability for match statements (#19508)
  • 3d17897 [ty] Fix narrowing and reachability of class patterns with arguments (#19512)
  • fa1df4c [ty] Implemented partial support for "find references" language server featur...
  • 89258f1 [flake8-use-pathlib] Add autofix for PTH101, PTH104, PTH105, PTH121...
  • 1dcef1a [perflint] Parenthesize generator expressions (PERF401) (#19325)
  • ba629fe [pep8-naming] Fix N802 false positives for CGIHTTPRequestHandler and `S...
  • Additional commits viewable in compare view

Updates reportlab from 4.4.2 to 4.4.3

Updates boto3-stubs from 1.39.10 to 1.39.12

Release notes

Sourced from boto3-stubs's releases.

8.8.0 - Python 3.8 runtime is back

Changed

  • [services] install_requires section is calculated based on dependencies in use, so typing-extensions version is set properly
  • [all] Replaced typing imports with collections.abc with a fallback to typing for Python <3.9
  • [all] Added aliases for builtins.list, builtins.set, builtins.dict, and builtins.type, so Python 3.8 runtime should work as expected again (reported by @​YHallouard in #340 and @​Omri-Ben-Yair in #336)
  • [all] Unions use the same type annotations as the rest of the structures due to proper fallbacks

Fixed

  • [services] Universal input/output shapes were not replaced properly in service subresources
  • [docs] Simplified doc links rendering for services
  • [services] Cleaned up unnecessary imports in client.pyi
  • [builder] Import records with fallback are always rendered
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

…ates

Bumps the version-all group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [litellm](https://github.com/BerriAI/litellm) | `1.74.7` | `1.74.8` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.176.0` | `2.177.0` |
| [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) | `1.104.0` | `1.105.0` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.58.2` | `0.59.0` |
| [boto3](https://github.com/boto/boto3) | `1.37.3` | `1.39.12` |
| [ruff](https://github.com/astral-sh/ruff) | `0.12.4` | `0.12.5` |
| [reportlab](https://www.reportlab.com/) | `4.4.2` | `4.4.3` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.39.10` | `1.39.12` |



Updates `litellm` from 1.74.7 to 1.74.8
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](https://github.com/BerriAI/litellm/commits)

Updates `google-api-python-client` from 2.176.0 to 2.177.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.176.0...v2.177.0)

Updates `google-cloud-aiplatform` from 1.104.0 to 1.105.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.104.0...v1.105.0)

Updates `anthropic` from 0.58.2 to 0.59.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-python@v0.58.2...v0.59.0)

Updates `boto3` from 1.37.3 to 1.39.12
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.37.3...1.39.12)

Updates `ruff` from 0.12.4 to 0.12.5
- [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.12.4...0.12.5)

Updates `reportlab` from 4.4.2 to 4.4.3

Updates `boto3-stubs` from 1.39.10 to 1.39.12
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

---
updated-dependencies:
- dependency-name: litellm
  dependency-version: 1.74.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: google-api-python-client
  dependency-version: 2.177.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: google-cloud-aiplatform
  dependency-version: 1.105.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: anthropic
  dependency-version: 0.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: boto3
  dependency-version: 1.39.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: ruff
  dependency-version: 0.12.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: reportlab
  dependency-version: 4.4.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: boto3-stubs
  dependency-version: 1.39.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 24, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 25, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 25, 2025
@dependabot dependabot bot deleted the dependabot/pip/version-all-551966fc2e branch July 25, 2025 14:45
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 Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants