From f38a3407e83fac9902338dfa963ce3095eaaeac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:33:17 +0000 Subject: [PATCH] :arrow_up: Update faker requirement from ^23.1.0 to ^27.0.0 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/v23.1.0...v27.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 19a13e3..6bcb930 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ rich = "^13.3.4" structlog = "^24.1.0" inflection = "^0.5.1" dynaconf = "^3.1.12" -Faker = "^23.1.0" +Faker = "^27.0.0" boltons = "^24.0.0" pydantic = "^2.7.4"