From 178a8dc503be0c26360eb5f66bd36e2018070f9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 17:16:13 +0000 Subject: [PATCH] Bump joblib from 1.3.2 to 1.4.2 Bumps [joblib](https://github.com/joblib/joblib) from 1.3.2 to 1.4.2. - [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.2...1.4.2) --- updated-dependencies: - dependency-name: joblib 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 eb54f37a..98b78c3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ future==1.0.0 # via uncertainties idna==3.7 # via requests -joblib==1.3.2 +joblib==1.4.2 # via pymatgen kiwisolver==1.4.5 # via matplotlib