Skip to content

Bump the google group across 1 directory with 4 updates#24650

Merged
diox merged 1 commit intomasterfrom
dependabot/pip/requirements/google-7d07c7b76d
Mar 27, 2026
Merged

Bump the google group across 1 directory with 4 updates#24650
diox merged 1 commit intomasterfrom
dependabot/pip/requirements/google-7d07c7b76d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2026

Bumps the google group with 4 updates in the /requirements directory: google-cloud-bigquery, google-auth, google-api-core and google-cloud-storage.

Updates google-cloud-bigquery from 3.40.0 to 3.40.1

Release notes

Sourced from google-cloud-bigquery's releases.

google-cloud-bigquery: v3.40.1

3.40.1 (2026-02-12)

Bug Fixes

  • updates timeout/retry code to respect hanging server (#2408) (24d45d0d)

  • add timeout parameter to to_dataframe and to_arrow met… (#2354) (4f67ba20)

Documentation

  • clarify that only jobs.query and jobs.getQueryResults are affec… (#2349) (73228432)
Changelog

Sourced from google-cloud-bigquery's changelog.

3.40.1 (2026-02-12)

Documentation

Bug Fixes

Commits
  • e8184fa chore: librarian release pull request: 20260212T105312Z (#2415)
  • 80ca3f5 chore(deps): update dependency pyasn1 to v0.6.2 [security] (#2407)
  • d5cc42b chore(deps): update dependency geopandas to v1.1.2 [security] (#2411)
  • 24d45d0 fix: updates timeout/retry code to respect hanging server (#2408)
  • 7b8ceea chore(deps): update dependency urllib3 to v2.6.3 [security] (#2357)
  • 7322843 docs: clarify that only jobs.query and jobs.getQueryResults are affec… (#2349)
  • 4f67ba2 fix: add timeout parameter to to_dataframe and to_arrow met… (#2354)
  • See full diff in compare view

Updates google-auth from 2.47.0 to 2.49.1

Release notes

Sourced from google-auth's releases.

v2.49.0.dev0

2.49.0-dev0 (2026-01-26)

Bug Fixes

google-auth 2.48.0

2.48.0 (2026-01-21)

Features

Bug Fixes

v2.48.0rc0

2.48.0rc0 (2026-01-20)

Features

  • honor NO_GCE_CHECK environment variable (#1610) (383c98)
  • add configurable GCE Metadata Server retries (#1488) (454b44)
  • support mTLS IAM domain for Certificate based Access (#1938) (8dcf91)
  • add cryptography as required dependency (#1929) (52558a)

Bug Fixes

  • Use user_verification=preferred for ReAuth WebAuthn challenge (#1798) (3f88a2)
  • replace deprecated utcfromtimestamp (#1799) (e431f2)
  • detect correct auth when ADC env var is set by empty (#1374) (bfc07e)
  • removed content-header from AWS IMDS (#1934) (97bfea)

... (truncated)

Changelog

Sourced from google-auth's changelog.

Changelog

PyPI History

2.48.0 (2026-01-22)

Features

Bug Fixes

Commits

Updates google-api-core from 2.29.0 to 2.30.0

Release notes

Sourced from google-api-core's releases.

google-api-core: v2.30.0

2.30.0 (2026-02-17)

Bug Fixes

Commits
  • f0841b1 chore: librarian release pull request: 20260217T210947Z (#15573)
  • fd22688 chore: librarian onboard pull request: 20260218T181744Z (#15579)
  • 930dc0f docs: update the list of available APIs (#15571)
  • 085a9fa chores: add .repo-metadata.json for google-cloud-vectorsearch (#15574)
  • 4ca6f9e chore: librarian generate pull request: 20260218T081656Z (#15577)
  • e1b4352 chore(migration): Migrate code from googleapis/python-api-core into packages/...
  • 5f4fbde chore: revert changes to scripts
  • 485bd60 chore: clean up
  • 452f5d8 chore: update librarian state.yaml
  • d8e1a9a chore: clean up
  • Additional commits viewable in compare view

Updates google-cloud-storage from 3.8.0 to 3.9.0

Release notes

Sourced from google-cloud-storage's releases.

google-cloud-storage 3.9.0

3.9.0 (2026-02-02)

Features

  • update generation for MRD (#1730) (08bc7082)

  • add get_object method for async grpc client (#1735) (0e5ec29b)

  • Add micro-benchmarks for reads comparing standard (regional) vs rapid (zonal) buckets. (#1697) (1917649f)

  • Add support for opening via write_handle and fix write_handle type (#1715) (2bc15fa5)

  • add samples for appendable objects writes and reads (2e1a1eb5)

  • add samples for appendable objects writes and reads (#1705) (2e1a1eb5)

  • add context manager to mrd (#1724) (5ac2808a)

  • Move Zonal Buckets features of _experimental (#1728) (74c9ecc5)

  • add default user agent for grpc (#1726) (7b319469)

  • expose finalized_time in blob.py applicable for GET_OBJECT in ZB (#1719) (8e21a7fe)

  • expose DELETE_OBJECT in AsyncGrpcClient (#1718) (c8dd7a0b)

  • send user_agent to grpc channel (#1712) (cdb2486b)

  • integrate writes strategy and appendable object writer (#1695) (dbd162b3)

  • Add micro-benchmarks for writes comparing standard (regional) vs rapid (zonal) buckets. (#1707) (dbe9d8b8)

  • add support for generation=0 to avoid overwriting existing objects and add is_stream_open support (#1709) (ea0f5bf8)

  • add support for generation=0 to prevent overwriting existing objects (ea0f5bf8)

  • add is_stream_open property to AsyncAppendableObjectWriter for stream status check (ea0f5bf8)

Bug Fixes

  • receive eof while closing reads stream (#1733) (2ef63396)

  • update write handle on every recv() (#1716) (5d9fafe1)

  • implement requests_done method to signal end of requests in async streams. Gracefully close streams. (#1700) (6c160794)

  • implement requests_done method to signal end of requests in async streams. Gracefully close streams. (6c160794)

  • instance grpc client once per process in benchmarks (#1725) (721ea2dd)

... (truncated)

Changelog

Sourced from google-cloud-storage's changelog.

3.9.0 (2026-02-02)

Features

Bug Fixes

Commits
  • 77c1eda chore: librarian release pull request: 20260202T123858Z (#1736)
  • 0e5ec29 feat: add get_object method for async grpc client (#1735)
  • 7a00dfb chore: Add README for running zonal buckets samples (#1734)
  • 2ef6339 fix: receive eof while closing reads stream (#1733)
  • c8dd7a0 feat: expose DELETE_OBJECT in AsyncGrpcClient (#1718)
  • 08bc708 feat: update generation for MRD (#1730)
  • 74c9ecc feat: Move Zonal Buckets features of _experimental (#1728)
  • 7b31946 feat: add default user agent for grpc (#1726)
  • e730bf5 fix!: Change contructors of MRD and AAOW AsyncGrpcClient.grpc_client to Async...
  • 8e21a7f feat: expose finalized_time in blob.py applicable for GET_OBJECT in ZB (#1719)
  • Additional commits viewable in compare view

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 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 25, 2026
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/google-7d07c7b76d branch from e1b2594 to d9ad122 Compare March 26, 2026 11:06
Bumps the google group with 4 updates in the /requirements directory: [google-cloud-bigquery](https://github.com/googleapis/python-bigquery), [google-auth](https://github.com/googleapis/google-auth-library-python), [google-api-core](https://github.com/googleapis/google-cloud-python) and [google-cloud-storage](https://github.com/googleapis/python-storage).


Updates `google-cloud-bigquery` from 3.40.0 to 3.40.1
- [Release notes](https://github.com/googleapis/python-bigquery/releases)
- [Changelog](https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-bigquery@v3.40.0...v3.40.1)

Updates `google-auth` from 2.47.0 to 2.49.1
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-auth-library-python/commits)

Updates `google-api-core` from 2.29.0 to 2.30.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-api-core-v2.29.0...google-api-core-v2.30.0)

Updates `google-cloud-storage` from 3.8.0 to 3.9.0
- [Release notes](https://github.com/googleapis/python-storage/releases)
- [Changelog](https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-storage@v3.8.0...v3.9.0)

---
updated-dependencies:
- dependency-name: google-cloud-bigquery
  dependency-version: 3.40.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: google
- dependency-name: google-auth
  dependency-version: 2.49.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: google
- dependency-name: google-api-core
  dependency-version: 2.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: google
- dependency-name: google-cloud-storage
  dependency-version: 3.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: google
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/google-7d07c7b76d branch from d9ad122 to 763ee59 Compare March 27, 2026 11:06
@diox diox merged commit 58d11f5 into master Mar 27, 2026
43 checks passed
@diox diox deleted the dependabot/pip/requirements/google-7d07c7b76d branch March 27, 2026 11:33
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.

1 participant