Skip to content

chore(deps): update dependency dill to v0.3.8 signed-off-by: bot, renovate <hopprexternalrenovate.dl-eo@groups.lmco.com> - autoclosed

lmco-renovate-bot requested to merge renovate/dill-0.x-lockfile into dev

This MR contains the following updates:

Package Type Update Change
dill dev patch 0.3.7 -> 0.3.8

Release Notes

uqfoundation/dill (dill)

v0.3.8

Compare Source

0.3.8 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: https://github.com/uqfoundation/dill/compare/dill-0.3.7...0.3.8


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

Edited by lmco-renovate-bot

Merge request reports