Skip to content

Conversation

@renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cachetools ==5.4.0 -> ==5.5.0 age adoption passing confidence
cffi (source, changelog) ==1.16.0 -> ==1.17.0 age adoption passing confidence
google-auth ==2.32.0 -> ==2.34.0 age adoption passing confidence
idna (changelog) ==3.7 -> ==3.8 age adoption passing confidence
importlib-metadata ==8.2.0 -> ==8.4.0 age adoption passing confidence
jaraco-context ==5.3.0 -> ==6.0.1 age adoption passing confidence
keyring ==25.2.1 -> ==25.3.0 age adoption passing confidence
more-itertools ==10.3.0 -> ==10.4.0 age adoption passing confidence
zipp ==3.19.2 -> ==3.20.0 age adoption passing confidence

Release Notes

tkem/cachetools (cachetools)

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.

python-cffi/cffi (cffi)

v1.17.0

Compare Source

  • Add support for Python 3.13.
    • Free-threaded CPython builds (i.e. python3.13t and the 3.13t ABI) are not currently supported.
  • In API mode, when you get a function from a C library by writing
    fn = lib.myfunc, you get an object of a special type for performance
    reasons, instead of a <cdata 'C-function-type'>. Before version 1.17
    you could only call such objects. You could write
    ffi.addressof(lib, "myfunc") in order to get a real <cdata> object,
    based on the idea that in these cases in C you'd usually write &myfunc
    instead of myfunc. In version 1.17, the special object
    lib.myfunc can now be passed in many places where CFFI expects
    a regular <cdata> object. For example, you can now pass
    it as a callback to a C function call, or write it inside a C
    structure field of the correct pointer-to-function type, or use
    ffi.cast() or ffi.typeof() on it.

Full Changelog: python-cffi/cffi@v1.16.0...v1.17.0

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

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
kjd/idna (idna)

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

python/importlib_metadata (importlib-metadata)

v8.4.0

Compare Source

v8.3.0

Compare Source

jaraco/jaraco.context (jaraco-context)

v6.0.1

Compare Source

v6.0.0

Compare Source

jaraco/keyring (keyring)

v25.3.0

Compare Source

more-itertools/more-itertools (more-itertools)

v10.4.0: Version 10.4.0

Compare Source

What's Changed
New Contributors

Full Changelog: more-itertools/more-itertools@v10.3.0...v10.4.0

jaraco/zipp (zipp)

v3.20.0

Compare Source

v3.19.3

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team as a code owner August 26, 2024 00:46
@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 26, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 26, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 26, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 26, 2024
@parthea parthea enabled auto-merge (squash) August 26, 2024 14:08
@parthea parthea merged commit 957778b into googleapis:main Aug 26, 2024
parthea added a commit that referenced this pull request Sep 4, 2024
parthea added a commit that referenced this pull request Sep 4, 2024
parthea added a commit that referenced this pull request Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kokoro:force-run Add this label to force Kokoro to re-run the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants