Skip to content

Commit de6cf5b

Browse files
committed
Fix Faker at 9.20 to address mypy issues
- Legacy-Id: 19447
1 parent 5f2fe1f commit de6cf5b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ docutils>=0.12,!=0.15
2828
#factory-boy>=2.9.0,<3
2929
#Faker>=0.8.8,!=0.8.9,!=0.8.10 # from factory-boy # Faker 0.8.9,0.8.10 sometimes return string names instead of unicode.
3030
factory-boy>=3
31-
Faker>=0.8.11 # from factory-boy # Faker 0.8.9,0.8.10 sometimes return string names instead of unicode.
31+
#Faker>=0.8.11 # from factory-boy # Faker 0.8.9,0.8.10 sometimes return string names instead of unicode.
32+
Faker==9.20
3233
github3.py>=1.2
3334
hashids>=1.1.0
3435
html2text>=2019.8.11

0 commit comments

Comments
 (0)