From 6316fb51e30b23b5c77a27c756dac2c4f41093bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 03:46:08 +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...v19.1.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 17f12eb..1837982 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.19", optional = true } -Faker = { version = ">=13.6.0,<19.1.0", optional = true } +Faker = { version = ">=13.6.0,<19.2.0", optional = true } fastapi = { version = ">=0.78.0,<0.95.2", optional = true } psycopg2-binary = "^2.9.5" mkdocs = "^1.4.1"