forked from ijasperyang/django-survey
-
-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore - Update requirements.txt with pip-upgrade
Check pip-upgrade, its a great package: pip install pip-upgrade pip-upgrade # This is all This fix a security warning in pyyaml that was irrelevant to the project. But we don't want to have security warning during static analysis.
- Loading branch information
1 parent
98a0283
commit 27ebfd0
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
django==2.1.2 | ||
django-bootstrap-form==3.2.1 | ||
django-tastypie==0.14.0 # API | ||
django-registration==2.2 # account logic, views and workflows | ||
pytz==2017.2 | ||
django==2.1.5 | ||
django-bootstrap-form==3.4 | ||
django-tastypie==0.14.2 # API | ||
django-registration==3.0 # account logic, views and workflows | ||
pytz==2018.9 | ||
ordereddict==1.1 | ||
PyYAML==3.12 | ||
pySankeyBeta==1.0.1 | ||
PyYAML==3.13 | ||
pySankeyBeta==1.0.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters