From 07c2ae6a44048af52dff4d4b822d70b2615d6444 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 11:56:41 +0000 Subject: [PATCH] Update faker requirement from <8.0.0,>=5.6.0 to >=5.6.0,<20.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/v5.6.0...v19.13.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3217d2f6bf..7e7950e43d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ sentry-sdk[flask]==1.31.0 # Testing dependencies factory-boy >=3.2.0, < 4.0.0 -Faker >= 5.6.0, < 8.0.0 +Faker >= 5.6.0, < 20.0.0 nose coverage coveralls