opendatacube / datacube-explorer

Web-based exploration of Open Data Cube collections
Apache License 2.0
56 stars 31 forks source link

Update to flask > 2.2.5 #547

Closed pjonsson closed 9 months ago

pjonsson commented 10 months ago

Commit 95f45545875 pinned flask at 2.2.5 to fix security vulnerabilities. The reason to not update to 2.3 is because that removed app.before_first_request.

Update to a more recent flask than 2.2.5 to ensure access to future security updates in flask, and remove the (no longer required) Werkzeug dependency in setup.py.