chore(deps): update dependency dill to v0.3.9 #83
No reviewers
Labels
No labels
renovate-bot
renovate-security
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ForgeFlux/ftest-common-py#83
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/dill-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==0.3.8
->==0.3.9
Release Notes
uqfoundation/dill (dill)
v0.3.9
Compare Source
0.3.9 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 withpip
:$ 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:To cite
dill
:What's Changed
UnpicklingError
import fordill.load_session()
to fix #648 by @lizy14 in https://github.com/uqfoundation/dill/pull/649New Contributors
Full Changelog: https://github.com/uqfoundation/dill/compare/0.3.8...0.3.9
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.