Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade aiohttp, prefect and some flask packages #109

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

TomGoBravo
Copy link
Owner

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
dcolish/flask-markdown#25

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

…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
dcolish/flask-markdown#25

flask/testing.py:118: DeprecationWarning: The '__version__' attribute is deprecated
(can't find a fix)
@TomGoBravo TomGoBravo merged commit 4053831 into main Nov 28, 2023
@TomGoBravo TomGoBravo deleted the tgb-update-deps-2023-11-28 branch November 28, 2023 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant