From 42c09e5eafe4063161fed1083799bc285820cb4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 13:51:23 +0000 Subject: [PATCH] Update faker requirement from ~=40.12.0 to ~=40.13.0 Updates the requirements on [faker](https://github.com/joke2k/faker) to permit the latest version. - [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/v40.12.0...v40.13.0) --- updated-dependencies: - dependency-name: faker dependency-version: 40.13.0 dependency-type: direct:production ... 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 122ffe5..c701698 100644 --- a/requirements.test.txt +++ b/requirements.test.txt @@ -5,4 +5,4 @@ pytest-cov~=7.1.0 pytest-docker~=3.2.5 pytest-xdist~=3.8.0 httpx~=0.28.1 -Faker~=40.12.0 +Faker~=40.13.0