diff --git a/requirements.txt b/requirements.txt index 41b00927..089e7b39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -eventlet>=0.31.0 +eventlet>=0.33.3 # related to dnspython fixes feedgen~=0.9 flask-compress # 0.6.3 included compatibility fix for werkzeug 3.x (2.x had deprecation of url handlers) @@ -6,7 +6,7 @@ flask-login>=0.6.3 flask-paginate flask_expects_json~=1.7 flask_restful -flask_wtf +flask_wtf~=1.2 flask~=2.3 inscriptis~=2.2 pytz @@ -25,11 +25,7 @@ chardet>2.3.0 wtforms~=3.0 jsonpath-ng~=1.5.3 - -# dnspython 2.3.0 is not compatible with eventlet -# * https://github.com/eventlet/eventlet/issues/781 -# * https://datastax-oss.atlassian.net/browse/PYTHON-1320 -dnspython<2.3.0 +dnspython~=2.4 # related to eventlet fixes # jq not available on Windows so must be installed manually