From 64672100f35244f218feee2327391ee218074f08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 06:59:12 +0000 Subject: [PATCH] deps(deps-dev): bump faker from 20.1.0 to 37.12.0 in /ai-agent Bumps [faker](https://github.com/joke2k/faker) from 20.1.0 to 37.12.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/v20.1.0...v37.12.0) --- updated-dependencies: - dependency-name: faker dependency-version: 37.12.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ai-agent/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-agent/requirements-dev.txt b/ai-agent/requirements-dev.txt index 22831e7..cc6c1d2 100644 --- a/ai-agent/requirements-dev.txt +++ b/ai-agent/requirements-dev.txt @@ -11,7 +11,7 @@ python-dotenv==1.0.0 # Testing utilities httpx==0.25.2 -faker==20.1.0 +faker==37.12.0 # Code quality black==23.11.0