From 58dc9c2730d6e54f191bd0ae9fc7284e5fa558b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 09:02:48 +0000 Subject: [PATCH] chore(deps): bump faker from 37.1.0 to 37.4.2 Bumps [faker](https://github.com/joke2k/faker) from 37.1.0 to 37.4.2. - [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...v37.4.2) --- updated-dependencies: - dependency-name: faker dependency-version: 37.4.2 dependency-type: direct:production 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 e88532f9..dfc6936a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ hooks = [ ] # Note that the `custom_exit_code` and `env` plugins may currently be unmaintained. test = [ - "faker ==37.1.0", + "faker ==37.4.2", "hypothesis >=6.21.0,<6.130.9", "pytest >=7.2.0,<9.0.0", "pytest-cases ==3.8.6",