From 58bc86515fcd56cb5da2b09d8b5480511bbb9787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 06:07:12 +0000 Subject: [PATCH] chore(deps/python): bump joblib in /services/python-aml-scorer Bumps [joblib](https://github.com/joblib/joblib) from 1.4.2 to 1.5.3. - [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.4.2...1.5.3) --- updated-dependencies: - dependency-name: joblib dependency-version: 1.5.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- services/python-aml-scorer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/python-aml-scorer/requirements.txt b/services/python-aml-scorer/requirements.txt index f56e0998..ea9df664 100644 --- a/services/python-aml-scorer/requirements.txt +++ b/services/python-aml-scorer/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.139.0 uvicorn[standard]==0.51.0 asyncpg==0.31.0 numpy==2.5.1 -joblib==1.4.2 +joblib==1.5.3 scikit-learn==1.5.2 pydantic==2.13.4 prometheus-client==0.25.0