Skip to content

Commit

Permalink
Merge pull request #622 from stoutput/bump-faker-allow-up-to-v14
Browse files Browse the repository at this point in the history
Bump faker dep requirement to allow for using latest.
  • Loading branch information
josephmancuso authored Apr 11, 2022
2 parents 81db37a + 28cd20d commit 7909b30
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 @@ -31,7 +31,7 @@
install_requires=[
"inflection>=0.3,<0.6",
"pendulum>=2.1,<2.2",
"faker>=4.1.0,<5.0",
"faker>=4.1.0,<14.0",
"cleo>=0.8.0,<0.9",
],
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down

0 comments on commit 7909b30

Please sign in to comment.