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"]