Skip to content

Commit

Permalink
Chore - Update requirements.txt with pip-upgrade
Browse files Browse the repository at this point in the history
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
Pierre-Sassoulas committed Jan 9, 2019
1 parent 98a0283 commit 27ebfd0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
@@ -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
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -33,7 +33,7 @@ def add_package(package_list, package):

setuptools.setup(
name="django-survey-and-report",
version="1.3.2",
version="1.3.3",
description=description,
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 27ebfd0

Please sign in to comment.