chore(deps): update dependency dill to v0.4.1 #95

Merged
realaravinth merged 1 commit from renovate/dill-0.x into master 2026-06-22 15:51:23 +05:30
Member

This PR contains the following updates:

Package Change Age Confidence
dill ==0.3.9 -> ==0.4.1 age confidence

Release Notes

uqfoundation/dill (dill)

v0.4.1

Compare Source

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

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

Full Changelog: https://github.com/uqfoundation/dill/compare/0.4.0...0.4.1

v0.4.0

Compare Source

0.4.0 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/0.3.9...0.4.0


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 | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [dill](https://github.com/uqfoundation/dill) | `==0.3.9` -> `==0.4.1` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/dill/0.4.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/dill/0.3.9/0.4.1?slim=true) | --- ### Release Notes <details> <summary>uqfoundation/dill (dill)</summary> ### [`v0.4.1`](https://github.com/uqfoundation/dill/releases/tag/0.4.1) [Compare Source](https://github.com/uqfoundation/dill/compare/0.4.0...0.4.1) ### 0.4.1 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.9` 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 - drop formal support for python 3.8 by [@&#8203;mmckerns](https://github.com/mmckerns) in [#&#8203;713](https://github.com/uqfoundation/dill/pull/713) - Bump h11 from 0.14.0 to 0.16.0 in /docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;715](https://github.com/uqfoundation/dill/pull/715) - use get\_file\_type to open \_pyio file types by [@&#8203;mmckerns](https://github.com/mmckerns) in [#&#8203;719](https://github.com/uqfoundation/dill/pull/719) - sync docs with RTD 13.4.0 and codecov token by [@&#8203;mmckerns](https://github.com/mmckerns) in [#&#8203;721](https://github.com/uqfoundation/dill/pull/721) - update rtfd to 3.12 and docs requirements by [@&#8203;mmckerns](https://github.com/mmckerns) in [#&#8203;723](https://github.com/uqfoundation/dill/pull/723) - formal support for 3.14; init support for 3.15 by [@&#8203;mmckerns](https://github.com/mmckerns) in [#&#8203;726](https://github.com/uqfoundation/dill/pull/726) - dict and weakref descriptors are singletons in 3.15 by [@&#8203;mmckerns](https://github.com/mmckerns) in [#&#8203;728](https://github.com/uqfoundation/dill/pull/728) - sync with rtd 15.4.1 by [@&#8203;mmckerns](https://github.com/mmckerns) in [#&#8203;731](https://github.com/uqfoundation/dill/pull/731) - ensure valid class qualname in getsource by [@&#8203;mmckerns](https://github.com/mmckerns) in [#&#8203;733](https://github.com/uqfoundation/dill/pull/733) - avoid numpy segfault for 3.15.0a3 by [@&#8203;mmckerns](https://github.com/mmckerns) in [#&#8203;737](https://github.com/uqfoundation/dill/pull/737) - update copyright for 2026, urllib3 to 2.6.0 by [@&#8203;mmckerns](https://github.com/mmckerns) in [#&#8203;738](https://github.com/uqfoundation/dill/pull/738) - sync with rtfd 15.10.0 by [@&#8203;mmckerns](https://github.com/mmckerns) in [#&#8203;740](https://github.com/uqfoundation/dill/pull/740) - Bump urllib3 from 2.6.0 to 2.6.3 in /docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;739](https://github.com/uqfoundation/dill/pull/739) - fix pypy311 test\_registered, update travis ci by [@&#8203;mmckerns](https://github.com/mmckerns) in [#&#8203;741](https://github.com/uqfoundation/dill/pull/741) - cleanup outdated docs by [@&#8203;mmckerns](https://github.com/mmckerns) in [#&#8203;742](https://github.com/uqfoundation/dill/pull/742) **Full Changelog**: <https://github.com/uqfoundation/dill/compare/0.4.0...0.4.1> ### [`v0.4.0`](https://github.com/uqfoundation/dill/releases/tag/0.4.0) [Compare Source](https://github.com/uqfoundation/dill/compare/0.3.9...0.4.0) ### 0.4.0 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 - update travis badge link by [@&#8203;mmckerns](https://github.com/mmckerns) in [#&#8203;683](https://github.com/uqfoundation/dill/pull/683) - fix buiding documentation with sphinx 8.x by [@&#8203;kloczek](https://github.com/kloczek) in [#&#8203;684](https://github.com/uqfoundation/dill/pull/684) - add initial support for python 3.14 by [@&#8203;mmckerns](https://github.com/mmckerns) in [#&#8203;691](https://github.com/uqfoundation/dill/pull/691) - Bump starlette from 0.37.2 to 0.40.0 in /docs by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;686](https://github.com/uqfoundation/dill/pull/686) - fix typo in requirements.txt by [@&#8203;mmckerns](https://github.com/mmckerns) in [#&#8203;693](https://github.com/uqfoundation/dill/pull/693) - updated copyright for 2025 by [@&#8203;mmckerns](https://github.com/mmckerns) in [#&#8203;696](https://github.com/uqfoundation/dill/pull/696) - Bump jinja2 from 3.1.4 to 3.1.5 in /docs by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;695](https://github.com/uqfoundation/dill/pull/695) - support pypy-3.11 by [@&#8203;mmckerns](https://github.com/mmckerns) in [#&#8203;701](https://github.com/uqfoundation/dill/pull/701) - update docs requirements; CI for pypy3.11 by [@&#8203;mmckerns](https://github.com/mmckerns) in [#&#8203;702](https://github.com/uqfoundation/dill/pull/702) - fix CodeType support for PyPy3.11 7.3.19+ by [@&#8203;mgorny](https://github.com/mgorny) in [#&#8203;707](https://github.com/uqfoundation/dill/pull/707) - move travis build of 3.9 to focal by [@&#8203;mmckerns](https://github.com/mmckerns) in [#&#8203;708](https://github.com/uqfoundation/dill/pull/708) - Bump jinja2 from 3.1.5 to 3.1.6 in /docs by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;705](https://github.com/uqfoundation/dill/pull/705) #### New Contributors - [@&#8203;kloczek](https://github.com/kloczek) made their first contribution in [#&#8203;684](https://github.com/uqfoundation/dill/pull/684) **Full Changelog**: <https://github.com/uqfoundation/dill/compare/0.3.9...0.4.0> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41Mi44IiwidXBkYXRlZEluVmVyIjoiNDIuNTIuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS1ib3QiXX0=-->
chore(deps): update dependency dill to v0.4.1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
c7791f5a75
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ForgeFlux/ftest-common-py!95
No description provided.