diff --git a/app/requirements/dev.txt b/app/requirements/dev.txt index 7f58c8c..852d701 100644 --- a/app/requirements/dev.txt +++ b/app/requirements/dev.txt @@ -2,16 +2,16 @@ -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-debugger==3.0.0 flake8-docstrings==1.1.0 flake8-isort==2.2.2 -flake8-quotes==0.11.0 +flake8-quotes==0.12.0 isort==4.2.15 pep8-naming==0.4.1 diff --git a/app/requirements/prod.txt b/app/requirements/prod.txt index 4c8baa5..83b7fb8 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.2 -psycopg2==2.7.3.1 -SQLAlchemy==1.1.14 +Flask-SQLAlchemy==2.3.2 +psycopg2==2.7.3.2 +SQLAlchemy==1.1.15 # Migrations Flask-Migrate==2.1.1 diff --git a/app/requirements/release.txt b/app/requirements/release.txt index 0b4c4f6..84f8165 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.181