From 63c36fc1bbe50f7ea2ef224cd19f99abed1f6269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 09:18:26 +0000 Subject: [PATCH] Bump faker from 9.8.3 to 11.3.0 Bumps [faker](https://github.com/joke2k/faker) from 9.8.3 to 11.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/v9.8.3...v11.3.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:production update-type: version-update:semver-major ... 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 4580eba5b..9b7ef9b2a 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ -r requirements.txt coverage==6.2 -faker==9.8.3 +faker==11.3.0 pytest==6.2.5 pytest-django==4.5.2 pytest-rerunfailures==10.2