From 4fd14b491a0512170fc9210117e3f755e154e164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 21:56:14 +0000 Subject: [PATCH] chore(deps): update faker requirement from >=30.0 to >=40.32.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/v30.0.0...v40.32.0) --- updated-dependencies: - dependency-name: faker dependency-version: 40.32.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index afd019d..22accc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ pytest-benchmark>=5.0 pytest-asyncio>=1.4 hypothesis>=6.100 freezegun>=1.5 -faker>=30.0 +faker>=40.32.0 httpx2>=0.3 pydantic-settings>=2.0.0