fix(deps): update dependency dill to v0.4.0 (#327)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dill](https://github.com/uqfoundation/dill) | project.dependencies | minor | `==0.3.9` -> `==0.4.0` | --- ### Release Notes <details> <summary>uqfoundation/dill (dill)</summary> ### [`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 [@​mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/683 - fix buiding documentation with sphinx 8.x by [@​kloczek](https://github.com/kloczek) in https://github.com/uqfoundation/dill/pull/684 - add initial support for python 3.14 by [@​mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/691 - Bump starlette from 0.37.2 to 0.40.0 in /docs by [@​dependabot](https://github.com/dependabot) in https://github.com/uqfoundation/dill/pull/686 - fix typo in requirements.txt by [@​mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/693 - updated copyright for 2025 by [@​mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/696 - Bump jinja2 from 3.1.4 to 3.1.5 in /docs by [@​dependabot](https://github.com/dependabot) in https://github.com/uqfoundation/dill/pull/695 - support pypy-3.11 by [@​mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/701 - update docs requirements; CI for pypy3.11 by [@​mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/702 - fix CodeType support for PyPy3.11 7.3.19+ by [@​mgorny](https://github.com/mgorny) in https://github.com/uqfoundation/dill/pull/707 - move travis build of 3.9 to focal by [@​mmckerns](https://github.com/mmckerns) in https://github.com/uqfoundation/dill/pull/708 - Bump jinja2 from 3.1.5 to 3.1.6 in /docs by [@​dependabot](https://github.com/dependabot) in https://github.com/uqfoundation/dill/pull/705 #### New Contributors - [@​kloczek](https://github.com/kloczek) made their first contribution in 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 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDUuMiIsInVwZGF0ZWRJblZlciI6IjM5LjI0NS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==--> Reviewed-on: #327 Reviewed-by: Luke Tainton <luke@tainton.uk> Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk> Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk>
This commit is contained in:
parent
9b16a4a96d
commit
6b6290b6a8
@ -13,7 +13,7 @@ dependencies = [
|
||||
"certifi==2025.1.31",
|
||||
"charset-normalizer==3.4.1",
|
||||
"click==8.1.8",
|
||||
"dill==0.3.9",
|
||||
"dill==0.4.0",
|
||||
"exceptiongroup==1.2.2",
|
||||
"idna==3.10",
|
||||
"iniconfig==2.1.0",
|
||||
|
8
uv.lock
generated
8
uv.lock
generated
@ -182,11 +182,11 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "dill"
|
||||
version = "0.3.9"
|
||||
version = "0.4.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/70/43/86fe3f9e130c4137b0f1b50784dd70a5087b911fe07fa81e53e0c4c47fea/dill-0.3.9.tar.gz", hash = "sha256:81aa267dddf68cbfe8029c42ca9ec6a4ab3b22371d1c450abc54422577b4512c", size = 187000 }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/12/80/630b4b88364e9a8c8c5797f4602d0f76ef820909ee32f0bacb9f90654042/dill-0.4.0.tar.gz", hash = "sha256:0633f1d2df477324f53a895b02c901fb961bdbf65a17122586ea7019292cbcf0", size = 186976 }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/46/d1/e73b6ad76f0b1fb7f23c35c6d95dbc506a9c8804f43dda8cb5b0fa6331fd/dill-0.3.9-py3-none-any.whl", hash = "sha256:468dff3b89520b474c0397703366b7b95eebe6303f108adf9b19da1f702be87a", size = 119418 },
|
||||
{ url = "https://files.pythonhosted.org/packages/50/3d/9373ad9c56321fdab5b41197068e1d8c25883b3fea29dd361f9b55116869/dill-0.4.0-py3-none-any.whl", hash = "sha256:44f54bf6412c2c8464c14e8243eb163690a9800dbe2c367330883b19c7561049", size = 119668 },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -265,7 +265,7 @@ requires-dist = [
|
||||
{ name = "certifi", specifier = "==2025.1.31" },
|
||||
{ name = "charset-normalizer", specifier = "==3.4.1" },
|
||||
{ name = "click", specifier = "==8.1.8" },
|
||||
{ name = "dill", specifier = "==0.3.9" },
|
||||
{ name = "dill", specifier = "==0.4.0" },
|
||||
{ name = "exceptiongroup", specifier = "==1.2.2" },
|
||||
{ name = "idna", specifier = "==3.10" },
|
||||
{ name = "iniconfig", specifier = "==2.1.0" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user