Skip to content

Commit

Permalink
Merge pull request #172 from orsinium-forks/upgrade-gunicorn
Browse files Browse the repository at this point in the history
Upgrade gunicorn
  • Loading branch information
traut authored Jun 16, 2020
2 parents 0c1fe23 + 64432a1 commit 3a0a3b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions opentaxii/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
logconfig_dict = {
'version': 1,
'disable_existing_loggers': False,
'root': {},
'loggers': {
'gunicorn.error': {
'level': 'INFO',
Expand Down
2 changes: 1 addition & 1 deletion requirements-docker.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
gunicorn==19.9.0
gunicorn==20.0.4
psycopg2-binary==2.7.6.1

0 comments on commit 3a0a3b6

Please sign in to comment.