From 3a13c6b66445ef154d0e8fd1ca6245673a2ff7b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 19:13:56 +0000 Subject: [PATCH] chore(deps): bump faker from 37.1.0 to 40.36.0 Bumps [faker](https://github.com/joke2k/faker) from 37.1.0 to 40.36.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.1.0...v40.36.0) --- updated-dependencies: - dependency-name: faker dependency-version: 40.36.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a6bda9..467366c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ dev = [ # Pin faker for CI reproducibility — fixture row counts and string # outputs depend on faker's RNG, which can change across minor versions. # Runtime keeps faker>=18.0 so library users aren't constrained. - "faker==37.1.0", + "faker==40.36.0", ] test = [ "pytest>=7.0",