fcurella / django-fakery

🏭 An easy-to-use implementation of Creation Methods for Django, backed by Faker.
http://django-fakery.readthedocs.org/en/stable/
MIT License
115 stars 6 forks source link

Using outdated and insecure faker #58

Closed sobolevn closed 4 years ago

sobolevn commented 4 years ago

Currently django-fakery uses Faker = ">=2.0,<2.1" It is reported as insecure by safety:

» safety check --bare --full-report
faker
sobolevn commented 4 years ago

Ok, here's the failing build: https://travis-ci.org/github/fcurella/django-fakery/jobs/669775616

Python 2 is the reason. Сan I drop it?

fcurella commented 4 years ago

Python 2 is the reason. Сan I drop it?

Yes, feel free to remove it :)

Thank you so much for your work!