Skip to content

Commit

Permalink
Merge pull request #60 from canonical-web-and-design/unpin-jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkfran authored May 5, 2022
2 parents 34b5868 + c9a3c44 commit bf69a7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.5 (2022-05-05)

Pin to Flask 1.1.2 to avoid dependency conflicts

# 1.0.4 (2022-04-26)

Added support for security.txt files
Expand Down
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="1.0.4",
version="1.0.5",
description=(
"Flask extension that applies common configurations"
"to all of webteam's flask apps."
Expand All @@ -22,7 +22,7 @@
packages=find_packages(),
install_requires=[
"canonicalwebteam.yaml-responses[flask] (>=1,<2)",
"flask (>=1,<2)",
"flask==1.1.2",
"jinja2 (>=3,<3.1.0)",
"gevent==21.12.0",
"greenlet==1.1.2",
Expand Down

0 comments on commit bf69a7a

Please sign in to comment.