From c1f461f4e98604593aa0a6e261ea7ecc7900c4ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 23:08:34 +0000 Subject: [PATCH] Bump faker from 23.2.1 to 24.0.0 Bumps [faker](https://github.com/joke2k/faker) from 23.2.1 to 24.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/v23.2.1...v24.0.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-major ... 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 a94b6b5fa..254801f5b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -12,7 +12,7 @@ wheel==0.42.0 pymongo==4.6.1 # for running the dummy entry generators -faker==23.2.1 +faker==24.0.0 # Development packages coverage==7.4.1