From 92895e25ec45b9a9b45e3299d1e32d675341705d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 20:18:14 +0000 Subject: [PATCH] Bump faker from 37.8.0 to 37.12.0 Bumps [faker](https://github.com/joke2k/faker) from 37.8.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/v37.8.0...v37.12.0) --- updated-dependencies: - dependency-name: faker dependency-version: 37.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 34fe0fd..a2bc053 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ requires-python = ">=3.9.0" dependencies = [ "attrs==25.3.0", "factory_boy==3.3.3", - "Faker==37.8.0", + "Faker==37.12.0", "requests==2.32.5", "python-dateutil==2.9.0.post0", ] diff --git a/requirements.txt b/requirements.txt index 36362c1..2837539 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ attrs==25.3.0 factory_boy==3.3.3 -Faker==37.8.0 +Faker==37.12.0 requests==2.32.5 python-dateutil==2.9.0.post0