diff --git a/requirements_all.txt b/requirements_all.txt index 0733e8e0385..f10c9972407 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -3,7 +3,7 @@ requests>=2,<3 pyyaml>=3.11,<4 pytz>=2015.4 pip>=7.0.0 -vincenty==0.1.3 +vincenty==0.1.4 jinja2>=2.8 voluptuous==0.8.9 diff --git a/setup.py b/setup.py index 7ddc2ab588e..368dd1cc5c0 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ REQUIRES = [ 'pyyaml>=3.11,<4', 'pytz>=2015.4', 'pip>=7.0.0', - 'vincenty==0.1.3', + 'vincenty==0.1.4', 'jinja2>=2.8', 'voluptuous==0.8.9', ]