From c64b65544b2a9a7cdda055cb49aff32a95d47753 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 00:56:14 +0000 Subject: [PATCH] build(deps): update faker requirement from ~=40.13.0 to ~=40.15.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.13.0...v40.15.0) --- updated-dependencies: - dependency-name: faker dependency-version: 40.15.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 c701698..e70eed1 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.13.0 +Faker~=40.15.0