From 52733d4b8bc80bc5b4b8c056b8ac635624519a21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 03:51:04 +0000 Subject: [PATCH] chore(deps): update faker requirement from >=33.0 to >=40.19.1 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/v33.0.0...v40.19.1) --- updated-dependencies: - dependency-name: faker dependency-version: 40.19.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec6191d..76536a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" requires-python = ">=3.13" dependencies = [ "email-validator>=2.0.0", - "faker>=33.0", + "faker>=40.19.1", "flask>=3.1", "flask-limiter>=3.8.0", "gunicorn>=25.3.0",