From 817577d6be6d18e44e7233db46479a256cb53fd7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 05:15:24 +0000 Subject: [PATCH] Bump faker from 4.18.0 to 8.10.3 Bumps [faker](https://github.com/joke2k/faker) from 4.18.0 to 8.10.3. - [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...v8.10.3) 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 f15def3..4563d09 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==8.10.3", "Flask==1.1.2"], "lint": ["flake8==3.9.0", "flake8-bugbear==20.11.1", "pre-commit~=2.0"], } EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"]