diff --git a/app/requirements/dev.txt b/app/requirements/dev.txt index 7f58c8c..c93776c 100644 --- a/app/requirements/dev.txt +++ b/app/requirements/dev.txt @@ -2,7 +2,7 @@ -r prod.txt # Testing -pytest==3.2.2 +pytest==3.2.3 WebTest==2.0.28 factory-boy==2.9.2 diff --git a/app/requirements/prod.txt b/app/requirements/prod.txt index 4c8baa5..5794608 100644 --- a/app/requirements/prod.txt +++ b/app/requirements/prod.txt @@ -9,7 +9,7 @@ itsdangerous==0.24 click>=5.0 # Database -Flask-SQLAlchemy==2.2 +Flask-SQLAlchemy==2.3.2 psycopg2==2.7.3.1 SQLAlchemy==1.1.14 diff --git a/app/requirements/release.txt b/app/requirements/release.txt index 0b4c4f6..e30979a 100644 --- a/app/requirements/release.txt +++ b/app/requirements/release.txt @@ -5,4 +5,4 @@ bumpversion==0.5.3 # AWS -awscli==1.11.154 +awscli==1.11.170