From 4111a054d62ecae32a400d1bde7abf374ef1d114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 13:37:50 +0000 Subject: [PATCH] Bump faker from 18.7.0 to 35.0.0 Bumps [faker](https://github.com/joke2k/faker) from 18.7.0 to 35.0.0. - [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/v18.7.0...v35.0.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d4e54d5..572725f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ gitpython==3.1.31 -Faker==18.7.0 +Faker==35.0.0 requests==2.31.0 pyyaml==6.0 tqdm==4.66.5