From a30dae59c23a769670632616bdf389219caa4459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:53:24 +0000 Subject: [PATCH] Bump faker from 33.1.0 to 33.3.0 Bumps [faker](https://github.com/joke2k/faker) from 33.1.0 to 33.3.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/v33.1.0...v33.3.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 9307babf8..0f4b198c8 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -12,7 +12,7 @@ wheel==0.45.1 pymongo==4.10.1 # for running the dummy entry generators -faker==33.1.0 +faker==33.3.0 # Development packages django-extensions~=3.2