From f4529a1315e9d18b2deaf98eecbf3904b6c3d344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 21:55:34 +0000 Subject: [PATCH] chore(deps): update joblib requirement from >=1.5.3 to >=1.6.0 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.5.3...1.6.0) --- updated-dependencies: - dependency-name: joblib dependency-version: 1.6.0 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 62307d0..4ea2146 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">= 3.10" license = { text = "Apache-2.0" } dependencies = [ "copier>=6.0", - "joblib>=1.5.3", + "joblib>=1.6.0", "numpy>=2.2.6", "pandas>=2.3.3", "pyyaml",