Skip to content

Commit b7b7eb0

Browse files
committed
Changed the minimum version for Faker to one that actually exists and can be installed by the Verify Minimum buildbot test.
- Legacy-Id: 12418
1 parent a66d0c5 commit b7b7eb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ django-widget-tweaks>=1.3
1414
docutils>=0.12
1515
factory-boy>=2.7.0
1616
# fake-factory==0.5.3 # from factory-boy
17-
Faker>=0.5.3 # Explicit install
17+
Faker>=0.7.1 # Explicit install
1818
hashids>=1.1.0
1919
html5lib>=0.90,<0.99999999 # ietf.utils.html needs a rewrite for html5lib 1.x -- major code changes in sanitizer
2020
jsonfield>=1.0.3 # for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/.

0 commit comments

Comments
 (0)