From 266be50b76ff32b682aa85144dc908b8f3fb5b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 18:27:06 +0000 Subject: [PATCH] Bump joblib from 0.8.3 to 1.2.0 in /release/python/0.5.1/crankshaft Bumps [joblib](https://github.com/joblib/joblib) from 0.8.3 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.8.3...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- release/python/0.5.1/crankshaft/requirements.txt | 2 +- release/python/0.5.1/crankshaft/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release/python/0.5.1/crankshaft/requirements.txt b/release/python/0.5.1/crankshaft/requirements.txt index 3f50cd7..7f3fa05 100644 --- a/release/python/0.5.1/crankshaft/requirements.txt +++ b/release/python/0.5.1/crankshaft/requirements.txt @@ -1,4 +1,4 @@ -joblib==0.8.3 +joblib==1.2.0 numpy==1.6.1 scipy==0.14.0 pysal==1.11.2 diff --git a/release/python/0.5.1/crankshaft/setup.py b/release/python/0.5.1/crankshaft/setup.py index 1af1d4d..4ddc7a8 100644 --- a/release/python/0.5.1/crankshaft/setup.py +++ b/release/python/0.5.1/crankshaft/setup.py @@ -41,7 +41,7 @@ setup( # The choice of component versions is dictated by what's # provisioned in the production servers. # IMPORTANT NOTE: please don't change this line. Instead issue a ticket to systems for evaluation. - install_requires=['joblib==0.8.3', 'numpy==1.6.1', 'scipy==0.14.0', 'pysal==1.11.2', 'scikit-learn==0.14.1'], + install_requires=['joblib==1.2.0', 'numpy==1.6.1', 'scipy==0.14.0', 'pysal==1.11.2', 'scikit-learn==0.14.1'], requires=['pysal', 'numpy', 'sklearn'],