mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-30 11:19:44 -04:00
Pin Werkzeug to below 2.1.x
We can’t upgrade to Werkzeug 2.1.0 because the `BaseResponse` class
has been renamed. The old version of Flask we are using tries to import
`BaseResponse` causing an error.
See https://github.com/pallets/werkzeug/issues/1963
This commit is contained in:
@@ -8,7 +8,7 @@ Flask==1.1.2 # pyup: <2
|
|||||||
Flask-WTF==1.0.1
|
Flask-WTF==1.0.1
|
||||||
wtforms==3.0.1
|
wtforms==3.0.1
|
||||||
Flask-Login==0.6.1
|
Flask-Login==0.6.1
|
||||||
werkzeug==2.1.2
|
werkzeug==2.0.3 # Can’t be upgraded until we are using Flask >= 2
|
||||||
jinja2==3.0.3 # Can’t be upgraded until we are using Flask >= 2
|
jinja2==3.0.3 # Can’t be upgraded until we are using Flask >= 2
|
||||||
|
|
||||||
blinker==1.4
|
blinker==1.4
|
||||||
|
|||||||
@@ -213,7 +213,7 @@ urllib3==1.26.5
|
|||||||
# requests
|
# requests
|
||||||
webencodings==0.5.1
|
webencodings==0.5.1
|
||||||
# via bleach
|
# via bleach
|
||||||
werkzeug==2.1.2
|
werkzeug==2.0.3
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# flask
|
# flask
|
||||||
|
|||||||
Reference in New Issue
Block a user