From 8b3b44f1ecf1c5dd0ba776ef9f119a7fb0d3b144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 19:06:57 +0000 Subject: [PATCH] deps(deps): bump the ai-ml group across 1 directory with 4 updates Bumps the ai-ml group with 4 updates in the / directory: [faker](https://github.com/joke2k/faker), [factory-boy](https://github.com/FactoryBoy/factory_boy), [scikit-learn](https://github.com/scikit-learn/scikit-learn) and [scipy](https://github.com/scipy/scipy). Updates `faker` from 20.1.0 to 40.19.1 - [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/v20.1.0...v40.19.1) Updates `factory-boy` from 3.3.0 to 3.3.3 - [Changelog](https://github.com/FactoryBoy/factory_boy/blob/master/docs/changelog.rst) - [Commits](https://github.com/FactoryBoy/factory_boy/compare/3.3.0...3.3.3) Updates `scikit-learn` from 1.5.2 to 1.8.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.5.2...1.8.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: factory-boy dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ai-ml - dependency-name: faker dependency-version: 40.18.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ai-ml - dependency-name: scikit-learn dependency-version: 1.8.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] --- config/requirements.txt | 8 ++++---- requirements/ai.txt | 4 ++-- requirements/base.txt | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/requirements.txt b/config/requirements.txt index 2e5bbe8..e952957 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -28,8 +28,8 @@ locust==2.43.4 # [稳定层] 备用 Python 压测 # JMeter 5.6.3 [外部],需独立装 Java + JMeter(见部署说明) # ===== [稳定层] 测试数据工厂 ===== -faker==20.1.0 # [稳定层] -factory-boy==3.3.0 # [稳定层] +faker==40.19.1 # [稳定层] +factory-boy==3.3.3 # [稳定层] # ===== [稳定层] 数据库 ===== psycopg2-binary==2.9.12 # [稳定层] PostgreSQL(按实际数据库选其一) @@ -99,8 +99,8 @@ kafka-python==2.0.2 # [可选] Kafka pika==1.3.2 # [可选] RabbitMQ # ===== [可选] AI/ML(14-AI模型测试)===== -scikit-learn==1.5.2 # [可选] 模型评估(修 GHSA data leakage) -scipy==1.13.1 # [可选] 漂移检测(KS)—— 1.11.4→1.13.1 Py 3.12 官方支持 + 与 scikit-image 0.24 / sklearn 1.5 numpy 兼容 +scikit-learn==1.8.0 # [可选] 模型评估(修 GHSA data leakage) +scipy==1.17.1 # [可选] 漂移检测(KS)—— 1.11.4→1.13.1 Py 3.12 官方支持 + 与 scikit-image 0.24 / sklearn 1.5 numpy 兼容 # alibi-detect==0.12.0 # [可选] 漂移高级检测 # deepeval==0.20.50 # [可选] LLM 评估 diff --git a/requirements/ai.txt b/requirements/ai.txt index 309feb5..f4b6984 100644 --- a/requirements/ai.txt +++ b/requirements/ai.txt @@ -3,8 +3,8 @@ -r base.txt numpy==1.26.4 -scikit-learn==1.5.2 -scipy==1.13.1 +scikit-learn==1.8.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 8992cef..0e4122e 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -19,8 +19,8 @@ playwright==1.59.0 requests==2.33.0 # 测试数据工厂 -faker==20.1.0 -factory-boy==3.3.0 +faker==40.19.1 +factory-boy==3.3.3 # 数据库 psycopg2-binary==2.9.12