From dc82430d593701bd056a6f226ef3ab5c6ee8a242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 00:18:47 +0000 Subject: [PATCH] chore(deps): bump faker from 37.1.0 to 40.19.1 Bumps [faker](https://github.com/joke2k/faker) from 37.1.0 to 40.19.1. - [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.19.1) --- updated-dependencies: - dependency-name: faker dependency-version: 40.19.1 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..5f98551 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.19.1", ] test = [ "pytest>=7.0",