From 68938a79ebc7ffdd0f4b33cc24ee19e05d436368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 06:04:56 +0000 Subject: [PATCH] Bump faker from 27.4.0 to 28.4.1 Bumps [faker](https://github.com/joke2k/faker) from 27.4.0 to 28.4.1. - [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/v27.4.0...v28.4.1) --- 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 7aaecce1..743d2fe9 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ -r requirements.txt coverage==7.6.1 -faker==27.4.0 +faker==28.4.1 pytest==8.3.2 pytest-django==4.8.0 pytest-env==1.1.3