Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jkfran committed Feb 21, 2022
1 parent 331bea9 commit 98b02fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.1 (2022-02-21)

Fix dependencies for Flask 1.1.x: markupsafe and itsdangerous.

# 1.0.0 (2021-10-27)

Upgrade dependencies: Werkzeug and gevent.
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="canonicalwebteam.flask-base",
version="1.0.0",
version="1.0.1",
description=(
"Flask extension that applies common configurations"
"to all of webteam's flask apps."
Expand All @@ -26,6 +26,8 @@
"greenlet==1.1.2",
"talisker[gunicorn,gevent,flask,prometheus,raven]==0.19.0",
"Werkzeug (>=1.0.0, <1.2)",
"markupsafe >= 1.0, < 2.1.0",
"itsdangerous >= 0.24, < 2.0",
],
dependency_links=[],
include_package_data=True,
Expand Down

0 comments on commit 98b02fd

Please sign in to comment.