Bump flask-sqlalchemy from 2.4.0 to 2.4.1

Bumps [flask-sqlalchemy](https://github.com/pallets/flask-sqlalchemy) from 2.4.0 to 2.4.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.0...2.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
pull/78/head
dependabot-preview[bot] 2019-09-25 04:30:44 +00:00 zatwierdzone przez Meisterschueler
rodzic 08a26eb99a
commit df77e5c173
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -33,7 +33,7 @@ setup(
packages=find_packages(exclude=['tests', 'tests.*']), packages=find_packages(exclude=['tests', 'tests.*']),
install_requires=[ install_requires=[
'Flask==1.1.1', 'Flask==1.1.1',
'Flask-SQLAlchemy==2.4.0', 'Flask-SQLAlchemy==2.4.1',
'Flask-Migrate==2.5.2', 'Flask-Migrate==2.5.2',
'Flask-Bootstrap==3.3.7.1', 'Flask-Bootstrap==3.3.7.1',
'Flask-WTF==0.14.2', 'Flask-WTF==0.14.2',