From 95e27671f143f9ca6f235ee0ff59ceac76785e21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 18:42:46 +0000 Subject: [PATCH] Bump joblib from 0.14.0 to 1.2.0 Bumps [joblib](https://github.com/joblib/joblib) from 0.14.0 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.14.0...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/requirements.txt | 2 +- requirements-docker.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/requirements.txt b/examples/requirements.txt index 222ec1f..9f4179d 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -1,4 +1,4 @@ tensorflow==2.1.0 -joblib==0.14.0 +joblib==1.2.0 numpy >= 1.8.2 dotscience>=0.8.7 diff --git a/requirements-docker.txt b/requirements-docker.txt index f877c73..1fa3cfa 100644 --- a/requirements-docker.txt +++ b/requirements-docker.txt @@ -4,4 +4,4 @@ seaborn==0.9.0 sklearn==0.0 scikit-learn==0.21.3 tensorflow==1.15.0 -joblib==0.14.0 \ No newline at end of file +joblib==1.2.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 3718ff6..5639d15 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ long_description_content_type="text/markdown", url="https://github.com/dotmesh-io/dotscience-python", packages=setuptools.find_packages(), - install_requires=['datadots-api>=0.2.1', 'requests', "joblib==0.14.0"], + install_requires=['datadots-api>=0.2.1', 'requests', "joblib==1.2.0"], tests_require=['pytest', 'hypothesis', 'datadots-api>=0.2.1'], zip_safe=True, classifiers=[