From 4c3dac9931c6ccddbfae1c8c8f9fd2e941517405 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 30 May 2019 13:17:56 +0000 Subject: [PATCH] Bump psycopg2 from 2.7.5 to 2.8.2 in /{{cookiecutter.app_name}} (#488) --- {{cookiecutter.app_name}}/requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}/requirements/prod.txt b/{{cookiecutter.app_name}}/requirements/prod.txt index 69ede96..bc9ea0c 100644 --- a/{{cookiecutter.app_name}}/requirements/prod.txt +++ b/{{cookiecutter.app_name}}/requirements/prod.txt @@ -10,7 +10,7 @@ click>=5.0 # Database Flask-SQLAlchemy==2.3.2 -psycopg2==2.7.5 +psycopg2==2.8.2 SQLAlchemy==1.2.11 # Migrations