chore(deps): update all dependencies #13032
Merged
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:
==5.4.0
->==5.5.0
==1.16.0
->==1.17.0
==2.32.0
->==2.34.0
==3.7
->==3.8
==8.2.0
->==8.4.0
==5.3.0
->==6.0.1
==25.2.1
->==25.3.0
==10.3.0
->==10.4.0
==3.19.2
->==3.20.0
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
python3.13t
and the3.13t
ABI) are not currently supported.fn = lib.myfunc
, you get an object of a special type for performancereasons, instead of a
<cdata 'C-function-type'>
. Before version 1.17you 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 objectlib.myfunc
can now be passed in many places where CFFI expectsa regular
<cdata>
object. For example, you can now passit 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()
orffi.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
Bug Fixes
v2.33.0
Compare Source
Features
StaticCredentials
using access tokens (#1559) (dc17dfc)Bug Fixes
Documentation
kjd/idna (idna)
v3.8
Compare Source
What's Changed
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.0Compare Source
What's Changed
windowed_complete
corrected by @m472 in https://github.com/more-itertools/more-itertools/pull/881zip_broadcast
by @Pandede in https://github.com/more-itertools/more-itertools/pull/888strict
tosort_together
by @Pandede in https://github.com/more-itertools/more-itertools/pull/892New 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.
This PR was generated by Mend Renovate. View the repository job log.