From 633517474bda86b38e549ce9f8b52233f13693f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 16:14:00 +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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bd7f011..9c6e0ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ alpaca-py>=0.44.0 diskcache>=5.6.3 -joblib>=1.5.3 +joblib>=1.6.0 jupyter>=1.1.1 matplotlib>=3.11.1 mypy>=2.3.1