Skip to content

Commit

Permalink
Update Werkzeug dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jkfran committed Jan 25, 2022
1 parent 6a97326 commit f23324e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="canonicalwebteam.flask-base",
version="0.9.3",
version="1.0.0",
description=(
"Flask extension that applies common configurations"
"to all of webteam's flask apps."
Expand All @@ -25,7 +25,7 @@
"gevent==21.8.0",
"greenlet==1.1.2",
"talisker[gunicorn,gevent,flask,prometheus,raven]==0.19.0",
"Werkzeug (>=0.15,<0.16)",
"Werkzeug (>=1.0.0, <1.2)",
],
dependency_links=[],
include_package_data=True,
Expand Down

0 comments on commit f23324e

Please sign in to comment.