Update dependency dill to v0.3.7 #70
No reviewers
Labels
No Label
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
security
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: public/roboluke-tasks#70
Loading…
Reference in New Issue
Block a user
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.6
->==0.3.7
Release Notes
uqfoundation/dill (dill)
v0.3.7
Compare Source
dill 0.3.7 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.7
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
New Contributors
Full Changelog: https://github.com/uqfoundation/dill/compare/dill-0.3.6...dill-0.3.7
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 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.
This PR has been generated by Mend Renovate. View repository job log here.
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
No Duplication information