From 0d82c27cd4b07c6209f347e28c8893480fb5d982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 06:12:16 +0000 Subject: [PATCH] Bump faker from 24.2.0 to 24.3.0 Bumps [faker](https://github.com/joke2k/faker) from 24.2.0 to 24.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/v24.2.0...v24.3.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 b0b117890..bbc302f2c 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ -r requirements.txt coverage==7.4.3 -faker==24.2.0 +faker==24.3.0 pytest==8.1.1 pytest-django==4.8.0 pytest-env==1.1.3