TomGoBravo / tourist-with-flask

Implementation of the Underwater Hockey Tourist using Flask
Apache License 2.0
3 stars 0 forks source link

upgrade aiohttp, prefect and some flask packages #109

Closed TomGoBravo closed 10 months ago

TomGoBravo commented 10 months ago
pip-compile -v --upgrade-package aiohttp --upgrade-package prefect --upgrade-package werkzeug --upgrade-package flask-login --upgrade-package flask-wtf && pip-sync && python -m pytest

Tests pass but there are new warnings:

flaskext/markdown.py:32: DeprecationWarning: 'flask.Markup' is deprecated https://github.com/dcolish/flask-markdown/issues/25

flask/testing.py:118: DeprecationWarning: The '__version__' attribute is deprecated (can't find a fix)