diff --git a/rel_requirements.txt b/rel_requirements.txt index 2483d7314..ddfeba8f7 100644 --- a/rel_requirements.txt +++ b/rel_requirements.txt @@ -1,12 +1,12 @@ cee_syslog_handler==0.3.4 cornice==2.4.0 -gunicorn==19.6.0 +gunicorn==19.7.1 lxml==3.7.3 netifaces==0.10.5 -psycopg2==2.6.2 -pyramid==1.8.2 +psycopg2==2.7.1 +pyramid==1.8.3 pyramid_tm==1.1.1 -pytest==3.0.6 +pytest==3.0.7 requests==2.13.0 SQLAlchemy==1.1.6 zope.interface==4.3.3 diff --git a/setup.py b/setup.py index 7a9680654..6359f5202 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = '0.5.1' +VERSION = '0.6.0' HERE = os.path.abspath(os.path.dirname(__file__)) INSTALL_REQUIRES = open(os.path.join(HERE, 'rel_requirements.txt')).read().splitlines()