From 7d6b8236bd39ab362b7c674591d4ead90838e3d8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 05:13:57 +0000 Subject: [PATCH] Bump faker from 2.0.1 to 2.0.2 Bumps [faker](https://github.com/joke2k/faker) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.rst) - [Commits](https://github.com/joke2k/faker/compare/v2.0.1...v2.0.2) 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 c24860a..75d095e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ INSTALL_REQUIRES = ("marshmallow>=2.15.2",) EXTRAS_REQUIRE = { - "tests": ["pytest", "mock", "faker==2.0.1", "Flask==1.1.1"], + "tests": ["pytest", "mock", "faker==2.0.2", "Flask==1.1.1"], "lint": ["flake8==3.7.8", "flake8-bugbear==19.8.0", "pre-commit~=1.18"], } EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"]