-
Notifications
You must be signed in to change notification settings - Fork 138
chore(deps): update all dependencies #937
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
f2b0e1b
to
6be60c2
Compare
6be60c2
to
c6295a2
Compare
c6295a2
to
68c5a56
Compare
68c5a56
to
78cd25d
Compare
9b46b61
to
f28f288
Compare
f28f288
to
fb5207a
Compare
fb5207a
to
79695fe
Compare
79695fe
to
dfcbf26
Compare
dfcbf26
to
bbaa887
Compare
chalmerlowe
approved these changes
Feb 6, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: bigquery
Issues related to the googleapis/python-bigquery-sqlalchemy API.
size: s
Pull request size is small.
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.0
Release Notes
python-attrs/attrs (attrs)
v23.2.0
Compare Source
Changes
attrs.resolve_types()
is now correct.#1141
typing.dataclass_transform
to 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.AttrsInstance
is now atyping.Protocol
in 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_property
decorated 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.2
Compare Source
geoalchemy/geoalchemy2 (geoalchemy2)
v0.14.3
Compare Source
googleapis/python-api-core (google-api-core)
v2.16.2
Compare Source
Bug Fixes
a,out
->amount
(#596) (88688b1)v2.16.1
Compare Source
Bug Fixes
v2.16.0
Compare Source
Features
googleapis/google-auth-library-python (google-auth)
v2.27.0
Compare Source
Features
Bug Fixes
v2.26.2
Compare Source
Bug Fixes
v2.26.1
Compare Source
Bug Fixes
v2.26.0
Compare Source
Features
Bug Fixes
googleapis/python-bigquery (google-cloud-bigquery)
v3.17.1
Compare Source
Bug Fixes
v3.17.0
Compare Source
Features
Bug Fixes
query_and_wait
now retains unknown query configuration_properties
(#1793) (4ba4342)ValueError
inquery_and_wait
with wrongjob_config
type (4ba4342)Documentation
snippets.py
to usequery_and_wait
(#1773) (d90602d)query
toquery and wait
in samples/desktopapp/user_credentials.py (#1787) (89f1299)v3.16.0
Compare Source
Features
table_constraints
field to Table model (#1755) (a167f9a)Bug Fixes
v3.15.0
Compare Source
Features
insert_rows
and as a scalar query parameter (#1757) (02a7d12)Bug Fixes
Performance Improvements
query_and_wait
when no job ID is provided (#1747) (d225a94)grpc/grpc (grpcio)
v1.60.1
Compare 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.0
Compare Source
=========================
Features
#​463 <https://github.com/pytest-dev/pluggy/issues/463>
_: A warning :class:~pluggy.PluggyTeardownRaisedWarning
is 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.0
Compare 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_verified
andHTTPSConnection.proxy_is_verified
to be always set to a boolean after connecting to a proxy. It could be
None
in some cases previously. (#​3130 <https://github.com/urllib3/urllib3/issues/3130>
__)headers
passed in a request withjson=
would be mutated (#​3203 <https://github.com/urllib3/urllib3/issues/3203>
__)HTTPSConnection.is_verified
to be set toFalse
when connectingfrom a HTTPS proxy to an HTTP target. It was set to
True
previously. (#​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
--integration
pytest 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.