Skip to content

Commit fbc8d2e

Browse files
chore(deps): update dependency gunicorn to v25
1 parent c7a6191 commit fbc8d2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
README = open(os.path.join(here, 'README.rst')).read()
1212

1313
install_requires = ['Flask', 'flask-cors', 'guessit>=3.7.1',
14-
'flask-restful>=0.3.6', 'gunicorn==20.1.0']
14+
'flask-restful>=0.3.6', 'gunicorn==25.3.0']
1515

1616
setup_requires = ['pytest-runner']
1717

0 commit comments

Comments
 (0)