Update dependency dill to v0.3.7 #70

Merged
renovate[bot] merged 1 commits from renovate/dill-0.x into main 2023-07-26 08:21:15 +02:00
renovate[bot] commented 2023-07-23 03:46:07 +02:00 (Migrated from github.com)

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dill ==0.3.6 -> ==0.3.7 age adoption passing confidence

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 with pip:
$ 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:

>>> 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.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.


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

This PR has been generated by Mend Renovate. View repository job log here.

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dill](https://togithub.com/uqfoundation/dill) | `==0.3.6` -> `==0.3.7` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/dill/0.3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/dill/0.3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/dill/0.3.6/0.3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/dill/0.3.6/0.3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uqfoundation/dill (dill)</summary> ### [`v0.3.7`](https://togithub.com/uqfoundation/dill/releases/tag/dill-0.3.7) [Compare Source](https://togithub.com/uqfoundation/dill/compare/dill-0.3.6...dill-0.3.7) ##### 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 with `pip`: `$ 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: >>> import dill >>> print (dill.license()) To cite `dill`: >>> import dill >>> print (dill.citation()) ##### What's Changed - Fix \_is_builtin_module by [@&#8203;charmoniumQ](https://togithub.com/charmoniumQ) in [https://github.com/uqfoundation/dill/pull/567](https://togithub.com/uqfoundation/dill/pull/567) - minor changes from PR [#&#8203;554](https://togithub.com/uqfoundation/dill/issues/554) by [@&#8203;mmckerns](https://togithub.com/mmckerns) in [https://github.com/uqfoundation/dill/pull/573](https://togithub.com/uqfoundation/dill/pull/573) - align LICENSE wording with BSD-3-Clause by [@&#8203;mtelka](https://togithub.com/mtelka) in [https://github.com/uqfoundation/dill/pull/574](https://togithub.com/uqfoundation/dill/pull/574) - Python 3 Metaclasses \[Support ABC and Enums - Part 1] by [@&#8203;anivegesana](https://togithub.com/anivegesana) in [https://github.com/uqfoundation/dill/pull/577](https://togithub.com/uqfoundation/dill/pull/577) - Abstract Base Classes \[Support ABC and Enums - Part 2] by [@&#8203;anivegesana](https://togithub.com/anivegesana) in [https://github.com/uqfoundation/dill/pull/580](https://togithub.com/uqfoundation/dill/pull/580) - fix typo by [@&#8203;uniontech-lilinjie](https://togithub.com/uniontech-lilinjie) in [https://github.com/uqfoundation/dill/pull/587](https://togithub.com/uqfoundation/dill/pull/587) - Bump requests from 2.27.1 to 2.31.0 in /docs by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/uqfoundation/dill/pull/596](https://togithub.com/uqfoundation/dill/pull/596) - Fixed crashed in \_dill.\_is_builtin_module when a module's **file** is None by [@&#8203;miguelinux314](https://togithub.com/miguelinux314) in [https://github.com/uqfoundation/dill/pull/598](https://togithub.com/uqfoundation/dill/pull/598) - Bump pygments from 2.11.2 to 2.15.0 in /docs by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/uqfoundation/dill/pull/605](https://togithub.com/uqfoundation/dill/pull/605) ##### New Contributors - [@&#8203;charmoniumQ](https://togithub.com/charmoniumQ) made their first contribution in [https://github.com/uqfoundation/dill/pull/567](https://togithub.com/uqfoundation/dill/pull/567) - [@&#8203;mtelka](https://togithub.com/mtelka) made their first contribution in [https://github.com/uqfoundation/dill/pull/574](https://togithub.com/uqfoundation/dill/pull/574) - [@&#8203;uniontech-lilinjie](https://togithub.com/uniontech-lilinjie) made their first contribution in [https://github.com/uqfoundation/dill/pull/587](https://togithub.com/uqfoundation/dill/pull/587) - [@&#8203;dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/uqfoundation/dill/pull/596](https://togithub.com/uqfoundation/dill/pull/596) - [@&#8203;miguelinux314](https://togithub.com/miguelinux314) made their first contribution in [https://github.com/uqfoundation/dill/pull/598](https://togithub.com/uqfoundation/dill/pull/598) **Full Changelog**: https://github.com/uqfoundation/dill/compare/dill-0.3.6...dill-0.3.7 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/luketainton/roboluke-tasks). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
luketainton (Migrated from github.com) reviewed 2023-07-23 03:46:07 +02:00
sonarqubecloud[bot] commented 2023-07-26 08:20:10 +02:00 (Migrated from github.com)

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Kudos, SonarCloud Quality Gate passed!&nbsp; &nbsp; [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality Gate passed')](https://sonarcloud.io/dashboard?id=luketainton_roboluke-tasks&pullRequest=70) [![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png 'Bug')](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=70&resolved=false&types=BUG) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=70&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=70&resolved=false&types=BUG) [![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png 'Vulnerability')](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=70&resolved=false&types=VULNERABILITY) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=70&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=70&resolved=false&types=VULNERABILITY) [![Security Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png 'Security Hotspot')](https://sonarcloud.io/project/security_hotspots?id=luketainton_roboluke-tasks&pullRequest=70&resolved=false&types=SECURITY_HOTSPOT) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/security_hotspots?id=luketainton_roboluke-tasks&pullRequest=70&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=luketainton_roboluke-tasks&pullRequest=70&resolved=false&types=SECURITY_HOTSPOT) [![Code Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png 'Code Smell')](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=70&resolved=false&types=CODE_SMELL) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=70&resolved=false&types=CODE_SMELL) [0 Code Smells](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=70&resolved=false&types=CODE_SMELL) [![No Coverage information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png 'No Coverage information')](https://sonarcloud.io/component_measures?id=luketainton_roboluke-tasks&pullRequest=70&metric=coverage&view=list) No Coverage information [![No Duplication information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/NoDuplicationInfo-16px.png 'No Duplication information')](https://sonarcloud.io/component_measures?id=luketainton_roboluke-tasks&pullRequest=70&metric=duplicated_lines_density&view=list) No Duplication information
Sign in to join this conversation.
No description provided.