From 2902bfc6a34259ada35cd5949c8f63a9a360d5b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 08:52:40 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 40.19.1 to 40.21.0 Bumps [faker](https://github.com/joke2k/faker) from 40.19.1 to 40.21.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.19.1...v40.21.0) --- updated-dependencies: - dependency-name: faker dependency-version: 40.21.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 246a424d..bfd24216 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.19.1", + "faker ==40.21.0", "hypothesis >=6.21.0,<6.152.10", "pytest >=9.0.3,<10.0.0", "pytest-benchmark ==5.2.3",