From b734f7c4af6db79519c8d1f00663ed00ff3e584f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 01:09:58 +0000 Subject: [PATCH] deps(deps): bump the ai-ml group with 3 updates Bumps the ai-ml group with 3 updates: [faker](https://github.com/joke2k/faker), [scikit-learn](https://github.com/scikit-learn/scikit-learn) and [scipy](https://github.com/scipy/scipy). Updates `faker` from 37.12.0 to 40.23.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](https://github.com/joke2k/faker/compare/v37.12.0...v40.23.0) Updates `scikit-learn` from 1.6.1 to 1.9.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.6.1...1.9.0) Updates `scipy` from 1.13.1 to 1.17.1 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.13.1...v1.17.1) --- updated-dependencies: - dependency-name: faker dependency-version: 40.23.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ai-ml - dependency-name: scikit-learn dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ai-ml - dependency-name: scipy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ai-ml ... Signed-off-by: dependabot[bot] --- requirements/ai.txt | 4 ++-- requirements/base.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/ai.txt b/requirements/ai.txt index 0d273615..b1e53444 100644 --- a/requirements/ai.txt +++ b/requirements/ai.txt @@ -3,8 +3,8 @@ -r base.txt numpy==1.26.4 -scikit-learn==1.6.1 -scipy==1.13.1 +scikit-learn==1.9.0 +scipy==1.17.1 # alibi-detect==0.12.0 # 漂移高级检测 # deepeval==0.20.50 # LLM 评估 # foolbox==3.3.4 # CV 对抗 diff --git a/requirements/base.txt b/requirements/base.txt index 485bcf85..e769d252 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -19,7 +19,7 @@ playwright==1.60.0 requests==2.33.0 # 测试数据工厂 -faker==37.12.0 +faker==40.23.0 factory-boy==3.3.3 # 数据库