Skip to content

chore(deps): update all non-major dependencies - #881

Merged
renovate[bot] merged 1 commit into
developfrom
renovate/all-minor-patch
Sep 7, 2026
Merged

chore(deps): update all non-major dependencies#881
renovate[bot] merged 1 commit into
developfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
docker/dockerfile syntax minor 1.261.27 age confidence
ipython project.optional-dependencies patch 9.17.09.17.1 age confidence
joblib project.dependencies minor 1.5.31.6.0 age confidence
numpy (changelog) project.dependencies patch 2.5.22.5.3 age confidence

Release Notes

joblib/joblib (joblib)

v1.6.0

Compare 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 by PYTHONHASHSEED and so
    differed between processes. A worker reading the func_code.py written by
    another one concluded that the function had changed and wiped the whole
    cache directory for it, discarding results computed by its peers.
    func_code.py is also no longer rewritten in place, so a reader can no
    longer 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 the pre_dispatch argument of
    Parallel) to raise a ValueError as documented instead of leaking a
    ZeroDivisionError for expressions that divide or take a modulo by zero.
    #​1810

  • MemorizedResult now forwards mmap_mode to its store backend, so a
    cached 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.cache for functions with a keyword-only argument that has a
    default declared before a keyword-only argument without a default.
    #​1731

  • Fix behavior of filter_args on some precise cases.
    #​1800

  • Fix a concurrency error that could happen with unordered generator.
    #​1789

  • Fix: dump() now accepts any input os.PathLike object to be consistent with
    load.
    #​1812

  • The documentation now uses pydata sphinx theme. Furthermore, optional dependencies
    test and docs have been added to pyproject.toml.
    #​1774

  • Vendor loky 3.6.0
    #​1843

numpy/numpy (numpy)

v2.5.3

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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
renovate Bot merged commit 8798eaf into develop Sep 7, 2026
2 checks passed
@renovate
renovate Bot deleted the renovate/all-minor-patch branch September 7, 2026 05:27
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.

0 participants