From 6a36fd8038f76387da875b1b8e33e8c3e0fb1fd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 15:04:26 +0000 Subject: [PATCH] Bump faker from 19.2.0 to 19.3.1 Bumps [faker](https://github.com/joke2k/faker) from 19.2.0 to 19.3.1. - [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.1) --- 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 dc27ec637..c1bd52ccd 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ -r requirements.txt coverage==7.3.0 -faker==19.2.0 +faker==19.3.1 pytest==7.4.0 pytest-django==4.5.2 pytest-env==1.0.1