af6685e
@@ -1,6 +1,6 @@
# the flask and werkzeug freeze is to reflect the state on production
- Flask == 2.0.2
- Werkzeug == 2.0.2
+ Flask == 2.0.3
+ Werkzeug == 2.0.3
alembic
bodhi-client
@@ -29,8 +29,5 @@
SQLAlchemy
WTForms
- # this is not a direct dependency, but a workaround for https://github.com/psf/requests/issues/5710
- idna == 2.10
-
# openshift deployment dependency
gunicorn == 20.1.0
Minor Flask update, drop idna workaround that's no longer needed
:thumbsup:
Build succeeded.
Pull-Request has been merged by frantisekz
Minor Flask update, drop idna workaround that's no longer needed