Bump flask-sqlalchemy from 2.4.4 to 2.5.1 (#214)

Bumps [flask-sqlalchemy](https://github.com/pallets/flask-sqlalchemy) from 2.4.4 to 2.5.1.
- [Release notes](https://github.com/pallets/flask-sqlalchemy/releases)
- [Changelog](https://github.com/pallets/flask-sqlalchemy/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/flask-sqlalchemy/compare/2.4.4...2.5.1)

---
updated-dependencies:
- dependency-name: flask-sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/78/head
dependabot[bot] 2021-06-08 21:14:38 +02:00 zatwierdzone przez GitHub
rodzic 72087142e0
commit 269bb25ab7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -36,7 +36,7 @@ setup(
packages=find_packages(exclude=['tests', 'tests.*']),
install_requires=[
'Flask==2.0.1',
'Flask-SQLAlchemy==2.4.4',
'Flask-SQLAlchemy==2.5.1',
'Flask-Migrate==3.0.1',
'Flask-Bootstrap==3.3.7.1',
'Flask-WTF==0.15.1',