From 44d2d499e8c143271af1828929bb1dae4b3bd87d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 03:49:31 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 40.19.1 to 40.23.0 Bumps [faker](https://github.com/joke2k/faker) from 40.19.1 to 40.23.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.23.0) --- updated-dependencies: - dependency-name: faker dependency-version: 40.23.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 06fb46bb..212380ef 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.23.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",