Skip to content
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

chore(deps): update all dependencies #899

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Aug 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
alembic (source, changelog) ==1.11.2 -> ==1.13.0 age adoption passing confidence
certifi ==2023.7.22 -> ==2023.11.17 age adoption passing confidence
charset-normalizer ==3.2.0 -> ==3.3.2 age adoption passing confidence
click (changelog) ==8.1.6 -> ==8.1.7 age adoption passing confidence
geoalchemy2 (source) ==0.14.1 -> ==0.14.2 age adoption passing confidence
google-api-core ==2.11.1 -> ==2.15.0 age adoption passing confidence
google-auth ==2.22.0 -> ==2.25.2 age adoption passing confidence
google-cloud-bigquery ==3.11.4 -> ==3.14.0 age adoption passing confidence
google-cloud-core ==2.3.3 -> ==2.4.1 age adoption passing confidence
google-cloud-testutils ==1.3.3 -> ==1.4.0 age adoption passing confidence
google-resumable-media ==2.5.0 -> ==2.7.0 age adoption passing confidence
googleapis-common-protos ==1.60.0 -> ==1.62.0 age adoption passing confidence
greenlet ==3.0.1 -> ==3.0.2 age adoption passing confidence
grpcio (source) ==1.59.0 -> ==1.60.0 age adoption passing confidence
grpcio-status ==1.57.0 -> ==1.60.0 age adoption passing confidence
idna (changelog) ==3.4 -> ==3.6 age adoption passing confidence
importlib-resources ==6.0.1 -> ==6.1.1 age adoption passing confidence
mako (source) ==1.2.4 -> ==1.3.0 age adoption passing confidence
packaging ==23.1 -> ==23.2 age adoption passing confidence
pluggy ==1.2.0 -> ==1.3.0 age adoption passing confidence
proto-plus (source) ==1.22.3 -> ==1.23.0 age adoption passing confidence
protobuf ==4.24.0 -> ==4.25.1 age adoption passing confidence
pyasn1 (changelog) ==0.5.0 -> ==0.5.1 age adoption passing confidence
pytz ==2023.3 -> ==2023.3.post1 age adoption passing confidence
typing-extensions (changelog) ==4.7.1 -> ==4.9.0 age adoption passing confidence
urllib3 (changelog) ==1.26.18 -> ==2.1.0 age adoption passing confidence

Release Notes

certifi/python-certifi (certifi)

v2023.11.17

Compare Source

Ousret/charset_normalizer (charset-normalizer)

v3.3.2

Compare Source

