From d69e963bc54c51ecba363973dfb30079e8c3928f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 15:07:40 +0000 Subject: [PATCH] Bump faker from 37.8.0 to 37.11.0 Bumps [faker](https://github.com/joke2k/faker) from 37.8.0 to 37.11.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.11.0) --- updated-dependencies: - dependency-name: faker dependency-version: 37.11.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..6a87227 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.11.0", "requests==2.32.5", "python-dateutil==2.9.0.post0", ] diff --git a/requirements.txt b/requirements.txt index 36362c1..9eedc0d 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.11.0 requests==2.32.5 python-dateutil==2.9.0.post0