From 37c69c836a83767f64e03b72a88946e1c9583b53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 08:01:52 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 38.2.0 to 39.0.0 Bumps [faker](https://github.com/joke2k/faker) from 38.2.0 to 39.0.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/v38.2.0...v39.0.0) --- updated-dependencies: - dependency-name: faker dependency-version: 39.0.0 dependency-type: direct:development 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 52c357f5..3989b79f 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 = [ "coverage ==7.6.12; python_version<'3.14'", # https://github.com/pypi/warehouse/pull/17872#issuecomment-2845932281 - "faker ==38.2.0", + "faker ==39.0.0", "hypothesis >=6.21.0,<6.148.6", "pytest >=7.2.0,<9.0.0", "pytest-benchmark ==5.2.0",