Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Mar 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
argcomplete (changelog) ==3.5.3 -> ==3.6.0 age adoption passing confidence minor
cachetools ==5.5.0 -> ==5.5.2 age adoption passing confidence patch
certifi ==2024.12.14 -> ==2025.1.31 age adoption passing confidence major
filelock ==3.16.1 -> ==3.17.0 age adoption passing confidence minor
gcp-docuploader ==0.6.5 -> ==0.7.1 age adoption passing confidence minor
google-api-core ==2.24.0 -> ==2.24.1 age adoption passing confidence patch
google-auth ==2.37.0 -> ==2.38.0 age adoption passing confidence minor
google-cloud-core ==2.4.1 -> ==2.4.2 age adoption passing confidence patch
google-cloud-storage ==2.19.0 -> ==3.1.0 age adoption passing confidence major
googleapis-common-protos (source) ==1.66.0 -> ==1.69.1 age adoption passing confidence minor
nox ==2024.10.9 -> ==2025.2.9 age adoption passing confidence major
proto-plus ==1.25.0 -> ==1.26.0 age adoption passing confidence minor
protobuf ==5.29.3 -> ==6.30.0 age adoption passing confidence major
ubuntu 22.04 -> 24.04 age adoption passing confidence github-runner major
virtualenv ==20.28.1 -> ==20.29.3 age adoption passing confidence minor

Release Notes

kislyuk/argcomplete (argcomplete)

v3.6.0

Compare Source

===============================

  • Support namespace package traversal when completing Python entry
    points

  • zsh: skip repeat Python runs in the same completion run

  • Make _parse_known_args signature more general for future API changes

tkem/cachetools (cachetools)

v5.5.2

Compare Source

===================

  • Reduce number of @cached lock/unlock operations.

  • Improve documentation.

  • Update CI environment.

v5.5.1

Compare Source

===================

  • Add documentation regarding caching of exceptions.

  • Officially support Python 3.13.

  • Update CI environment.

certifi/python-certifi (certifi)

v2025.1.31

Compare Source

tox-dev/py-filelock (filelock)

v3.17.0: Drop 3.8

Compare Source

Full Changelog: tox-dev/filelock@3.16.1...3.17.0

googleapis/python-api-core (google-api-core)

v2.24.1

Compare Source

Bug Fixes
Documentation
  • Add warnings regarding consuming externally sourced credentials (#​783) (0ec1825)
googleapis/google-auth-library-python (google-auth)

v2.38.0

Compare Source

Features
  • Adding domain-wide delegation flow in impersonated credential (#​1624) (34ee3fe)
Documentation
  • Add warnings regarding consuming externally sourced credentials (d049370)
googleapis/python-cloud-core (google-cloud-core)

v2.4.2

Compare Source

Features
  • Client should pass client_options.api_key to auth library (#​321) (dfac15b)
googleapis/python-storage (google-cloud-storage)

v3.1.0

Compare Source

Features

v3.0.0

Compare Source

⚠ BREAKING CHANGES

Please consult the README for details on this major version release.

  • The default checksum strategy for uploads has changed from None to "auto" (#​1383)
  • The default checksum strategy for downloads has changed from "md5" to "auto" (#​1383)
  • Deprecated positional argument "num_retries" has been removed (#​1377)
  • Deprecated argument "text_mode" has been removed (#​1379)
  • Blob.download_to_filename() now deletes the empty destination file on a 404 (#​1394)
  • Media operations now use the same retry backoff, timeout and custom predicate system as non-media operations, which may slightly impact default retry behavior (#​1385)
  • Retries are now enabled by default for uploads, blob deletes and blob metadata updates (#​1400)
Features
Bug Fixes
Documentation
googleapis/google-cloud-python (googleapis-common-protos)

v1.69.1

Compare Source

Bug Fixes

v1.69.0

Compare Source

Features

v1.68.0

Compare Source

Features
  • A new field unversioned_package_disabled is added to message .google.api.PythonSettings (eb554e8)
  • Add field experimental_features to message PythonSettings (#​249) (ba8d36e)
  • add FieldInfo.referenced_types for generics (#​247) (c91900a)
  • add support for field generate_omitted_as_internal in selective gapic generation (#​13482) (993ff4d)
Documentation
  • A comment for field content in message .google.api.Page is changed (eb554e8)
  • A comment for message RoutingRule is changed (eb554e8)

v1.67.0

Compare Source

Features
  • A new field unversioned_package_disabled is added to message .google.api.PythonSettings (eb554e8)
  • add support for field generate_omitted_as_internal in selective gapic generation (#​13482) (993ff4d)
Documentation
  • A comment for field content in message .google.api.Page is changed (eb554e8)
  • A comment for message RoutingRule is changed (eb554e8)
wntrblm/nox (nox)

v2025.2.9

Compare Source

googleapis/proto-plus-python (proto-plus)

v1.26.0

Compare Source

Features
Bug Fixes
  • Construct messages with nested duration in protobuf 5.28+ (#​519) (197ddf8)
  • Fix enums initialization in PyPy (#​507) (b8b68f2)
  • Incorrect return type annotation for Message.to_dict (#​516) (72990f3)
  • Use include rather than exclude to find_namespace_packages in setup.py (#​502) (77e252e)
Documentation
pypa/virtualenv (virtualenv)

v20.29.3

Compare Source

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@20.29.2...20.29.3

v20.29.2

Compare Source

What's Changed

Full Changelog: pypa/virtualenv@20.29.1...20.29.2

v20.29.1

Compare Source

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@20.29.0...20.29.1

v20.29.0

Compare Source

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@20.28.1...20.29.0


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team as a code owner March 10, 2025 03:08
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Mar 10, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 10, 2025
@parthea parthea added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Mar 10, 2025
@parthea
Copy link
Contributor

parthea commented Mar 10, 2025

Adding do not merge as #537 should be merged before this PR

@parthea parthea removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Mar 10, 2025
@parthea parthea closed this Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kokoro:force-run Add this label to force Kokoro to re-run the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants