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

Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.7.6 to 2.7.6.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] <support@dependabot.com>
master
dependabot[bot] 6 years ago committed by dependabot[bot]
parent 7255c6d8ba
commit 38fe468c25
  1. 2
      {{cookiecutter.app_name}}/Pipfile

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

Loading…
Cancel
Save