mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
Pin Werkzeug below 3.1 for Flask 2.2 compatibility (#2699)
Some checks are pending
Build Docker container on push / Build image (push) Waiting to run
Extension Compatibility Check / extension-compat (push) Waiting to run
Tests / test (push) Waiting to run
Tests / cypress (push) Waiting to run
Tests / extension-smoketest (push) Waiting to run
TOC Generator / TOC Generator (push) Waiting to run
Black Python Linter / black (push) Waiting to run
Some checks are pending
Build Docker container on push / Build image (push) Waiting to run
Extension Compatibility Check / extension-compat (push) Waiting to run
Tests / test (push) Waiting to run
Tests / cypress (push) Waiting to run
Tests / extension-smoketest (push) Waiting to run
TOC Generator / TOC Generator (push) Waiting to run
Black Python Linter / black (push) Waiting to run
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nazim <nazim@openclaw.ai>
This commit is contained in:
parent
180801223d
commit
3bcbae1a32
2 changed files with 6 additions and 3 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
certifi==2024.7.4
|
certifi==2024.7.4
|
||||||
Click==8.1.7
|
Click==8.1.7
|
||||||
Flask==2.2.5
|
Flask==2.2.5
|
||||||
|
# Flask 2.2.x test_client uses werkzeug.__version__, removed in Werkzeug 3.1.
|
||||||
|
Werkzeug==3.0.6
|
||||||
Flask-Babel==3.1.0
|
Flask-Babel==3.1.0
|
||||||
Flask-Cors==6.0.0
|
Flask-Cors==6.0.0
|
||||||
Flask-Login==0.6.3
|
Flask-Login==0.6.3
|
||||||
|
|
|
||||||
|
|
@ -907,10 +907,11 @@ urllib3==2.7.0 \
|
||||||
--hash=sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c \
|
--hash=sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c \
|
||||||
--hash=sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897
|
--hash=sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897
|
||||||
# via requests
|
# via requests
|
||||||
werkzeug==3.0.3 \
|
werkzeug==3.0.6 \
|
||||||
--hash=sha256:097e5bfda9f0aba8da6b8545146def481d06aa7d3266e7448e2cccf67dd8bd18 \
|
--hash=sha256:1bc0c2310d2fbb07b1dd1105eba2f7af72f322e1e455f2f93c993bee8c8a5f17 \
|
||||||
--hash=sha256:fc9645dc43e03e4d630d23143a04a7f947a9a3b5727cd535fdfe155a17cc48c8
|
--hash=sha256:a8dd59d4de28ca70471a34cba79bed5f7ef2e036a76b3ab0835474246eb41f8d
|
||||||
# via
|
# via
|
||||||
|
# -r requirements.in
|
||||||
# flask
|
# flask
|
||||||
# flask-cors
|
# flask-cors
|
||||||
# flask-login
|
# flask-login
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue