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 Dec 6, 2020
1 parent 2a84f72 commit 1e82520
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 @@ -5,7 +5,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
ujson==1.33
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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 1e82520

Please sign in to comment.