From 55b34046bba88e1a6122259428a59ba81b636ae3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 02:45:35 +0000 Subject: [PATCH] fix: bump joblib from 1.4.2 to 1.5.3 Bumps [joblib](https://github.com/joblib/joblib) from 1.4.2 to 1.5.3. - [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.4.2...1.5.3) --- updated-dependencies: - dependency-name: joblib dependency-version: 1.5.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 209749c..2af96c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -165,7 +165,7 @@ PyYAML==6.0.1 # LOGGING / UTILITIES # ========================================================== tqdm==4.68.3 -joblib==1.4.2 +joblib==1.5.3 rich==13.7.1 loguru==0.7.3