Skip to content

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

Merged
bshaffer merged 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/python-non-major-dependencies
Mar 28, 2025
Merged

chore(deps): update python non-major dependencies#8196
bshaffer merged 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/python-non-major-dependencies

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cachetools ==5.4.0 -> ==5.5.2 age adoption passing confidence
click (changelog) ==8.1.7 -> ==8.1.8 age adoption passing confidence
colorlog ==6.8.2 -> ==6.9.0 age adoption passing confidence
gcp-docuploader ==0.6.5 -> ==0.7.2 age adoption passing confidence
google-api-core ==2.19.1 -> ==2.24.2 age adoption passing confidence
google-auth ==2.32.0 -> ==2.38.0 age adoption passing confidence
google-cloud-core ==2.4.1 -> ==2.4.3 age adoption passing confidence
google-cloud-storage ==3.0.0 -> ==3.1.0 age adoption passing confidence
google-crc32c ==1.5.0 -> ==1.7.1 age adoption passing confidence
google-resumable-media ==2.7.1 -> ==2.7.2 age adoption passing confidence
googleapis-common-protos (source) ==1.63.2 -> ==1.69.2 age adoption passing confidence
idna (changelog) ==3.7 -> ==3.10 age adoption passing confidence
proto-plus ==1.25.0 -> ==1.26.1 age adoption passing confidence
pyasn1 (changelog) ==0.6.0 -> ==0.6.1 age adoption passing confidence
pyasn1-modules (changelog) ==0.4.0 -> ==0.4.2 age adoption passing confidence
six ==1.16.0 -> ==1.17.0 age adoption passing confidence
urllib3 (changelog) ==1.26.19 -> ==1.26.20 age adoption passing confidence

Release Notes

tkem/cachetools (cachetools)

v5.5.2

Compare Source

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

  • Reduce number of @cached lock/unlock operations.

  • Improve documentation.

  • Update CI environment.

v5.5.1

Compare Source

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

  • Add documentation regarding caching of exceptions.

  • Officially support Python 3.13.

  • Update CI environment.

v5.5.0

Compare Source

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

  • TTLCache.expire() returns iterable of expired (key, value)
    pairs.

  • TLRUCache.expire() returns iterable of expired (key, value)
    pairs.

  • Documentation improvements.

  • Update CI environment.

pallets/click (click)

v8.1.8

Compare Source

Unreleased

  • Fix an issue with type hints for click.open_file(). :issue:2717
  • Fix issue where error message for invalid click.Path displays on
    multiple lines. :issue:2697
  • Fixed issue that prevented a default value of "" from being displayed in
    the help for an option. :issue:2500
  • The test runner handles stripping color consistently on Windows.
    :issue:2705
  • Show correct value for flag default when using default_map.
    :issue:2632
  • Fix click.echo(color=...) passing color to coloroma so it can be
    forced on Windows. :issue:2606.
borntyping/python-colorlog (colorlog)

v6.9.0

Compare Source

What's Changed

New Contributors

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

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

v2.24.2

Compare Source

Bug Fixes

v2.24.1

Compare Source

