From 836e4f51eb033f0d4e23f9cc800e65b599ebf8fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 04:03:42 +0000 Subject: [PATCH] build(deps): update faker requirement 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/v13.6.0...v30.0.0) --- updated-dependencies: - dependency-name: faker 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 710164c..69e92bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ types-python-dateutil="^2.8.19.12" types-simplejson="^3.19.0.0" pydantic = ">=1.9.1" SQLAlchemy = { version = ">=1.3.20,<2.0.36", optional = true } -Faker = { version = ">=13.6.0,<29.1.0", optional = true } +Faker = { version = ">=13.6.0,<30.1.0", optional = true } fastapi = { version = ">=0.78.0,<0.95.2", optional = true } psycopg2-binary = "^2.9.5" mkdocs = "^1.4.1"