From 6657cdcfbbb2e1e982e2c947b64e6135b14e4e00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 18:33:08 +0000 Subject: [PATCH] Bump joblib from 0.13.2 to 1.2.0 in /test-driven-development Bumps [joblib](https://github.com/joblib/joblib) from 0.13.2 to 1.2.0. - [Release notes](https://github.com/joblib/joblib/releases) - [Changelog](https://github.com/joblib/joblib/blob/master/CHANGES.rst) - [Commits](https://github.com/joblib/joblib/compare/0.13.2...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-driven-development/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-driven-development/requirements.txt b/test-driven-development/requirements.txt index 3f1e5f8..6aa8667 100644 --- a/test-driven-development/requirements.txt +++ b/test-driven-development/requirements.txt @@ -3,7 +3,7 @@ attrs==19.1.0 coverage==4.5.3 hypothesis==4.27.0 importlib-metadata==0.18 -joblib==0.13.2 +joblib==1.2.0 more-itertools==7.1.0 numpy==1.16.4 packaging==19.0