From 572ba8c52721206d8541d2a44a2b87f5dc012e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:21:09 +0000 Subject: [PATCH] build(deps-dev): Bump faker from 19.2.0 to 19.6.0 Bumps [faker](https://github.com/joke2k/faker) from 19.2.0 to 19.6.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/v19.2.0...v19.6.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 e9466a6..8043527 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ black==23.7.0 -Faker==19.2.0 +Faker==19.6.0 pytest==7.4.0 coverage==7.2.5 pytest-django==4.5.2