From 0d5863ae6216073ee03f2893b657cea1fd51d8ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 8 Apr 2019 12:16:12 +0000 Subject: [PATCH] Bump psycopg2 from 2.8 to 2.8.1 in /{{cookiecutter.app_name}} Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.8 to 2.8.1. - [Release notes](https://github.com/psycopg/psycopg2/releases) - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) Signed-off-by: dependabot[bot] --- {{cookiecutter.app_name}}/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}/Pipfile b/{{cookiecutter.app_name}}/Pipfile index fef33db..77358e5 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -14,7 +14,7 @@ click = ">=5.0" # Database Flask-SQLAlchemy = "==2.3.2" -psycopg2 = "==2.8" +psycopg2 = "==2.8.1" SQLAlchemy = "==1.3.2" # Migrations