From a7047d28474ae8982e34df6aabf92a9c67cfb098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 06:57:37 +0000 Subject: [PATCH] Bump faker from 18.11.1 to 18.11.2 Bumps [faker](https://github.com/joke2k/faker) from 18.11.1 to 18.11.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.11.1...v18.11.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 c79b8d1ec..d0d24bc7d 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ -r requirements.txt coverage==7.2.7 -faker==18.11.1 +faker==18.11.2 pytest==7.4.0 pytest-django==4.5.2 pytest-env==0.8.2