From 2afba4b2bc6d84341758cd7da7c5b03dd3502434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 08:20:15 +0000 Subject: [PATCH] chore(deps): bump faker from 37.1.0 to 40.18.0 Bumps [faker](https://github.com/joke2k/faker) from 37.1.0 to 40.18.0. - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/v40.18.0/CHANGELOG.md) - [Commits](https://github.com/joke2k/faker/compare/v37.1.0...v40.18.0) --- updated-dependencies: - dependency-name: faker dependency-version: 40.18.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..afae15f 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.18.0", ] test = [ "pytest>=7.0",