Fixed
  • Unintentional memory usage regression when using large payload that match several encoding (#​376)
  • Regression on some detection case showcased in the documentation (#​371)
Added
  • Noise (md) probe that identify malformed arabic representation due to the presence of letters in isolated form (credit to my wife)

v3.3.1

Compare Source

Changed
  • Optional mypyc compilation upgraded to version 1.6.1 for Python >= 3.8
  • Improved the general detection reliability based on reports from the community

v3.3.0

Compare Source

Added
  • Allow to execute the CLI (e.g. normalizer) through python -m charset_normalizer.cli or python -m charset_normalizer
  • Support for 9 forgotten encoding that are supported by Python but unlisted in encoding.aliases as they have no alias (#​323)
Removed
  • (internal) Redundant utils.is_ascii function and unused function is_private_use_only
  • (internal) charset_normalizer.assets is moved inside charset_normalizer.constant
Changed
  • (internal) Unicode code blocks in constants are updated using the latest v15.0.0 definition to improve detection
  • Optional mypyc compilation upgraded to version 1.5.1 for Python >= 3.7
Fixed
  • Unable to properly sort CharsetMatch when both chaos/noise and coherence were close due to an unreachable condition in __lt__ (#​350)
geoalchemy/geoalchemy2 (geoalchemy2)

v0.14.2

Compare Source

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

v2.15.0

Compare Source

Features
Bug Fixes
  • Fix regression in bidi causing Thread-ConsumeBidirectionalStream caught unexpected exception and will exit (#​562) (40c8ae0)
  • Replace deprecated datetime.datetime.utcnow() (#​552) (448923a), closes #​540

v2.14.0

Compare Source

Features

v2.13.1

Compare Source

Bug Fixes

v2.13.0

Compare Source

Features
Bug Fixes
  • Add warning to retry target to avoid incorrect usage (#​543) (bfb40e6)
  • Drop usage of distutils (#​541) (4bd9e10)
  • Ensure exception is available when BackgroundConsumer open stream fails (#​357) (405272c)

v2.12.0

Compare Source

Features
  • Add a little bit of typing to google.api_core.retry (#​453) (2477ab9)
  • Add grpc Compression argument to channels and methods (#​451) (bdebd63)
Documentation
googleapis/google-auth-library-python (google-auth)

v2.25.2

Compare Source

Bug Fixes

v2.25.1

Compare Source

Bug Fixes

v2.25.0

Compare Source

Features
  • Add custom tls signer for ECP Provider. (39eb287)
  • Add custom tls signer for ECP Provider. (#​1402) (39eb287)
Bug Fixes

v2.24.0

Compare Source

Features
Bug Fixes
Documentation

v2.23.4

Compare Source

Bug Fixes

v2.23.3

Compare Source

Bug Fixes

v2.23.2

Compare Source

Bug Fixes

v2.23.1

Compare Source

Bug Fixes
  • Less restrictive content-type header check for google authentication (ignores charset) (#​1382) (7039beb)
  • Trust boundary meta header renaming and using the schema from backend team. (#​1384) (2503d4a)
  • Update urllib3 to >= 2.0.5 (#​1389) (a99f3bb)

v2.23.0

Compare Source

Features
  • Add get_bq_config_path() to _cloud_sdk.py (9f52f66)
  • Add get_bq_config_path() to _cloud_sdk.py (#​1358) (9f52f66)
Bug Fixes
  • Expose universe domain in credentials (#​1380) (8b8fce6)
  • Make external_account resistant to string type 'expires_in' responses from non-compliant services (#​1379) (01d3770)
  • Missing ssj for impersonate cred (#​1377) (7d453dc)
  • Skip checking projectid on cred if env var is set (#​1349) (a4135a3)
googleapis/python-bigquery (google-cloud-bigquery)

v3.14.0

Compare Source

Features
Bug Fixes
  • load_table_from_dataframe now assumes there may be local null values (#​1735) (f05dc69)
  • Ensure query job retry has longer deadline than API request deadline (#​1734) (5573579)
  • Keep RowIterator.total_rows populated after iteration (#​1748) (8482f47)
  • Move grpc, proto-plus and protobuf packages to extras (#​1721) (5ce4d13)
Performance Improvements
  • Use the first page a results when query(api_method="QUERY") (#​1723) (6290517)

v3.13.0

Compare Source

Features
Bug Fixes
Documentation

v3.12.0

Compare Source

Features
  • Add Dataset.storage_billing_model setter, use client.update_dataset(ds, fields=["storage_billing_model"]) to update (#​1643) (5deba50)
  • Search statistics (#​1616) (b930e46)
  • Widen retry predicate to include ServiceUnavailable (#​1641) (3e021a4)
Bug Fixes
Documentation
googleapis/python-cloud-core (google-cloud-core)

v2.4.1

Compare Source

Bug Fixes

v2.4.0

Compare Source

Features
googleapis/python-test-utils (google-cloud-testutils)

v1.4.0

Compare Source

Features
  • Add support for Python 3.12 (474961a)
googleapis/google-resumable-media-python (google-resumable-media)

v2.7.0

Compare Source

Features

v2.6.0

Compare Source

Features
Bug Fixes
googleapis/python-api-common-protos (googleapis-common-protos)

v1.62.0

Compare Source

Features
  • Add auto_populated_fields field of MethodSettings in google/api/client_pb2 (#​194) (4b0c73a)
  • Add support for Python 3.12 (#​192) (336cdf3)
Bug Fixes

v1.61.0

Compare Source

Features
  • Add google/api/field_info.proto (2d39f37)
  • Add IDENTIFIER to FieldBehavior enum (2d39f37)
grpc/grpc (grpcio)

v1.60.0

Compare Source

This is release 1.60.0 (gjallarhorn) 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

  • Implemented dualstack IPv4 and IPv6 backend support, as per draft gRFC A61. xDS support currently guarded by GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS env var.
  • Dropped Bazel 5 support. (#​34813)
  • [deps] Upgrade protobuf version to v25.0. (#​34513)
  • [Security - Revocation] Crl Directory Watcher Implementation. (#​34749)
  • [server] Cap size of pending request queue with RealRequestMatcher. (#​34782)
  • [chttp2] Fix outgoing data stats. (#​34693)
  • [EventEngine] Enable Posix EventEngine Listener on all builds. (#​34748)
  • [EventEngine] Enable Windows EventEngine Listener on all builds. (#​34436)
  • [chttp2] Alternative protection for too many streams in the system. (#​34697)
  • [Proxy] Support for setting proxy for addresses. (#​34617)
  • [client idleness] client channels go idle after 30 minutes by default. (#​34653)
  • [chttp2] Add an experiment to separate liveness checks from ping timeouts. (#​34647)
  • [chttp2] Tarpit invalid requests. (#​34641)
  • [chttp2] Enforce settings acks. (#​34640)
  • [chttp2] Limit work per read cycle. (#​34639)
  • [chttp2] Limit request count before receiving settings ack. (#​34638)
  • [chttp2] Randomly ping on RST_STREAM. (#​34637)

C++

  • [xds] C++ XdsServerBuilder Remove src/... header dependency from public header. (#​34790)
  • [reflection] Add v1 reflection. (#​34535)

C#

  • [csharp] Grpc.Tools documentation for sharing proto files between projects and nuget packages. (#​34521)

Ruby

  • [ruby] create debug symbol packages. (#​34632)

v1.59.3

Compare Source

This is release gRPC Core 1.59.3 (generative).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Core

  • [Security - Revocation] Crl backport to 1.59. (#​34926)

v1.59.2

Compare Source

This is release 1.59.2 (generative) 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

kjd/idna (idna)

v3.6

Compare Source

v3.5

Compare Source

python/importlib_resources (importlib-resources)

v6.1.1

Compare Source

v6.1.0

Compare Source

pypa/packaging (packaging)

v23.2

Compare Source

What's Changed

New Contributors


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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested review from a team as code owners August 11, 2023 18:22
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 11, 2023
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Aug 11, 2023
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 11, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 11, 2023
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. label Aug 11, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 11, 2023
@renovate-bot renovate-bot changed the title chore(deps): update dependency urllib3 to v2 chore(deps): update all dependencies Aug 16, 2023
@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 Aug 16, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 16, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 16, 2023
@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 Aug 17, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 17, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 17, 2023
@meredithslota
Copy link

Blocked until googleapis/google-auth-library-python#1290 is merged.

@meredithslota meredithslota added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Aug 18, 2023
@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 Aug 18, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 18, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 18, 2023
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 26, 2023
@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 Dec 8, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 8, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 8, 2023
@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 Dec 8, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 8, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 8, 2023
@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 Dec 10, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 10, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 10, 2023
@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 Dec 12, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 12, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 12, 2023
@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 Dec 12, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 12, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 12, 2023
@parthea parthea removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Dec 14, 2023
@parthea
Copy link
Contributor

parthea commented Dec 14, 2023

Removing do not merge as checks are passing and googleapis/google-auth-library-python#1290 has been merged

@parthea parthea merged commit 8986066 into googleapis:main Dec 14, 2023
16 checks passed
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: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants