Skip to content

Commit

Permalink
Merge pull request #31 from jkfran/lock-gevent
Browse files Browse the repository at this point in the history
Pin gevent to 20.5.1 (Last version)
  • Loading branch information
jkfran authored Jun 16, 2020
2 parents daba98b + 05087af commit 6fdf4de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.6.3 (2020-05-27)

### Added
Pin gevent to version 20.6.1

# 0.6.2 (2020-06-11)

### Fix
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="canonicalwebteam.flask-base",
version="0.6.2",
version="0.6.3",
description=(
"Flask extension that applies common configurations"
"to all of webteam's flask apps."
Expand All @@ -20,6 +20,7 @@
install_requires=[
"canonicalwebteam.yaml-responses[flask] (>=1,<2)",
"flask (>=1,<2)",
"gevent==20.6.1",
"talisker[gunicorn,gevent,flask,prometheus,raven] (>=0.18)",
"Werkzeug (>=0.15,<0.16)",
],
Expand Down

0 comments on commit 6fdf4de

Please sign in to comment.