From bf4d6f7271e5ded5b0460844b981ff2d08bd09d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:13:23 +0000 Subject: [PATCH] Update joblib requirement from ~=1.3.1 to >=1.3.1,<1.5.0 Updates the requirements on [joblib](https://github.com/joblib/joblib) to permit the latest version. - [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.1...1.4.2) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d99cd8f..3053f9b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,7 @@ install_requires = backoff~=2.2.1 boto3~=1.25 boto3-stubs[apigateway,cognito,essential]~=1.25 - joblib~=1.3.1 + joblib>=1.3.1,<1.5.0 more-itertools>=9.0.0 requests>=2.23 types-requests>=2.23