From 76c7f74492c08ec62adff2e241d6d0b4041c6185 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 09:53:08 +0000 Subject: [PATCH] Bump dill from 0.4.0 to 0.4.1 in the python group Bumps the python group with 1 update: [dill](https://github.com/uqfoundation/dill). Updates `dill` from 0.4.0 to 0.4.1 - [Release notes](https://github.com/uqfoundation/dill/releases) - [Commits](https://github.com/uqfoundation/dill/compare/0.4.0...0.4.1) --- updated-dependencies: - dependency-name: dill dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9412eab..a55757e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -420,14 +420,14 @@ dev = ["PyTest", "PyTest-Cov", "bump2version (<1)", "setuptools ; python_version [[package]] name = "dill" -version = "0.4.0" +version = "0.4.1" description = "serialize all of Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "dill-0.4.0-py3-none-any.whl", hash = "sha256:44f54bf6412c2c8464c14e8243eb163690a9800dbe2c367330883b19c7561049"}, - {file = "dill-0.4.0.tar.gz", hash = "sha256:0633f1d2df477324f53a895b02c901fb961bdbf65a17122586ea7019292cbcf0"}, + {file = "dill-0.4.1-py3-none-any.whl", hash = "sha256:1e1ce33e978ae97fcfcff5638477032b801c46c7c65cf717f95fbc2248f79a9d"}, + {file = "dill-0.4.1.tar.gz", hash = "sha256:423092df4182177d4d8ba8290c8a5b640c66ab35ec7da59ccfa00f6fa3eea5fa"}, ] [package.extras] @@ -1450,4 +1450,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.14" -content-hash = "893be3cc315dfbb499a7adb80c41d8fe2752ae06574c2342f0a28d3ed542eb28" +content-hash = "c1d54cd3ecb24e916bffe1d20ea9d7b5996bcfe988e1c68f4f99fdc6df148996" diff --git a/pyproject.toml b/pyproject.toml index f319df5..27cd979 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.14" uvloop = "^0.22.1" -dill = "^0.4.0" +dill = "^0.4.1" raven = "^6.10.0" strictyaml = "^1.7.3" tabulate = "^0.9.0"