From 0c98e1f7397fd5f25f64052c98e1647f6acdc390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 07:08:17 +0000 Subject: [PATCH] chore(deps): update faker requirement Updates the requirements on [faker](https://github.com/joke2k/faker) to permit the latest version. - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/v40.18.0/CHANGELOG.md) - [Commits](https://github.com/joke2k/faker/compare/v40.13.0...v40.18.0) --- updated-dependencies: - dependency-name: faker dependency-version: 40.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35db4a0..71e4472 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" dynamic = ["version"] dependencies = [ # "frappe~=15.0.0" # Installed and managed by bench. - "Faker>=40.13,<40.16", + "Faker>=40.13,<40.19", "dnspython==2.8.0", "email-validator==2.3.0", ]