From b07efb1e35ea0ba6c1488c891e310c790122b11b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:47:55 +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 054faa02..cb72691e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -27,7 +27,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'