From 03231521c18ce2e481de2a8f1f8e3f69c067f1f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 03:04:06 +0000 Subject: [PATCH] Bump dill from 0.4.0 to 0.4.1 Bumps [dill](https://github.com/uqfoundation/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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index e712589..8b46166 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -12,7 +12,7 @@ charset-normalizer==3.4.4 # via requests coverage[toml]==7.13.1 # via pytest-cov -dill==0.4.0 +dill==0.4.1 # via pylint idna==3.11 # via requests