From 63e48290a0810625e1681073def1370253bd82c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 10:07:36 +0000 Subject: [PATCH] Bump faker from 13.3.1 to 13.3.2 Bumps [faker](https://github.com/joke2k/faker) from 13.3.1 to 13.3.2. - [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/v13.3.1...v13.3.2) --- updated-dependencies: - dependency-name: faker dependency-type: direct:production update-type: version-update:semver-patch ... 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 774a2ec15..3b80e912d 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ -r requirements.txt coverage==6.3.2 -faker==13.3.1 +faker==13.3.2 pytest==7.1.1 pytest-django==4.5.2 pytest-rerunfailures==10.2