Bug Fixes
Documentation
  • Add warnings regarding consuming externally sourced credentials (#​783) (0ec1825)

v2.24.0

Compare Source

Features

v2.23.0

Compare Source

Features

v2.22.0

Compare Source

Features
Bug Fixes

v2.21.0

Compare Source

Features
  • Add support for asynchronous long running operations (#​724) (aaed69b)
Bug Fixes

v2.20.0

Compare Source

Features
  • Add async unsupported paramater exception (#​694) (8c137fe)
  • Add support for asynchronous rest streaming (#​686) (1b7bb6d)
  • Add support for creating exceptions from an asynchronous response (#​688) (1c4b0d0)

v2.19.2

Compare Source

Bug Fixes
  • Fail gracefully if could not import rpc_status module (#​680) (7ccbf57)
googleapis/google-auth-library-python (google-auth)

v2.38.0

Compare Source

Features
  • Adding domain-wide delegation flow in impersonated credential (#​1624) (34ee3fe)
Documentation
  • Add warnings regarding consuming externally sourced credentials (d049370)

v2.37.0

Compare Source

Features

v2.36.0

Compare Source

Features
Bug Fixes

v2.35.0

Compare Source

Features
Bug Fixes

v2.34.0

Compare Source

Features
  • auth: Update get_client_ssl_credentials to support X.509 workload certs (#​1558) (18c2ec1)
Bug Fixes

v2.33.0

Compare Source

Features
  • Implement async StaticCredentials using access tokens (#​1559) (dc17dfc)
  • Implement base classes for credentials and request sessions (#​1551) (036dac4)
Bug Fixes
  • metadata: Enhance retry logic for metadata server access in _metadata.py (#​1545) (61c2432)
Documentation
googleapis/python-cloud-core (google-cloud-core)

v2.4.3

Compare Source

Bug Fixes

v2.4.2

Compare Source

Features
  • Client should pass client_options.api_key to auth library (#​321) (dfac15b)
googleapis/python-storage (google-cloud-storage)

v3.1.0

Compare Source

Features
googleapis/python-crc32c (google-crc32c)

v1.7.1

Compare Source

Bug Fixes
  • Add Python 3.13 windows wheels (fbb0e26)

v1.7.0

Compare Source

Features

v1.6.0

Compare Source

Features
  • Add support for python 3.12 (#​177) (5ff1207)
  • Build using Visual Studio 17 2022 instead of Visual Studio 16 2019 (c1c8c59)
Bug Fixes
  • Drop support for python 3.7 and 3.8 (c1c8c59)
  • Drop support for Windows 32bit which is not supported in Visual Studio 17 2022 (c1c8c59)
  • Remove manylinux1 which is no longer supported by PyPA (#​186) (79edb3f)
googleapis/google-resumable-media-python (google-resumable-media)

v2.7.2

Compare Source

Bug Fixes
  • Correctly calculate starting offset for retries of ranged reads (#​450) (34302b4)
googleapis/google-cloud-python (googleapis-common-protos)

v1.69.2

Compare Source

Bug Fixes
  • Allow protobuf 6.x (b4d4551)
  • remove setup.cfg configuration for creating universal wheels (#​13659) (59bfd42)
  • resolve issue where pre-release versions of dependencies are installed (b4d4551)
  • set include in tool.setuptools.packages.find (#​13662) (c6a1588)

v1.69.1

Compare Source

Bug Fixes

v1.69.0

Compare Source

Features

v1.68.0

Compare Source

Features
  • A new field unversioned_package_disabled is added to message .google.api.PythonSettings (eb554e8)
  • Add field experimental_features to message PythonSettings (#​249) (ba8d36e)
  • add FieldInfo.referenced_types for generics (#​247) (c91900a)
  • add support for field generate_omitted_as_internal in selective gapic generation (#​13482) (993ff4d)
Documentation
  • A comment for field content in message .google.api.Page is changed (eb554e8)
  • A comment for message RoutingRule is changed (eb554e8)

v1.67.0

Compare Source

Features
  • A new field unversioned_package_disabled is added to message .google.api.PythonSettings (eb554e8)
  • add support for field generate_omitted_as_internal in selective gapic generation (#​13482) (993ff4d)
Documentation
  • A comment for field content in message .google.api.Page is changed (eb554e8)
  • A comment for message RoutingRule is changed (eb554e8)

v1.66.0

Features
  • Add MISSING_ORIGIN and OVERLOADED_CREDENTIALS to ErrorReason enum (d0478d8)
  • Add field protobuf_pythonic_types_enabled to ExperimentalFeatures message (d0478d8)
  • Add field selective_gapic_generation to CommonLanguageSettings message (d0478d8)
  • Add field time_series_resource_hierarchy_level to MetricDescriptorMetadata message (d0478d8)
  • Add message SelectiveGapicGeneration (d0478d8)

v1.65.0

Features
  • Add field experimental_features to message PythonSettings (#​249) (139490f)

v1.64.0

Features
  • Add FieldInfo.referenced_types for generics (2ba3577)
Bug Fixes
  • Un-deprecate Endpoint.aliases field (2ba3577)
Documentation
  • Fix formatting in http.proto comments (2ba3577)
  • Improve MethodSettings selector examples (2ba3577)
  • Reformat comments in context proto (2ba3577)
  • Update ResourceDescriptor.plural docs with AIP-122 nested collections guidance (2ba3577)
kjd/idna (idna)

v3.10

Compare Source

v3.9

Compare Source

v3.8

Compare Source

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: kjd/idna@v3.7...v3.8

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

v1.26.1

Compare Source

Bug Fixes

v1.26.0

Compare Source

Features
Bug Fixes
  • Construct messages with nested duration in protobuf 5.28+ (#​519) (197ddf8)
  • Fix enums initialization in PyPy (#​507) (b8b68f2)
  • Incorrect return type annotation for Message.to_dict (#​516) (72990f3)
  • Use include rather than exclude to find_namespace_packages in setup.py (#​502) (77e252e)
Documentation
pyasn1/pyasn1 (pyasn1)

v0.6.1

Compare Source

pyasn1/pyasn1-modules (pyasn1-modules)

v0.4.2

Compare Source

  • Updated dependency constraint to be compatible with pyasn1 0.6.1, which
    removed the pyasn1.compat.octets module

v0.4.1

Compare Source

  • Added support for Python 3.13
benjaminp/six (six)

v1.17.0

Compare Source

  • Pull request #​388: Remove URLopener and FancyURLopener classes from
    urllib.request when running on Python 3.14 or greater.

  • Pull request #​365, issue #​283: six.moves.UserDict now points to
    UserDict.IterableUserDict instead of UserDict.UserDict on Python 2.

urllib3/urllib3 (urllib3)

v1.26.20

Compare Source

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

  • Fixed a crash where certain standard library hash functions were absent in
    FIPS-compliant environments.
    (#&#8203;3432 <https://github.com/urllib3/urllib3/issues/3432>__)
  • Replaced deprecated dash-separated setuptools entries in setup.cfg.
    (#&#8203;3461 <https://github.com/urllib3/urllib3/pull/3461>__)
  • Took into account macOS setting ECONNRESET instead of EPROTOTYPE in
    its newer versions.
    (#&#8203;3416 <https://github.com/urllib3/urllib3/pull/3416>__)
  • Backported changes to our tests and CI configuration from v2.x to support
    testing with CPython 3.12 and 3.13.
    (#&#8203;3436 <https://github.com/urllib3/urllib3/pull/3436>__)

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. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested review from a team March 28, 2025 21:02
@trusted-contributions-gcf trusted-contributions-gcf Bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 28, 2025
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 28, 2025
@bshaffer bshaffer merged commit 7b8acf3 into googleapis:main Mar 28, 2025
27 checks passed
@renovate-bot renovate-bot deleted the renovate/python-non-major-dependencies branch March 28, 2025 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants