From d09b6aed6855dc7fc7b63f3ee0a93ffd7f4d8dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <support@dependabot.com> Date: Mon, 15 Apr 2019 12:13:30 +0000 Subject: [PATCH] Bump psycopg2 from 2.8.1 to 2.8.2 in /{{cookiecutter.app_name}} Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.8.1 to 2.8.2. - [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] <support@dependabot.com> --- {{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 77358e56..223f82ff 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.1" +psycopg2 = "==2.8.2" SQLAlchemy = "==1.3.2" # Migrations -- GitLab