From 2c64c18a547fa10364411d50f2032233b83912b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 18:54:57 +0000 Subject: [PATCH] chore(deps-dev): 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] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b150d558..5e25743a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -28,7 +28,7 @@ coverage[toml]==7.10.6 ; python_version >= '3.7' cryptography==46.0.7 ; python_version >= '3.7' -dill==0.4.0 ; python_version < '3.11' +dill==0.4.1 ; python_version < '3.11' exceptiongroup==1.3.0 ; python_version < '3.11'