From 2c4d1ee885e26db3a81c97781a346401d116b2aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 14:16:46 +0000 Subject: [PATCH] Bump faker from 14.1.0 to 14.2.0 Bumps [faker](https://github.com/joke2k/faker) from 14.1.0 to 14.2.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/v14.1.0...v14.2.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 dc4ea75f5..876aa8d72 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ -r requirements.txt coverage==6.4.4 -faker==14.1.0 +faker==14.2.0 pytest==7.1.2 pytest-django==4.5.2 pytest-rerunfailures==10.2