chore(deps): update all non-major dependencies - #881
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
1.26→1.279.17.0→9.17.11.5.3→1.6.02.5.2→2.5.3Release Notes
joblib/joblib (joblib)
v1.6.0Compare Source
Fix caching of functions whose source cannot be retrieved, such as functions
defined in a notebook cell. Their identity fell back to
str(hash(func.__code__)), which is salted byPYTHONHASHSEEDand sodiffered between processes. A worker reading the
func_code.pywritten byanother one concluded that the function had changed and wiped the whole
cache directory for it, discarding results computed by its peers.
func_code.pyis also no longer rewritten in place, so a reader can nolonger catch it half-written and draw the same conclusion.
#1694
Drop python 3.9 support. The oldest supported Python version
is now Python 3.10.
#1773
Fix
eval_expr(used to evaluate thepre_dispatchargument ofParallel) to raise aValueErroras documented instead of leaking aZeroDivisionErrorfor expressions that divide or take a modulo by zero.#1810
MemorizedResultnow forwardsmmap_modeto its store backend, so acached array reconstructed from a location is memory-mapped as requested
instead of being loaded fully into memory.
#1799
Unvendor cloudpickle to more quickly benefit from maintenance releases
of cloudpickle
#1775
Fix
Memory.cachefor functions with a keyword-only argument that has adefault declared before a keyword-only argument without a default.
#1731
Fix behavior of
filter_argson some precise cases.#1800
Fix a concurrency error that could happen with unordered generator.
#1789
Fix:
dump()now accepts any inputos.PathLikeobject to be consistent withload.#1812
The documentation now uses pydata sphinx theme. Furthermore, optional dependencies
testanddocshave been added topyproject.toml.#1774
Vendor
loky 3.6.0#1843
numpy/numpy (numpy)
v2.5.3Compare Source
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.