This repository was archived by the owner on Apr 29, 2024. It is now read-only.
chore(deps): update dependency gunicorn to v20#6
Open
mend-for-github-com[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update dependency gunicorn to v20#6mend-for-github-com[bot] wants to merge 1 commit intomasterfrom
mend-for-github-com[bot] wants to merge 1 commit intomasterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==19.7.1->==20.0.1By merging this PR, the below vulnerabilities will be automatically resolved:
Release Notes
benoitc/gunicorn (gunicorn)
v20.0.1Compare Source
v20.0.0: 20.0Compare Source
fdopenRuntimeWarningin Python 3.8StopIterationandKeyboardInterruptexceptions with same body together in Arbiter.run()setproctitlemodule toextras_requirein setup.pyutil.import_moduletypes.SimpleNamespacein tests utilsSourceFileLoaderinstead instead ofexecfile_importlibinstead of__import__and eval`datadog <https://www.datadoghq.com>_ tags for statsd metricsparse_addressutil added testfuturesimport in gthread modulewsgi.input_terminatedextensiontornado <https://www.tornadoweb.org/>_ 5 and 6 support--bindto open file descriptors--ssl-versionflagResourceWarningwhen reading a Python config moduleInotifyReloadeder: handlemodule.__file__is None/dev/shmas a convenient alternative to making your own tmpfs mount in fchmod FAQ--max-requestsdocumentationv19.10.0Compare Source
v19.9.0Compare Source
(#1668, #1773)
REMOTE_ADDRon versions of Python 3 affected byPython Issue 30205 <https://bugs.python.org/issue30205>_(#1755, #1796)
AttributeErrorwhen--reloadis not passedin case of a :exc:
SyntaxErrorraised from the WSGI application.(#1805, #1806)
gunicorn.workers.asyncwas renamed togunicorn.workers.base_asyncsinceasyncis now a reserved wordin Python 3.7.
(#1527)
v19.8.1Compare Source
v19.8.0Compare Source
--reload-extra-file(#1527)
--logging-config-dict(#1087, #1110, #1602)
--configflag in theGUNICORN_CMD_ARGSenvironmentvariable (#1576, #1581)
SO_REUSEPORTby default and add the--reuse-portsetting(#1553, #1603, #1669)
inotifyon MacOS no longer breaks the reloader(#1540, #1541)
TypeErrorwhenSO_REUSEPORTis not available(#1501, #1491)
(#1577, #1578)
--umask=0correctly (#1622, #1632)(#1349, #1481)
/in request path (#1512, #1511)(#1683, #1684)
USR1signal to a new greenlet under gevent(#1645, #1651)
connection under Python 2 (#1698, #1699)
USR1signal usinghandler._opentosupport subclasses of
FileHandler(#1739, #1742)gaiohttpworker is deprecated, see theworker-classdocumentation for more information(#1338, #1418, #1569)