From 3a2d76f948a6fc3e1c18a9f98d5dac6d264c4710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 15:21:11 +0000 Subject: [PATCH] Bump faker from 13.5.0 to 18.7.0 Bumps [faker](https://github.com/joke2k/faker) from 13.5.0 to 18.7.0. - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/v18.7.0/CHANGELOG.md) - [Commits](https://github.com/joke2k/faker/compare/v13.5.0...v18.7.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f907b17a..8866451b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ APScheduler==3.9.1 boto3==1.26.130 cognitojwt==1.4.1 dnspython==2.2.1 -Faker==13.5.0 +Faker==18.7.0 Flask==2.2.2 Flask-Cors==3.0.10 gunicorn==20.1.0 diff --git a/setup.py b/setup.py index b9b5ab42..7534c462 100644 --- a/setup.py +++ b/setup.py @@ -91,7 +91,7 @@ def get_version(version_file): "boto3==1.26.130", "cognitojwt==1.4.1", "dnspython==2.2.1", - "Faker==13.15.0", + "Faker==18.7.0", "Flask==2.2.2", "Flask-Cors==3.0.10", "gunicorn==20.1.0",