diff --git a/requirements.txt b/requirements.txt index 6412a80..6d83038 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,34 +7,34 @@ # be installed in a specific order. # # PBR should always appear first -pbr>=1.6 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 # If python-zunclient will be released, we will use it. #python-zunclient>=0.0.1 # Apache-2.0 Babel>=2.3.4 # BSD Django<1.9,>=1.8 # BSD django-babel>=0.5.1 # BSD django-compressor>=2.0 # MIT -django-openstack-auth>=2.2.0 # Apache-2.0 +django-openstack-auth>=3.1.0 # Apache-2.0 django-pyscss>=2.0.2 # BSD License (2 clause) XStatic>=1.0.0 # MIT License -XStatic-Angular>=1.3.7 # MIT License -XStatic-Angular-Bootstrap>=0.11.0.2 # MIT License -XStatic-Angular-Gettext>=2.1.0.2 # MIT License +XStatic-Angular>=1.5.8.0 # MIT License +XStatic-Angular-Bootstrap>=2.2.0.0 # MIT License +XStatic-Angular-Gettext>=2.3.8.0 # MIT License XStatic-Angular-lrdragndrop>=1.0.2.2 # MIT License XStatic-Bootstrap-Datepicker>=1.3.1.0 # Apache 2.0 License -XStatic-Bootstrap-SCSS>=3 # Apache 2.0 License -XStatic-D3>=3.1.6.2 # BSD License (3 clause) +XStatic-Bootstrap-SCSS>=3.3.7.1 # Apache 2.0 License +XStatic-D3>=3.5.17.0 # BSD License (3 clause) XStatic-Hogan>=2.0.0.2 # Apache 2.0 License -XStatic-Font-Awesome>=4.3.0 # SIL OFL 1.1 License, MIT License -XStatic-Jasmine>=2.1.2.0 # MIT License -XStatic-jQuery>=1.7.2 # MIT License +XStatic-Font-Awesome>=4.7.0 # SIL OFL 1.1 License, MIT License +XStatic-Jasmine>=2.4.1.1 # MIT License +XStatic-jQuery>=1.8.2.1 # MIT License XStatic-JQuery-Migrate>=1.2.1.1 # MIT License XStatic-JQuery.quicksearch>=2.0.3.1 # MIT License XStatic-JQuery.TableSorter>=2.14.5.1 # MIT License -XStatic-jquery-ui>=1.10.1 # MIT License -XStatic-JSEncrypt>=2.0.0.2 # MIT License +XStatic-jquery-ui>=1.10.4.1 # MIT License +XStatic-JSEncrypt>=2.3.1.1 # MIT License XStatic-Magic-Search>=0.2.5.1 # Apache 2.0 License -XStatic-Rickshaw>=1.5.0 # BSD License (prior) -XStatic-smart-table>=1.4.5.3 # MIT License +XStatic-Rickshaw>=1.5.0.0 # BSD License (prior) +XStatic-smart-table>=1.4.13.2 # MIT License XStatic-Spin>=1.2.5.2 # MIT License -XStatic-term.js>=0.0.4 # MIT License +XStatic-term.js>=0.0.7.0 # MIT License diff --git a/setup.py b/setup.py index ddd1771..566d844 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,5 @@ +# Copyright (c) 2013 Hewlett-Packard Development Company, L.P. +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -23,5 +25,5 @@ except ImportError: pass setuptools.setup( - setup_requires=['pbr>=1.8'], + setup_requires=['pbr>=2.0.0'], pbr=True) diff --git a/test-requirements.txt b/test-requirements.txt index 69c9138..ac82b53 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,22 +7,22 @@ # be installed in a specific order. # # Hacking should appear first in case something else depends on pep8 -hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 # -coverage>=3.6 # Apache-2.0 -django-nose>=1.2 # BSD +coverage>=4.0 # Apache-2.0 +django-nose>=1.4.4 # BSD mock>=2.0 # BSD -mox3>=0.7.0 # Apache-2.0 -nodeenv>=0.9.4 # BSD License # BSD +mox3!=0.19.0,>=0.7.0 # Apache-2.0 +nodeenv>=0.9.4 # BSD nose # LGPL nose-exclude # LGPL nosehtmloutput>=0.0.3 # Apache-2.0 nosexcover # BSD openstack.nose-plugin>=0.7 # Apache-2.0 -oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 -reno>=1.8.0 # Apache2 +oslosphinx>=4.7.0 # Apache-2.0 +reno>=1.8.0 # Apache-2.0 selenium>=2.50.1 # Apache-2.0 -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD +sphinx>=1.5.1 # BSD testtools>=1.4.0 # MIT # This also needs xvfb library installed on your OS xvfbwrapper>=0.1.3 #license: MIT