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

Commit

Permalink
Bump faker from 2.0.1 to 2.0.2
Browse files Browse the repository at this point in the history
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](joke2k/faker@v2.0.1...v2.0.2)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] committed Sep 18, 2019
1 parent 9dd872d commit 7d6b823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 7d6b823

Please sign in to comment.