Closed renovate-bot closed 2 months ago
Renovate 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.
⚠️ Warning: custom changes will be lost.
This PR contains the following updates:
==2.0.5
->==2.0.6
==3.4.0
->==3.5.0
==0.1.0
->==0.1.1
==0.1.0
->==0.1.1
==2.33.0
->==2.34.0
==1.65.4
->==1.66.0
==3.7
->==3.8
Release Notes
shapely/shapely (Shapely)
### [`v2.0.6`](https://togithub.com/shapely/shapely/blob/HEAD/CHANGES.txt#206-2024-08-19) [Compare Source](https://togithub.com/shapely/shapely/compare/2.0.5...2.0.6) Bug fixes: - Fix compatibility with NumPy 2.1.0 ([#2099](https://togithub.com/shapely/shapely/issues/2099)). Wheels are available for Python 3.13 (and still include GEOS 3.11.4).kislyuk/argcomplete (argcomplete)
### [`v3.5.0`](https://togithub.com/kislyuk/argcomplete/blob/HEAD/Changes.rst#Changes-for-v350-2024-08-06) [Compare Source](https://togithub.com/kislyuk/argcomplete/compare/v3.4.0...v3.5.0) \=============================== - Use project.scripts instead of setuptools scripts ([#498](https://togithub.com/kislyuk/argcomplete/issues/498)) - Test infrastructure improvementsgoogleapis/python-bigquery-magics (bigquery-magics)
### [`v0.1.1`](https://togithub.com/googleapis/python-bigquery-magics/blob/HEAD/CHANGELOG.md#011-2024-08-22) [Compare Source](https://togithub.com/googleapis/python-bigquery-magics/compare/v0.1.0...v0.1.1) ##### Dependencies - Depend on ipykernel 5.5.6+ instead of 6.0+ ([83d8fac](https://togithub.com/googleapis/python-bigquery-magics/commit/83d8facf6d04752c1f8c5e25575a3975c9b30e1c)) ##### Documentation - Correct links to project pages in README ([#33](https://togithub.com/googleapis/python-bigquery-magics/issues/33)) ([ace5020](https://togithub.com/googleapis/python-bigquery-magics/commit/ace5020ff8ae374145579e75cb996150680f2bde)) - Update the IPython Magics docs ([#27](https://togithub.com/googleapis/python-bigquery-magics/issues/27)) ([62e88b3](https://togithub.com/googleapis/python-bigquery-magics/commit/62e88b3f4a595ecdc4a00d661b956c5d50fd6c35))googleapis/google-auth-library-python (google-auth)
### [`v2.34.0`](https://togithub.com/googleapis/google-auth-library-python/blob/HEAD/CHANGELOG.md#2340-2024-08-13) [Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v2.33.0...v2.34.0) ##### Features - **auth:** Update get_client_ssl_credentials to support X.509 workload certs ([#1558](https://togithub.com/googleapis/google-auth-library-python/issues/1558)) ([18c2ec1](https://togithub.com/googleapis/google-auth-library-python/commit/18c2ec1b571d506c0dbcffc483aa5e7b95e1b246)) ##### Bug Fixes - Retry token request on retryable status code ([#1563](https://togithub.com/googleapis/google-auth-library-python/issues/1563)) ([f858a15](https://togithub.com/googleapis/google-auth-library-python/commit/f858a151cb7e29d34578e03c9e3fd4110c6bc258))grpc/grpc (grpcio)
### [`v1.66.0`](https://togithub.com/grpc/grpc/releases/tag/v1.66.0) [Compare Source](https://togithub.com/grpc/grpc/compare/v1.65.5...v1.66.0) This is release 1.66.0 ([gladiator](https://togithub.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core. For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://togithub.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes, with highlights listed below. ## Core - \[Python Otel] Manage call tracer life cycle use call arena. (v1.66.x backport). ([#37479](https://togithub.com/grpc/grpc/pull/37479)) - \[BoringSSL] Update third_party/boringssl-with-bazel. ([#37223](https://togithub.com/grpc/grpc/pull/37223)) - \[Dep] Upgrading Protobuf to v27.2. ([#36753](https://togithub.com/grpc/grpc/pull/36753)) - \[Gpr_To_Absl_Logging] Fixing bugs . ([#36961](https://togithub.com/grpc/grpc/pull/36961)) - \[chttp2] don't access endpoint in transport ops if it's already been destroyed. ([#36921](https://togithub.com/grpc/grpc/pull/36921)) ## C++ - \[OTel C++] Fix race when adding and removing callbacks ([#37485](https://togithub.com/grpc/grpc/issues/37485)). ([#37508](https://togithub.com/grpc/grpc/pull/37508)) - \[RlsLB] Fix Deadlock ([#37459](https://togithub.com/grpc/grpc/issues/37459)). ([#37502](https://togithub.com/grpc/grpc/pull/37502)) ## Python - \[Python Distrib] Change warning to RuntimeError for version incompatibility (v1.66.x backport). ([#37477](https://togithub.com/grpc/grpc/pull/37477)) - Fix issues/36613. ([#37022](https://togithub.com/grpc/grpc/pull/37022)) - \[fix] updated invocation_metadata return type hint. ([#36894](https://togithub.com/grpc/grpc/pull/36894)) - \[Release] Add warning about PyPi latest version not necessarily matching Github latest version. ([#36965](https://togithub.com/grpc/grpc/pull/36965)) ## Ruby - \[ruby] Update google-protobuf dep to allow 3.x and 4.x versions. ([#36982](https://togithub.com/grpc/grpc/pull/36982)) - \[ruby] improve the way completion queue pluck operations handle signals and process shutdown. ([#36903](https://togithub.com/grpc/grpc/pull/36903)) ### [`v1.65.5`](https://togithub.com/grpc/grpc/releases/tag/v1.65.5) [Compare Source](https://togithub.com/grpc/grpc/compare/v1.65.4...v1.65.5) This is release gRPC Core 1.65.5 (gnarly). For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://togithub.com/grpc/grpc/releases). This release contains refinements, improvements, and bug fixes.kjd/idna (idna)
### [`v3.8`](https://togithub.com/kjd/idna/releases/tag/v3.8) [Compare Source](https://togithub.com/kjd/idna/compare/v3.7...v3.8) #### What's Changed - Fix regression where IDNAError exception was not being produced for certain inputs. - Add support for Python 3.13, drop support for Python 3.5 as it is no longer testable. - Documentation improvements - Updates to package testing using Github actions Thanks to Hugo van Kemenade for contributions to this release. **Full Changelog**: https://github.com/kjd/idna/compare/v3.7...v3.8Configuration
📅 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 was generated by Mend Renovate. View the repository job log.