Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update python non-major dependencies#8648

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
renovate-bot wants to merge1 commit intogoogleapis:main
base:main
Choose a base branch
Loading
fromrenovate-bot:renovate/python-non-major-dependencies

Conversation

@renovate-bot
Copy link
Contributor

@renovate-botrenovate-bot commentedOct 8, 2025
edited
Loading

This PR contains the following updates:

PackageChangeAgeConfidence
cachetools==6.2.0 ->==6.2.4ageconfidence
certifi==2025.10.5 ->==2025.11.12ageconfidence
click (changelog)==8.3.0 ->==8.3.1ageconfidence
colorlog==6.9.0 ->==6.10.1ageconfidence
google-api-core==2.25.2 ->==2.28.1ageconfidence
google-auth==2.41.1 ->==2.45.0ageconfidence
google-cloud-core==2.4.3 ->==2.5.0ageconfidence
google-cloud-storage==3.4.1 ->==3.7.0ageconfidence
google-crc32c==1.7.1 ->==1.8.0ageconfidence
google-resumable-media==2.7.2 ->==2.8.0ageconfidence
googleapis-common-protos (source)==1.70.0 ->==1.72.0ageconfidence
idna (changelog)==3.10 ->==3.11ageconfidence
proto-plus==1.26.1 ->==1.27.0ageconfidence
protobuf==6.32.1 ->==6.33.2ageconfidence
urllib3 (changelog)==2.5.0 ->==2.6.2ageconfidence

Release Notes

certifi/python-certifi (certifi)

v2025.11.12

Compare Source

pallets/click (click)

v8.3.1

Compare Source

Released 2025-11-15

  • Don't discard pager arguments by correctly usingsubprocess.Popen. :issue:3039
    :pr:3055
  • ReplaceSentinel.UNSET default values byNone as they're passed through
    theContext.invoke() method. :issue:3066 :issue:3065 :pr:3068
  • Fix conversion ofSentinel.UNSET happening too early, which caused incorrect
    behavior for multiple parameters using the same name. :issue:3071 :pr:3079
  • HideSentinel.UNSET values asNone when looking up for other parameters
    through the context inside parameter callbacks. :issue:3136 :pr:3137
  • Fix rendering whenprompt andconfirm parameterprompt_suffix is
    empty. :issue:3019 :pr:3021
  • WhenSentinel.UNSET is found during parsing, it will skip calls to
    type_cast_value. :issue:3069 :pr:3090
borntyping/python-colorlog (colorlog)

v6.10.1

Compare Source

What's Changed

Full Changelog:borntyping/python-colorlog@v6.9.0...v6.10.1

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

v2.28.1

Compare Source

Bug Fixes

v2.28.0

Compare Source

Features

v2.27.0

Compare Source

Features

v2.26.0

Compare Source

Features
googleapis/google-auth-library-python (google-auth)

v2.45.0

Compare Source

Features

v2.44.0

Compare Source

Features
Bug Fixes

v2.43.0

Compare Source

