Skip to content

Bump joblib from 1.3.2 to 1.5.3 - #38

Merged
CoderSales merged 1 commit into
mainfrom
dependabot/pip/joblib-1.5.3
Aug 11, 2026
Merged

Bump joblib from 1.3.2 to 1.5.3#38
CoderSales merged 1 commit into
mainfrom
dependabot/pip/joblib-1.5.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps joblib from 1.3.2 to 1.5.3.

Release notes

Sourced from joblib's releases.

1.5.3

No release notes provided.

1.5.2

No release notes provided.

1.5.1

No release notes provided.

1.5.0

No release notes provided.

1.4.2

What's Changed

New Contributors

Full Changelog: joblib/joblib@1.4.0...1.4.2

Joblib 1.4.0

What's Changed

... (truncated)

Changelog

Sourced from joblib's changelog.

Release 1.5.3 - 2025/12/15

  • The Memory object won't overwrite an already existing .gitignore file in its cache directory anymore. joblib/joblib#1742

  • Harden the safety checks in eval_expr(pre_dispatch) to prevent excessive memory allocation and potential crashes by limiting the allowed length of the expression and the maximum numeric value of sub-expressions and not evaluating expressions with non-numeric literals. joblib/joblib#1744

  • Vendor cloudpickle 3.1.2 to fix a pickling problem with interactively defined abstract base classes and type annotations in Python 3.14+.

Release 1.5.2 - 2025/08/27

Memory:


- Ensure that temporary files managed by the ``Memory`` object do not collide
  when using the same cache directory when the cache directory is accessed
  concurrently from different nodes on a cluster with a shared filesystem.
  https://github.com/joblib/joblib/pull/1656

Release 1.5.1 - 2025/05/23

  • Fix backend hints causing errors when no multiprocessing is present
    joblib/joblib#1721

  • Vendor loky3.5.5 fixing the resource_tracker clean up with earlier Python
    versions. joblib/joblib#1724

Release 1.5.0 -- 2025/05/03

Memory:

  • Enforce age_limit is a positive timedelta for Memory.reduce_size, to avoid silently ignoring it. joblib/joblib#1613

  • Remove deprecated bytes_limit argument for Memory, which should

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 3, 2026
Bumps [joblib](https://github.com/joblib/joblib) from 1.3.2 to 1.5.3.
- [Release notes](https://github.com/joblib/joblib/releases)
- [Changelog](https://github.com/joblib/joblib/blob/main/CHANGES.rst)
- [Commits](joblib/joblib@1.3.2...1.5.3)

---
updated-dependencies:
- dependency-name: joblib
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/joblib-1.5.3 branch from a7c9115 to 7b5700a Compare August 11, 2026 13:24
@CoderSales
CoderSales merged commit 35623b0 into main Aug 11, 2026
1 check failed
@dependabot
dependabot Bot deleted the dependabot/pip/joblib-1.5.3 branch August 11, 2026 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant