From 05051461a2b8ab9c7c6b0652abdcdf7b788cbf2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 06:34:39 +0000 Subject: [PATCH] Bump faker from 19.2.0 to 19.3.0 Bumps [faker](https://github.com/joke2k/faker) from 19.2.0 to 19.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/v19.2.0...v19.3.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index a9f174188..da6d677d5 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ -r requirements.txt coverage==7.2.7 -faker==19.2.0 +faker==19.3.0 pytest==7.4.0 pytest-django==4.5.2 pytest-env==0.8.2