Features
  • Add public wrapper for _mtls_helper.check_use_client_cert which enables mTLS if GOOGLE_API_USE_CLIENT_CERTIFICATE is not set, when the MWID/X.509 cert sources detected (#​1859) Add public wrapper for check_use_client_cert which enables mTLS if
    GOOGLE_API_USE_CLIENT_CERTIFICATE is not set, when the MWID/X.509 cert
    sources detected. Also, fix check_use_client_cert to return boolean
    value.
    Change#​1848 added the check_use_client_cert method that helps know if
    client cert should be used for mTLS connection. However, that was in a
    private class, thus, created a public wrapper of the same function so
    that it can be used by python Client Libraries. Also, updated
    check_use_client_cert to return a boolean value instead of existing
    string value for better readability and future scope.
    --------- (1535eccbff0ad8f3fd6a9775316ac8b77dca66ba)
  • Enable mTLS if GOOGLE_API_USE_CLIENT_CERTIFICATE is not set, if the MWID/X.509 cert sources detected (#​1848) The Python SDK will use a hybrid approach for mTLS enablement:
  • If the GOOGLE_API_USE_CLIENT_CERTIFICATE environment variable is set
    (either true or false), the SDK will respect that setting. This is
    necessary for test scenarios and users who need to explicitly control
    mTLS behavior.
  • If the GOOGLE_API_USE_CLIENT_CERTIFICATE environment variable is not
    set, the SDK will automatically enable mTLS only if it detects Managed
    Workload Identity (MWID) or X.509 Workforce Identity Federation (WIF)
    certificate sources. In other cases where the variable is not set, mTLS
    will remain disabled.
    ** This change also adds the helper methodcheck_use_client_cert and
    it's unit test, which will be used for checking the criteria for setting
    the mTLS to true
    ** This change is only for Auth-Library, other changes will be created
    for Client-Library use-cases.
    --------- (395e405b64b56ddb82ee639958c2e8056ad2e82b)

v2.42.1

Compare Source

Bug Fixes

v2.42.0

Compare Source

Features
Bug Fixes
googleapis/python-cloud-core (google-cloud-core)

v2.5.0

Compare Source

Features
Bug Fixes
  • Remove setup.cfg configuration for creating universal wheels (#​332) (78ce8a6)
  • Resolve issue where pre-release versions of dependencies are installed (#​329) (ab9785d)
googleapis/python-storage (google-cloud-storage)

v3.7.0

Compare Source

Features
Bug Fixes

v3.6.0

Compare Source

Features
  • Add support for partial list buckets (#​1606) (92fc2b0)
  • Make return_partial_success and unreachable fields public for list Bucket (#​1601) (323cddd)
  • zb-experimental: Add async write object stream (5ab8103)
  • zb-experimental: Add async write object stream (#​1612) (5ab8103)
Bug Fixes

v3.5.0

Compare Source

Features
Bug Fixes
  • Deprecate credentials_file argument (74415a2)
  • Flaky system tests for resumable_media (#​1592) (7fee3dd)
  • Makedownload_ranges compatible withasyncio.create_task(..) (#​1591) (faf8b83)
  • Makedownload_ranges compatible withasyncio.create_task(..) (#​1591) (faf8b83)
  • Redact sensitive data from OTEL traces and fix env var parsing (#​1553) (a38ca19)
  • Redact sensitive data from OTEL traces and fix env var parsing (#​1553) (a38ca19)
  • Use separate header object for each upload in Transfer Manager MPU (#​1595) (0d867bd)
googleapis/python-crc32c (google-crc32c)

v1.8.0

Compare Source

Features
Bug Fixes
googleapis/google-resumable-media-python (google-resumable-media)

v2.8.0

Compare Source

Features
Bug Fixes
googleapis/google-cloud-python (googleapis-common-protos)

v1.72.0: googleapis-common-protos 1.72.0

Compare Source

Features

v1.71.0: googleapis-common-protos 1.71.0

Compare Source

Features
kjd/idna (idna)

v3.11

Compare Source

googleapis/proto-plus-python (proto-plus)

v1.27.0

Compare Source

Features
urllib3/urllib3 (urllib3)

v2.6.2

Compare Source

==================

  • FixedHTTPResponse.read_chunked() to properly handle leftover data in
    the decoder's buffer when reading compressed chunked responses.
    (#&#8203;3734 <https://github.com/urllib3/urllib3/issues/3734>__)

v2.6.1

Compare Source

==================

  • Restore previously removedHTTPResponse.getheaders() and
    HTTPResponse.getheader() methods.
    (#&#8203;3731 <https://github.com/urllib3/urllib3/issues/3731>__)

v2.6.0

Compare Source

==================

Security

  • Fixed a security issue where streaming API could improperly handle highly
    compressed HTTP content ("decompression bombs") leading to excessive resource
    consumption even when a small amount of data was requested. Reading small
    chunks of compressed data is safer and much more efficient now.
    (GHSA-2xpw-w6gg-jr37 <https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37>__)
  • Fixed a security issue where an attacker could compose an HTTP response with
    virtually unlimited links in theContent-Encoding header, potentially
    leading to a denial of service (DoS) attack by exhausting system resources
    during decoding. The number of allowed chained encodings is now limited to 5.
    (GHSA-gm62-xv2j-4w53 <https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53>__)

.. caution::

  • If urllib3 is not installed with the optionalurllib3[brotli] extra, but
    your environment contains a Brotli/brotlicffi/brotlipy package anyway, make
    sure to upgrade it to at least Brotli 1.2.0 or brotlicffi 1.2.0.0 to
    benefit from the security fixes and avoid warnings. Prefer using
    urllib3[brotli] to install a compatible Brotli package automatically.

  • If you use custom decompressors, please make sure to update them to
    respect the changed API ofurllib3.response.ContentDecoder.

Features

  • Enabled retrieval, deletion, and membership testing inHTTPHeaderDict using bytes keys. (#&#8203;3653 <https://github.com/urllib3/urllib3/issues/3653>__)
  • Added host and port information to string representations ofHTTPConnection. (#&#8203;3666 <https://github.com/urllib3/urllib3/issues/3666>__)
  • Added support for Python 3.14 free-threading builds explicitly. (#&#8203;3696 <https://github.com/urllib3/urllib3/issues/3696>__)

Removals

  • Removed theHTTPResponse.getheaders() method in favor ofHTTPResponse.headers.
    Removed theHTTPResponse.getheader(name, default) method in favor ofHTTPResponse.headers.get(name, default). (#&#8203;3622 <https://github.com/urllib3/urllib3/issues/3622>__)

Bugfixes

  • Fixed redirect handling inurllib3.PoolManager when an integer is passed
    for the retries parameter. (#&#8203;3649 <https://github.com/urllib3/urllib3/issues/3649>__)
  • FixedHTTPConnectionPool when used in Emscripten with no explicit port. (#&#8203;3664 <https://github.com/urllib3/urllib3/issues/3664>__)
  • Fixed handling ofSSLKEYLOGFILE with expandable variables. (#&#8203;3700 <https://github.com/urllib3/urllib3/issues/3700>__)

Misc

  • Changed thezstd extra to installbackports.zstd instead ofzstandard on Python 3.13 and before. (#&#8203;3693 <https://github.com/urllib3/urllib3/issues/3693>__)
  • Improved the performance of content decoding by optimizingBytesQueueBuffer class. (#&#8203;3710 <https://github.com/urllib3/urllib3/issues/3710>__)
  • Allowed building the urllib3 package with newer setuptools-scm v9.x. (#&#8203;3652 <https://github.com/urllib3/urllib3/issues/3652>__)
  • Ensured successful urllib3 builds by setting Hatchling requirement to >= 1.27.0. (#&#8203;3638 <https://github.com/urllib3/urllib3/issues/3638>__)

Configuration

📅Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻Immortal: This PR will be recreated if closed unmerged. Getconfig help if that's undesired.


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

This PR was generated byMend Renovate. View therepository job log.

@renovate-botrenovate-bot requested review froma team ascode ownersOctober 8, 2025 22:53
@trusted-contributions-gcftrusted-contributions-gcfbot added the owlbot:runAdd this label to trigger the Owlbot post processor. labelOct 8, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelOct 8, 2025
@renovate-botrenovate-botforce-pushed therenovate/python-non-major-dependencies branch fromc6f28ae to2f38a15CompareOctober 9, 2025 17:54
@trusted-contributions-gcftrusted-contributions-gcfbot added the owlbot:runAdd this label to trigger the Owlbot post processor. labelOct 9, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelOct 9, 2025
@renovate-botrenovate-botforce-pushed therenovate/python-non-major-dependencies branch from2f38a15 tob228bbeCompareOctober 9, 2025 19:52
@trusted-contributions-gcftrusted-contributions-gcfbot added the owlbot:runAdd this label to trigger the Owlbot post processor. labelOct 9, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelOct 9, 2025
@renovate-botrenovate-botforce-pushed therenovate/python-non-major-dependencies branch fromb228bbe tob6e806cCompareOctober 10, 2025 18:13
@trusted-contributions-gcftrusted-contributions-gcfbot added the owlbot:runAdd this label to trigger the Owlbot post processor. labelOct 10, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelOct 10, 2025
@renovate-botrenovate-botforce-pushed therenovate/python-non-major-dependencies branch fromb6e806c to3e68514CompareOctober 10, 2025 18:26
@trusted-contributions-gcftrusted-contributions-gcfbot added the owlbot:runAdd this label to trigger the Owlbot post processor. labelOct 10, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelOct 10, 2025
@renovate-botrenovate-botforce-pushed therenovate/python-non-major-dependencies branch from3e68514 to4dfa0ebCompareOctober 10, 2025 18:58
@trusted-contributions-gcftrusted-contributions-gcfbot added the owlbot:runAdd this label to trigger the Owlbot post processor. labelOct 10, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelOct 10, 2025
@renovate-botrenovate-botforce-pushed therenovate/python-non-major-dependencies branch from4dfa0eb to4d3eacfCompareOctober 10, 2025 22:06
@trusted-contributions-gcftrusted-contributions-gcfbot added the owlbot:runAdd this label to trigger the Owlbot post processor. labelOct 10, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelOct 10, 2025
@renovate-botrenovate-bot changed the titlechore(deps): update dependency google-api-core to v2.26.0chore(deps): update python non-major dependenciesOct 12, 2025
@renovate-botrenovate-botforce-pushed therenovate/python-non-major-dependencies branch from4d3eacf to96d0d2cCompareOctober 12, 2025 16:57
@trusted-contributions-gcftrusted-contributions-gcfbot added the owlbot:runAdd this label to trigger the Owlbot post processor. labelOct 12, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelOct 12, 2025
@renovate-botrenovate-botforce-pushed therenovate/python-non-major-dependencies branch from96d0d2c to14d6c99CompareOctober 13, 2025 19:15
@trusted-contributions-gcftrusted-contributions-gcfbot added the owlbot:runAdd this label to trigger the Owlbot post processor. labelOct 13, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelOct 13, 2025
@renovate-botrenovate-botforce-pushed therenovate/python-non-major-dependencies branch from14d6c99 tob29a6acCompareOctober 15, 2025 18:25
@trusted-contributions-gcftrusted-contributions-gcfbot added the owlbot:runAdd this label to trigger the Owlbot post processor. labelDec 16, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelDec 16, 2025
@renovate-botrenovate-botforce-pushed therenovate/python-non-major-dependencies branch from949e7f5 to4916a0dCompareDecember 16, 2025 01:38
@trusted-contributions-gcftrusted-contributions-gcfbot added the owlbot:runAdd this label to trigger the Owlbot post processor. labelDec 16, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelDec 16, 2025
@renovate-botrenovate-botforce-pushed therenovate/python-non-major-dependencies branch from4916a0d to2cbb666CompareDecember 16, 2025 01:46
@trusted-contributions-gcftrusted-contributions-gcfbot added the owlbot:runAdd this label to trigger the Owlbot post processor. labelDec 16, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelDec 16, 2025
@renovate-botrenovate-botforce-pushed therenovate/python-non-major-dependencies branch from2cbb666 to9437290CompareDecember 16, 2025 15:02
@trusted-contributions-gcftrusted-contributions-gcfbot added the owlbot:runAdd this label to trigger the Owlbot post processor. labelDec 16, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelDec 16, 2025
@renovate-botrenovate-botforce-pushed therenovate/python-non-major-dependencies branch from9437290 toc8e68a9CompareDecember 16, 2025 18:49
@trusted-contributions-gcftrusted-contributions-gcfbot added the owlbot:runAdd this label to trigger the Owlbot post processor. labelDec 16, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelDec 16, 2025
@renovate-botrenovate-botforce-pushed therenovate/python-non-major-dependencies branch fromc8e68a9 to55c40d8CompareDecember 16, 2025 21:31
@trusted-contributions-gcftrusted-contributions-gcfbot added the owlbot:runAdd this label to trigger the Owlbot post processor. labelDec 16, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelDec 16, 2025
@renovate-botrenovate-botforce-pushed therenovate/python-non-major-dependencies branch from55c40d8 tof6362c3CompareDecember 16, 2025 23:56
@trusted-contributions-gcftrusted-contributions-gcfbot added the owlbot:runAdd this label to trigger the Owlbot post processor. labelDec 16, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelDec 16, 2025
@renovate-botrenovate-botforce-pushed therenovate/python-non-major-dependencies branch fromf6362c3 tofcb48a0CompareDecember 17, 2025 00:05
@trusted-contributions-gcftrusted-contributions-gcfbot added the owlbot:runAdd this label to trigger the Owlbot post processor. labelDec 17, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelDec 17, 2025
@renovate-botrenovate-botforce-pushed therenovate/python-non-major-dependencies branch fromfcb48a0 toe5cc946CompareDecember 17, 2025 00:20
@trusted-contributions-gcftrusted-contributions-gcfbot added the owlbot:runAdd this label to trigger the Owlbot post processor. labelDec 17, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelDec 17, 2025
@renovate-botrenovate-botforce-pushed therenovate/python-non-major-dependencies branch frome5cc946 tod5201c8CompareDecember 17, 2025 00:34
@trusted-contributions-gcftrusted-contributions-gcfbot added the owlbot:runAdd this label to trigger the Owlbot post processor. labelDec 17, 2025
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelDec 17, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@renovate-bot

[8]ページ先頭

©2009-2025 Movatter.jp