Bump flask & werkzeug to 2.3 (#490)

* bump werkzeug to 2.3
* remove no_cookie blueprint
This commit is contained in:
Steven Reilly
2023-05-02 09:45:48 -04:00
committed by GitHub
parent 3b94814c5a
commit 3f44877c8b
5 changed files with 85 additions and 109 deletions

View File

@@ -7,7 +7,7 @@ name = "pypi"
ago = "~=0.0.95"
blinker = "~=1.4"
fido2 = "==0.9.3"
flask = "~=2.2.3"
flask = "~=2.3"
flask-basicauth = "~=0.2"
flask-login = "~=0.6"
flask-wtf = "~=1.1"
@@ -30,7 +30,7 @@ pyproj = "==3.3.1"
python-dotenv = "==0.20.0"
pytz = "==2022.1"
rtreelib = "==0.2.0"
werkzeug = "~=2.2.3"
werkzeug = "~=2.3"
wtforms = "~=3.0"
newrelic = "*"
flask-talisman = "*"