diff --git a/app/requirements/dev.txt b/app/requirements/dev.txt index 7f58c8c..7263ae6 100644 --- a/app/requirements/dev.txt +++ b/app/requirements/dev.txt @@ -2,12 +2,12 @@ -r prod.txt # Testing -pytest==3.2.2 -WebTest==2.0.28 +pytest==3.2.3 +WebTest==2.0.29 factory-boy==2.9.2 # Lint and code style -flake8==3.4.1 +flake8==3.5.0 flake8-blind-except==0.1.1 flake8-debugger==1.4.0 flake8-docstrings==1.1.0 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..3880d8d 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.175