From 9d0b0ec41b02a17a2ead0500736b3f5d8a7938e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 14:54:53 +0000 Subject: [PATCH] build(deps-dev): Bump faker from 19.10.0 to 20.1.0 Bumps [faker](https://github.com/joke2k/faker) from 19.10.0 to 20.1.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.10.0...v20.1.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 3adc1a4..5db6bbd 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ black==23.9.1 -Faker==19.10.0 +Faker==20.1.0 pytest==7.4.0 coverage==7.3.1 pytest-django==4.5.2