From 9b839b4e32991f4392667e82dca007f614a2b948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 14:15:59 +0000 Subject: [PATCH] [UPDATE] 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.15.0...v40.18.0) --- updated-dependencies: - dependency-name: faker dependency-version: 40.18.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d7d8615..2bfb9952 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dev = [ "pre-commit>=4.6.0,<5.0.0", "ruff>=0.15.12,<1.0.0", "djhtml>=3.0.11,<4.0.0", - "faker>=40.15.0,<41.0.0", + "faker>=40.18.0,<41.0.0", "rjsmin>=1.2.5,<2.0.0", ] tests = [