From 7fe1e0928d8c81f0c34af6af8191d8fd61c31845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 20:21:03 +0000 Subject: [PATCH] Bump joblib from 0.16.0 to 1.2.0 in /capstone/src/main/python Bumps [joblib](https://github.com/joblib/joblib) from 0.16.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.16.0...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- capstone/src/main/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capstone/src/main/python/requirements.txt b/capstone/src/main/python/requirements.txt index 11e9bcc..83cb3ec 100644 --- a/capstone/src/main/python/requirements.txt +++ b/capstone/src/main/python/requirements.txt @@ -32,7 +32,7 @@ isort==4.3.21 itsdangerous==1.1.0 jedi==0.17.2 Jinja2==2.11.2 -joblib==0.16.0 +joblib==1.2.0 lazy-object-proxy==1.4.3 Markdown==3.2.2 MarkupSafe==1.1.1