Skip to content

fix(deps): update dependency dill to ^0.4.0 - #135

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/dill-0.x
Apr 30, 2025
Merged

fix(deps): update dependency dill to ^0.4.0#135
renovate[bot] merged 1 commit into
masterfrom
renovate/dill-0.x

Conversation

@renovate

@renovaterenovateBot commented Apr 30, 2025

Copy link
Copy Markdown

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
dill^0.3.2 -> ^0.4.0ageadoptionpassingconfidence

Release Notes

uqfoundation/dill (dill)

v0.4.0

Compare Source

0.4.0 Release Notes

With dill, you can serialize almost anything in python, even an entire interpreter session. If you encounter any pickling failures, dill also has some good tools to help you discover why your object fails to pickle.

dill installs with pip:
$ pip install dill

dill requires:
- python or pypy, >=3.8

Optional requirements:
- pyreadline, >=1.7.1 (install with $ pip install dill[readline])
- objgraph, >=1.7.2 (install with $ pip install dill[graph])

dill is licensed under 3-clause BSD:

>>> import dill
>>> print (dill.license())

To cite dill:

>>> import dill
>>> print (dill.citation())

What's Changed

New Contributors

Full Changelog: uqfoundation/dill@0.3.9...0.4.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovaterenovateBot added the dependencies Pull requests that update a dependency file label Apr 30, 2025
@renovate
renovateBot enabled auto-merge (squash) April 30, 2025 02:58
@renovate
renovateBot merged commit 4352ce8 into masterApr 30, 2025
@renovate
renovateBot deleted the renovate/dill-0.x branch April 30, 2025 03:09
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants