From b542cd9979ddd204faa7e4797a4293522d353b81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 14:08:52 +0000 Subject: [PATCH] Bump faker from 37.8.0 to 40.1.0 Bumps [faker](https://github.com/joke2k/faker) from 37.8.0 to 40.1.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...v40.1.0) --- updated-dependencies: - dependency-name: faker dependency-version: 40.1.0 dependency-type: direct:production update-type: version-update:semver-major ... 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..6738988 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==40.1.0", "requests==2.32.5", "python-dateutil==2.9.0.post0", ] diff --git a/requirements.txt b/requirements.txt index 36362c1..7afcc0c 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==40.1.0 requests==2.32.5 python-dateutil==2.9.0.post0