diff --git a/app/requirements/dev.txt b/app/requirements/dev.txt index 4c0d150..0c0efb8 100644 --- a/app/requirements/dev.txt +++ b/app/requirements/dev.txt @@ -3,7 +3,7 @@ # Testing pytest==3.0.6 -WebTest==2.0.25 +WebTest==2.0.26 factory-boy==2.8.1 # Lint and code style diff --git a/app/requirements/prod.txt b/app/requirements/prod.txt index 26b45c5..f924193 100644 --- a/app/requirements/prod.txt +++ b/app/requirements/prod.txt @@ -9,9 +9,9 @@ itsdangerous==0.24 click>=5.0 # Database -Flask-SQLAlchemy==2.1 -psycopg2==2.6.2 -SQLAlchemy==1.1.5 +Flask-SQLAlchemy==2.2 +psycopg2==2.7 +SQLAlchemy==1.1.6 # Migrations Flask-Migrate==2.0.3 diff --git a/app/requirements/release.txt b/app/requirements/release.txt index 289e1e3..00b2bbe 100644 --- a/app/requirements/release.txt +++ b/app/requirements/release.txt @@ -5,4 +5,4 @@ bumpversion==0.5.3 # AWS -awscli==1.11.55 +awscli==1.11.56