From b45b87299c39defe0fb6db1c64d6a1d6539c6c7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 23:05:33 +0000 Subject: [PATCH] fix:(deps): update dill requirement Updates the requirements on [dill](https://github.com/uqfoundation/dill) to permit the latest version. - [Release notes](https://github.com/uqfoundation/dill/releases) - [Commits](https://github.com/uqfoundation/dill/compare/dill-0.3.5...0.3.9) --- updated-dependencies: - dependency-name: dill dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b590ea91..75bf2e8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "srsly>=2.4.4, <2.5.0", "wandb>=0.17.4,<0.18.2", "psutil>=5.9.1, <7.0.0", - "dill>=0.3.5,<0.3.9", + "dill>=0.3.5,<0.3.10", "SQLAlchemy>=1.4.40,<2.0.36", "pyodbc>=4.0.34, <=5.1.0", "transformers>=4.42.3,<4.45.0",