From 7de9ee4d64bf5e423d14262c9d673f535b8e2079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 21:47:41 +0000 Subject: [PATCH] MAINT: Update joblib requirement from <1.4,>=1.0.0 to >=1.0.0,<1.5 Updates the requirements on [joblib](https://github.com/joblib/joblib) to permit the latest version. - [Release notes](https://github.com/joblib/joblib/releases) - [Changelog](https://github.com/joblib/joblib/blob/main/CHANGES.rst) - [Commits](https://github.com/joblib/joblib/compare/1.3.0...1.4.0) --- updated-dependencies: - dependency-name: joblib 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 a988b86823b..d203a1ce545 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ tests = [ "imageio>=2.30.0,<2.35", "ipython>=7.30.0,<8.24", - "joblib>=1.0.0,<1.4", + "joblib>=1.0.0,<1.5", "matplotlib>=3.5.0,<3.9", "mock>=5.1.0,<5.2", "numpy>=1.20.0,<2",