From f66f81e9c4bda0dced8cd898a9c2e4d0a3a27815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 03:27:32 +0000 Subject: [PATCH] chore(deps): update faker requirement from >=33.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/v33.0.0...v40.13.0) --- updated-dependencies: - dependency-name: faker dependency-version: 40.13.0 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..ffef30d 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.13.0", "flask>=3.1", "flask-limiter>=3.8.0", "gunicorn>=25.3.0",