Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit ffed669

Browse files
Bump faker from 4.18.0 to 6.6.0
Bumps [faker](https://github.com/joke2k/faker) from 4.18.0 to 6.6.0. - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v4.18.0...v6.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent cb4b91d commit ffed669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
INSTALL_REQUIRES = ("marshmallow>=2.15.2",)
55
EXTRAS_REQUIRE = {
6-
"tests": ["pytest", "mock", "faker==4.18.0", "Flask==1.1.2"],
6+
"tests": ["pytest", "mock", "faker==6.6.0", "Flask==1.1.2"],
77
"lint": ["flake8==3.9.0", "flake8-bugbear==20.11.1", "pre-commit~=2.0"],
88
}
99
EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"]

0 commit comments

Comments
 (0)