From 0855d89be16ded2a7aebb8894398ea168b7b882b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 11:24:57 +0000 Subject: [PATCH] Update faker requirement from <26.0.0,>=5.6.0 to >=5.6.0,<34.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...v33.1.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 bb189e252..042e793f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ pyicu==2.14 # Testing dependencies factory-boy >=3.2.0, < 4.0.0 -Faker >= 5.6.0, < 26.0.0 +Faker >= 5.6.0, < 34.0.0 pytest==8.3.3 pytest-cov==5.0.0 time-machine==2.14.1