Bump sqlalchemy from 1.3.4 to 1.3.5 in /{{cookiecutter.app_name}}

Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.4 to 1.3.5.
- [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-preview[bot] <support@dependabot.com>
master
dependabot-preview[bot] 5 years ago committed by GitHub
parent 28e28632a5
commit 3f96cc1824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      {{cookiecutter.app_name}}/Pipfile

@ -11,7 +11,7 @@ click = ">=5.0"
# Database
Flask-SQLAlchemy = "==2.4.0"
SQLAlchemy = "==1.3.4"
SQLAlchemy = "==1.3.5"
# Migrations
Flask-Migrate = "==2.5.2"

Loading…
Cancel
Save