From 51a728e3ab03c980a42e8932a589479a42f702b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 06:59:30 +0000 Subject: [PATCH] Bump faker from 18.3.1 to 18.3.2 Bumps [faker](https://github.com/joke2k/faker) from 18.3.1 to 18.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/v18.3.1...v18.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 04cbb3016..3ee353b15 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ -r requirements.txt coverage==6.5.0 -faker==18.3.1 +faker==18.3.2 pytest==7.2.2 pytest-django==4.5.2 pytest-env==0.8.1