From 3d0ad94b723b1bdaa62f187a9679472cf92c2d0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:31:04 +0000 Subject: [PATCH] Update faker requirement from <29,>=26.0.0 to >=26.0.0,<31 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/v26.0.0...v30.0.0) --- updated-dependencies: - dependency-name: faker 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 bcf59ded..51f6f91c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ requires-python = ">=3.9,<3.13" dependencies = [ "bc-detect-secrets==1.5.16", - "faker>=26.0.0,<29", + "faker>=26.0.0,<31", "fuzzysearch>=0.7,<0.9", "json-repair>=0.25.2,<0.30", "nltk>=3.9.1,<4",