From f8b3a6944e10d065312533c3f47626549bdb5be8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 15:04:30 +0000 Subject: [PATCH] build(deps-dev): Bump faker from 19.10.0 to 20.0.3 Bumps [faker](https://github.com/joke2k/faker) from 19.10.0 to 20.0.3. - [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.0.3) --- 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..8d88280 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ black==23.9.1 -Faker==19.10.0 +Faker==20.0.3 pytest==7.4.0 coverage==7.3.1 pytest-django==4.5.2