chore: bump python dependencies (#9786)

* chore: bump pyhton dependencies

* bump flask-testing

* Add note to UPDATING and bump flask-testing in requirements-dev.txt

* fix old sqlparse test case that is fixed with sqlparse==0.3.1

* Fix migration and sqlparse set test

* downgrade alembic

* Downgrade sqlalchemy-utils

* pin sqlalchemy-utils due to regression in 0.36.5

* Refine comment in setup.py

* make cachelib an explicit requirement
This commit is contained in:
Ville Brofeldt
2020-05-13 18:49:34 +03:00
committed by GitHub
parent 34147d9d80
commit b532c4609f
12 changed files with 68 additions and 60 deletions

View File

@@ -25,7 +25,7 @@
import logging
import os
from werkzeug.contrib.cache import FileSystemCache
from cachelib.file import FileSystemCache
logger = logging.getLogger()