From 3365fdfab56529b98441310646fd55103dfe6c9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 09:31:57 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 40.13.0 to 40.15.0 Bumps [faker](https://github.com/joke2k/faker) from 40.13.0 to 40.15.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.13.0...v40.15.0) --- updated-dependencies: - dependency-name: faker dependency-version: 40.15.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 b40b09f4..d7b14e68 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 ==40.13.0", + "faker ==40.15.0", "hypothesis >=6.21.0,<6.151.12", "pytest >=9.0.3,<10.0.0", "pytest-benchmark ==5.2.3",