chore(deps): update dependency dill to v0.3.8 #8

Open
renovate-bot wants to merge 1 commit from renovate/dill-0.x into master
Member

This PR contains the following updates:

Package Update Change
dill patch ==0.3.6 -> ==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

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 becomes conflicted, 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 Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dill](https://github.com/uqfoundation/dill) | patch | `==0.3.6` -> `==0.3.8` | --- ### Release Notes <details> <summary>uqfoundation/dill (dill)</summary> ### [`v0.3.8`](https://github.com/uqfoundation/dill/releases/tag/0.3.8) [Compare Source](https://github.com/uqfoundation/dill/compare/dill-0.3.7...0.3.8) ### 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 - test for qualname in get_typedef_type by [@&#8203;mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/613 - drop formal support for python 3.7 by [@&#8203;mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/614 - define html_theme as rtd workaround by [@&#8203;mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/615 - update install doc in tests by [@&#8203;mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/621 - formal support for 3.12, initial support for 3.13 by [@&#8203;mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/630 - add build to rtfd config by [@&#8203;mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/632 - add guard for math.log in Logger record size calculation by [@&#8203;mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/637 - updated copyright for 2024 by [@&#8203;mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/638 - Bump jinja2 from 3.1.1 to 3.1.3 in /docs by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/uqfoundation/dill/pull/640 - Import submodule properly when there is an attribute of the module with the same name by [@&#8203;kelvinburke](https://github.com/kelvinburke) in https://github.com/uqfoundation/dill/pull/629 - update sphinx to 6.2.1 by [@&#8203;mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/641 - Bump readthedocs-sphinx-search from 0.3.1 to 0.3.2 in /docs by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/uqfoundation/dill/pull/642 - skip BufferedRandomType on pyodide by [@&#8203;mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/644 #### New Contributors - [@&#8203;kelvinburke](https://github.com/kelvinburke) made their first contribution in https://github.com/uqfoundation/dill/pull/629 **Full Changelog**: https://github.com/uqfoundation/dill/compare/dill-0.3.7...0.3.8 ### [`v0.3.7`](https://github.com/uqfoundation/dill/releases/tag/dill-0.3.7) [Compare Source](https://github.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://github.com/charmoniumQ) in https://github.com/uqfoundation/dill/pull/567 - minor changes from PR [#&#8203;554](https://github.com/uqfoundation/dill/issues/554) by [@&#8203;mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/573 - align LICENSE wording with BSD-3-Clause by [@&#8203;mtelka](https://github.com/mtelka) in https://github.com/uqfoundation/dill/pull/574 - Python 3 Metaclasses \[Support ABC and Enums - Part 1] by [@&#8203;anivegesana](https://github.com/anivegesana) in https://github.com/uqfoundation/dill/pull/577 - Abstract Base Classes \[Support ABC and Enums - Part 2] by [@&#8203;anivegesana](https://github.com/anivegesana) in https://github.com/uqfoundation/dill/pull/580 - fix typo by [@&#8203;uniontech-lilinjie](https://github.com/uniontech-lilinjie) in https://github.com/uqfoundation/dill/pull/587 - Bump requests from 2.27.1 to 2.31.0 in /docs by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/uqfoundation/dill/pull/596 - Fixed crashed in \_dill.\_is_builtin_module when a module's **file** is None by [@&#8203;miguelinux314](https://github.com/miguelinux314) in https://github.com/uqfoundation/dill/pull/598 - Bump pygments from 2.11.2 to 2.15.0 in /docs by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/uqfoundation/dill/pull/605 #### New Contributors - [@&#8203;charmoniumQ](https://github.com/charmoniumQ) made their first contribution in https://github.com/uqfoundation/dill/pull/567 - [@&#8203;mtelka](https://github.com/mtelka) made their first contribution in https://github.com/uqfoundation/dill/pull/574 - [@&#8203;uniontech-lilinjie](https://github.com/uniontech-lilinjie) made their first contribution in https://github.com/uqfoundation/dill/pull/587 - [@&#8203;dependabot](https://github.com/dependabot) made their first contribution in https://github.com/uqfoundation/dill/pull/596 - [@&#8203;miguelinux314](https://github.com/miguelinux314) made their first contribution in https://github.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 becomes conflicted, 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
renovate-bot added the
renovate-bot
label 2024-06-04 10:24:08 +05:30
renovate-bot added 1 commit 2024-06-04 10:24:08 +05:30
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/dill-0.x:renovate/dill-0.x
git checkout renovate/dill-0.x

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff renovate/dill-0.x
git checkout master
git merge --ff-only renovate/dill-0.x
git checkout renovate/dill-0.x
git rebase master
git checkout master
git merge --no-ff renovate/dill-0.x
git checkout master
git merge --squash renovate/dill-0.x
git checkout master
git merge --ff-only renovate/dill-0.x
git checkout master
git merge renovate/dill-0.x
git push origin master
Sign in to join this conversation.
No description provided.