Skip to content

Commit

Permalink
Merge pull request #54 from jkfran/v1
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
jkfran authored Jan 25, 2022
2 parents 6a97326 + f68fd96 commit 331bea9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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.0 (2021-10-27)

Upgrade dependencies: Werkzeug and gevent.

# 0.9.3 (2021-10-27)

Include PID on Talisker logs
Expand Down
6 changes: 3 additions & 3 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 @@ -22,10 +22,10 @@
install_requires=[
"canonicalwebteam.yaml-responses[flask] (>=1,<2)",
"flask (>=1,<2)",
"gevent==21.8.0",
"gevent==21.12.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 331bea9

Please sign in to comment.