Open
Description
werkzeug
currently has an upper bound <3.1. There are more updated versions, which are compatible within the current Flask boundaries. Bumping the allowed versions of werkzeug
would help for more flexible dependency installs for apps, and setting werkzeug>=3.0.6
would prevent triggering snyk vulnerabilities: https://security.snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309092
I've provided a PR here: #3095