This repository was archived by the owner on Mar 16, 2026. It is now read-only.
chore(deps): update all dependencies#937
Merged
chalmerlowe merged 1 commit intogoogleapis:mainfrom Feb 6, 2024
Merged
Conversation
f2b0e1b to
6be60c2
Compare
6be60c2 to
c6295a2
Compare
c6295a2 to
68c5a56
Compare
68c5a56 to
78cd25d
Compare
b82763b to
76833e8
Compare
76833e8 to
71f1409
Compare
71f1409 to
f462dff
Compare
da2cfac to
23aa130
Compare
23aa130 to
74f8fc5
Compare
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:
==1.13.0->==1.13.1==23.1.0->==23.2.0==2023.11.17->==2024.2.2==0.14.2->==0.14.3==2.15.0->==2.16.2==2.25.2->==2.27.0==3.14.1->==3.17.1==3.0.2->==3.0.3==1.60.0->==1.60.1==1.60.0->==1.60.1==1.3.0->==1.3.2==2.1.3->==2.1.5==1.3.0->==1.4.0==4.25.1->==4.25.2==2023.3.post1->==2024.1==2.1.0->==2.2.0Release Notes
python-attrs/attrs (attrs)
v23.2.0Compare Source
Changes
attrs.resolve_types()is now correct.#1141
typing.dataclass_transformto decorate dataclass-like decorators, instead of the non-standard__dataclass_transform__special form, which is only supported by Pyright.#1158
attrs.asdict/astuple()withretain_collection_types=True.#1165
attrs.AttrsInstanceis now atyping.Protocolin both type hints and code.This allows you to subclass it along with another
Protocol.#1172
__attrs_pre_init__accepts more than justself, it will call it with the same arguments as__init__was called.This allows you to, for example, pass arguments to
super().__init__().#1187
functools.cached_propertydecorated methods to support equivalent semantics.#1200
attrs.make_class()to provide additional attributes for newly created classes.It is, for example, now possible to attach methods.
#1203
certifi/python-certifi (certifi)
v2024.2.2Compare Source
geoalchemy/geoalchemy2 (geoalchemy2)
v0.14.3Compare Source
googleapis/python-api-core (google-api-core)
v2.16.2Compare Source
Bug Fixes
a,out->amount(#596) (88688b1)v2.16.1Compare Source
Bug Fixes
v2.16.0Compare Source
Features
googleapis/google-auth-library-python (google-auth)
v2.27.0Compare Source
Features
Bug Fixes
v2.26.2Compare Source
Bug Fixes
v2.26.1Compare Source
Bug Fixes
v2.26.0Compare Source
Features
Bug Fixes
googleapis/python-bigquery (google-cloud-bigquery)
v3.17.1Compare Source
Bug Fixes
v3.17.0Compare Source
Features
Bug Fixes
query_and_waitnow retains unknown query configuration_properties(#1793) (4ba4342)ValueErrorinquery_and_waitwith wrongjob_configtype (4ba4342)Documentation
snippets.pyto usequery_and_wait(#1773) (d90602d)querytoquery and waitin samples/desktopapp/user_credentials.py (#1787) (89f1299)v3.16.0Compare Source
Features
table_constraintsfield to Table model (#1755) (a167f9a)Bug Fixes
v3.15.0Compare Source
Features
insert_rowsand as a scalar query parameter (#1757) (02a7d12)Bug Fixes
Performance Improvements
query_and_waitwhen no job ID is provided (#1747) (d225a94)grpc/grpc (grpcio)
v1.60.1Compare Source
This is release gRPC Core 1.60.1 (gjallarhorn).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
Python
pytest-dev/pluggy (pluggy)
v1.4.0Compare Source
=========================
Features
#​463 <https://github.com/pytest-dev/pluggy/issues/463>_: A warning :class:~pluggy.PluggyTeardownRaisedWarningis now issued when an old-style hookwrapper raises an exception during teardown.See the warning documentation for more details.
#​471 <https://github.com/pytest-dev/pluggy/issues/471>_: Add :func:PluginManager.unblock <pluggy.PluginManager.unblock>method to unblock a plugin by plugin name.Bug Fixes
#​441 <https://github.com/pytest-dev/pluggy/issues/441>_: Fix :func:~pluggy.HookCaller.call_extra()extra methods getting ordered before everything else in some circumstances. Regressed in pluggy 1.1.0.#​438 <https://github.com/pytest-dev/pluggy/issues/438>_: Fix plugins registering other plugins in a hook when the other plugins implement the same hook itself. Regressed in pluggy 1.1.0.urllib3/urllib3 (urllib3)
v2.2.0Compare Source
==================
Emscripten and Pyodide <https://urllib3.readthedocs.io/en/latest/reference/contrib/emscripten.html>, including streaming support in cross-origin isolated browser environments where threading is enabled. (#​2951 <https://github.com/urllib3/urllib3/issues/2951>)HTTPResponse.read1()method. (#​3186 <https://github.com/urllib3/urllib3/issues/3186>__)#​3284 <https://github.com/urllib3/urllib3/issues/3284>__)when using proxy. (
#​2244 <https://github.com/urllib3/urllib3/issues/2244>__)HTTPConnection.proxy_is_verifiedandHTTPSConnection.proxy_is_verifiedto be always set to a boolean after connecting to a proxy. It could be
Nonein some cases previously. (#​3130 <https://github.com/urllib3/urllib3/issues/3130>__)headerspassed in a request withjson=would be mutated (#​3203 <https://github.com/urllib3/urllib3/issues/3203>__)HTTPSConnection.is_verifiedto be set toFalsewhen connectingfrom a HTTPS proxy to an HTTP target. It was set to
Truepreviously. (#​3267 <https://github.com/urllib3/urllib3/issues/3267>__)#​3268 <https://github.com/urllib3/urllib3/issues/3268>__)#​3325 <https://github.com/urllib3/urllib3/issues/3325>__)time with the
--integrationpytest flag. (#​3181 <https://github.com/urllib3/urllib3/issues/3181>__)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.