Bump sqlalchemy from 1.2.15 to 1.2.16 in /{{cookiecutter.app_name}}

Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.2.15 to 1.2.16.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
master
dependabot[bot] 5 years ago committed by dependabot[bot]
parent 1880e238ee
commit 7b2954c206
  1. 2
      {{cookiecutter.app_name}}/Pipfile

@ -15,7 +15,7 @@ click = ">=5.0"
# Database
Flask-SQLAlchemy = "==2.3.2"
psycopg2 = "==2.7.6.1"
SQLAlchemy = "==1.2.15"
SQLAlchemy = "==1.2.16"
# Migrations
Flask-Migrate = "==2.3.1"

Loading…
Cancel
Save