From e36002bb41a452fcac2dff7a90162944e8385c7a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 25 Feb 2021 05:20:51 +0000 Subject: [PATCH] Bump faker from 4.18.0 to 6.5.0 Bumps [faker](https://github.com/joke2k/faker) from 4.18.0 to 6.5.0. - [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/v4.18.0...v6.5.0) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a6ce11..3a08015 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ INSTALL_REQUIRES = ("marshmallow>=2.15.2",) EXTRAS_REQUIRE = { - "tests": ["pytest", "mock", "faker==4.18.0", "Flask==1.1.2"], + "tests": ["pytest", "mock", "faker==6.5.0", "Flask==1.1.2"], "lint": ["flake8==3.8.4", "flake8-bugbear==20.11.1", "pre-commit~=2.0"], } EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"]