Bump psycopg2 from 2.7.6.1 to 2.7.7 in /{{cookiecutter.app_name}}

Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.7.6.1 to 2.7.7.
- [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>
master
dependabot[bot] 5 years ago committed by dependabot[bot]
parent 01a2fe98ec
commit 75b91b3f4d
  1. 2
      {{cookiecutter.app_name}}/Pipfile

@ -14,7 +14,7 @@ click = ">=5.0"
# Database
Flask-SQLAlchemy = "==2.3.2"
psycopg2 = "==2.7.6.1"
psycopg2 = "==2.7.7"
SQLAlchemy = "==1.2.16"
# Migrations

Loading…
Cancel
Save