Bump sqlalchemy from 1.2.12 to 1.2.13 in /{{cookiecutter.app_name}}

Bumps [sqlalchemy](https://bitbucket.org/zzzeek/sqlalchemy) from 1.2.12 to 1.2.13.
- [Changelog](https://bitbucket.org/zzzeek/sqlalchemy/src/master/CHANGES)
- [Commits](https://bitbucket.org/zzzeek/sqlalchemy/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
master
dependabot[bot] 6 years ago committed by dependabot[bot]
parent 1a29b2e4ab
commit 6e25b06866
  1. 2
      {{cookiecutter.app_name}}/Pipfile

@ -15,7 +15,7 @@ click = ">=5.0"
# Database
Flask-SQLAlchemy = "==2.3.2"
psycopg2 = "==2.7.5"
SQLAlchemy = "==1.2.12"
SQLAlchemy = "==1.2.13"
# Migrations
Flask-Migrate = "==2.3.0"

Loading…
Cancel
Save