From 853e73c45b2515203d24bfe9c01b9de84c708427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 08:03:24 +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/master/CHANGELOG.md) - [Commits](https://github.com/joke2k/faker/compare/v37.12.0...v39.0.0) --- updated-dependencies: - dependency-name: faker dependency-version: 39.0.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 f978bd4a..9438f57d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dev = [ "pre-commit>=4.3.0,<5.0.0", "ruff>=0.14.4,<1.0.0", "djhtml>=3.0.10,<4.0.0", - "faker>=37.12.0,<38.0.0", + "faker>=37.12.0,<40.0.0", "rjsmin>=1.2.5,<2.0.0", ] tests = [