From 40fc087dbaad6f008a77ebdb31a6c5e54167cb5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 10:57:14 +0000 Subject: [PATCH] Bump faker from 28.1.0 to 28.4.1 Bumps [faker](https://github.com/joke2k/faker) from 28.1.0 to 28.4.1. - [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/v28.1.0...v28.4.1) --- updated-dependencies: - dependency-name: faker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9a7d94cb0..7b02bf961 100644 --- a/requirements.txt +++ b/requirements.txt @@ -69,7 +69,7 @@ django-smoketest==1.2.1 django-markwhat==1.6.2 text-unidecode==1.3 # for faker -Faker==28.1.0 +Faker==28.4.1 factory_boy==3.3.0 django-impersonate==1.9.2 django-registration-redux==2.13