From c52eef8304145e9d0ef75caaaaa56e0ec86a5ba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:29:32 +0000 Subject: [PATCH] Update faker requirement from <20.0,>=4.1 to >=4.1,<24.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/v4.1.0...v23.1.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 761c8d6..98d9603 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ package_dir = =src python_requires = >=3.7, <4 install_requires = - Faker >= 4.1,< 20.0 + Faker >= 4.1,< 24.0 [options.packages.find] where = src