This repository was archived by the owner on Mar 16, 2026. It is now read-only.
chore(deps): update all dependencies#1079
Merged
chalmerlowe merged 3 commits intogoogleapis:mainfrom May 30, 2024
Merged
Conversation
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
grpcio 1.64.0 requires protobuf>=5.26.1,<6.0dev (which introduced a breaking change). Core library doesn't support the new protobuf either. I will isolate the change here and merge the other upgrades first.
Contributor
|
Note: grpcio 1.64.0 requires protobuf>=5.26.1,<6.0dev (which introduced a breaking change). Core library doesn't support the new protobuf either. I will isolate the change here and merge the other upgrades first. Related: |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR contains the following updates:
==3.2.3->==3.3.0==3.13.1->==3.14.0==0.14.7->==0.15.1==2.18.0->==2.19.0==3.21.0->==3.23.1==1.62.2->==1.64.0==1.62.2->==1.64.0==1.3.3->==1.3.5==2024.3.2->==2024.4.15==4.2.0->==4.2.2==1.4.0->==1.5.0==2.32.0->==2.32.222.04->24.04==20.25.1->==20.26.2Release Notes
kislyuk/argcomplete (argcomplete)
v3.3.0Compare Source
===============================
update is required to use argcomplete on Python 3.11.9+ or 3.12.3+.
tox-dev/py-filelock (filelock)
v3.14.0Compare Source
What's Changed
blockingparameter on lock constructor with tests and docs by @iamkhav in https://github.com/tox-dev/filelock/pull/325New Contributors
Full Changelog: tox-dev/filelock@3.13.4...3.14.0
v3.13.4Compare Source
What's Changed
Full Changelog: tox-dev/filelock@3.13.3...3.13.4
v3.13.3Compare Source
What's Changed
Full Changelog: tox-dev/filelock@3.13.2...3.13.3
v3.13.2Compare Source
What's Changed
/tmpby @kota-iizuka in https://github.com/tox-dev/filelock/pull/317New Contributors
Full Changelog: tox-dev/filelock@3.13.1...3.13.2
geoalchemy/geoalchemy2 (geoalchemy2)
v0.15.1Compare Source
v0.15.0Compare Source
googleapis/python-api-core (google-api-core)
v2.19.0Compare Source
Features
googleapis/python-bigquery (google-cloud-bigquery)
v3.23.1Compare Source
Performance Improvements
v3.23.0Compare Source
Features
Bug Fixes
v3.22.0Compare Source
Features
grpc/grpc (grpcio)
v1.64.0Compare Source
This is release 1.64.0 (grateful) of gRPC Core.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Core
C++
Python
v1.63.0Compare Source
This is release 1.63.0 (giggle) of gRPC Core.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Core
C++
C#
PHP
Python
Ruby
wntrblm/nox (nox)
v2024.4.15Compare Source
platformdirs/platformdirs (platformdirs)
v4.2.2Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/platformdirs@4.2.1...4.2.2
v4.2.1Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/platformdirs@4.2.0...4.2.1
pytest-dev/pluggy (pluggy)
v1.5.0Compare Source
=========================
Features
#​178 <https://github.com/pytest-dev/pluggy/issues/178>_: Add support for deprecating specific hook parameters, or more generally, for issuing a warning whenever a hook implementation requests certain parameters.See :ref:
warn_on_implfor details.Bug Fixes
#​481 <https://github.com/pytest-dev/pluggy/issues/481>_:PluginManager.get_plugins()no longer returnsNonefor blocked plugins.psf/requests (requests)
v2.32.2Compare Source
Deprecations
To provide a more stable migration for custom HTTPAdapters impacted
by the CVE changes in 2.32.0, we've renamed
_get_connectiontoa new public API,
get_connection_with_tls_context. Existing customHTTPAdapters will need to migrate their code to use this new API.
get_connectionis considered deprecated in all versions of Requests>=2.32.0.A minimal (2-line) example has been provided in the linked PR to ease
migration, but we strongly urge users to evaluate if their custom adapter
is subject to the same issue described in CVE-2024-35195. (#6710)
v2.32.1Compare Source
Bugfixes
pypa/virtualenv (virtualenv)
v20.26.2Compare Source
v20.26.1Compare Source
v20.26.0Compare Source
What's Changed
New Contributors
Full Changelog: pypa/virtualenv@20.25.3...20.26.0
v20.25.3Compare Source
What's Changed
New Contributors
Full Changelog: pypa/virtualenv@20.25.2...20.25.3
v20.25.2Compare Source
What's Changed
New Contributors
Full Changelog: pypa/virtualenv@20.25.1...20.25.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR has been generated by Mend Renovate. View repository job log here.