Skip to content

Commit

Permalink
Bump gunicorn from 19.0.0 to 19.5.0
Browse files Browse the repository at this point in the history
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.0.0 to 19.5.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@19.0...19.5.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2019
1 parent 4795000 commit 7a4df70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Werkzeug==0.9.4
argparse==1.2.1
gevent==1.0.1
greenlet==0.4.2
gunicorn==19.0.0
gunicorn==19.5.0
itsdangerous==0.24
msgpack-python==0.4.2
redis==2.10.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'greenlet==0.4.2',
'itsdangerous==0.24',
'wsgiref==0.1.2',
'gunicorn==19.0',
'gunicorn==19.5.0',
'ujson==1.33'
],
classifiers = [
Expand Down

0 comments on commit 7a4df70

Please sign in to comment.