From b3d49eb4b429f5935c4aea6b27ee96c582c90bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 08:52:42 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 40.28.1 to 40.31.0 Bumps [faker](https://github.com/joke2k/faker) from 40.28.1 to 40.31.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/v40.28.1...v40.31.0) --- updated-dependencies: - dependency-name: faker dependency-version: 40.31.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bcaea5c1..e62d2170 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ hooks = [ ] # Note that the `custom_exit_code` and `env` plugins may currently be unmaintained. test = [ - "faker ==40.28.1", + "faker ==40.31.0", "hypothesis >=6.21.0,<6.152.10", "pytest >=9.0.3,<9.1.0", # Pin until fixed: https://github.com/smarie/python-pytest-cases/issues/385 "pytest-benchmark ==5.2.3",