mundialis / metaopendata

Repo für mFUND Projekt MetaopenData
4 stars 4 forks source link

Update dependency gunicorn to v19.10.0 #71

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gunicorn (source) ==19.7.1 -> ==19.10.0 age adoption passing confidence

Release Notes

benoitc/gunicorn ### [`v19.10.0`](https://togithub.com/benoitc/gunicorn/compare/19.9.0...19.10.0) [Compare Source](https://togithub.com/benoitc/gunicorn/compare/19.9.0...19.10.0) ### [`v19.9.0`](https://togithub.com/benoitc/gunicorn/releases/tag/19.9.0) [Compare Source](https://togithub.com/benoitc/gunicorn/compare/19.8.1...19.9.0) - fix: address a regression that prevented syslog support from working ([#​1668](https://togithub.com/benoitc/gunicorn/issues/1668), [#​1773](https://togithub.com/benoitc/gunicorn/issues/1773)) - fix: correctly set `REMOTE_ADDR` on versions of Python 3 affected by `Python Issue 30205 `\_ ([#​1755](https://togithub.com/benoitc/gunicorn/issues/1755), [#​1796](https://togithub.com/benoitc/gunicorn/issues/1796)) - fix: show zero response length correctly in access log ([#​1787](https://togithub.com/benoitc/gunicorn/issues/1787)) - fix: prevent raising :exc:`AttributeError` when `--reload` is not passed in case of a :exc:`SyntaxError` raised from the WSGI application. ([#​1805](https://togithub.com/benoitc/gunicorn/issues/1805), [#​1806](https://togithub.com/benoitc/gunicorn/issues/1806)) - ❗️The internal module `gunicorn.workers.async` was renamed to `gunicorn.workers.base_async` since `async` is now a reserved word in Python 3.7. ([#​1527](https://togithub.com/benoitc/gunicorn/issues/1527)) ### [`v19.8.1`](https://togithub.com/benoitc/gunicorn/releases/tag/19.8.1) [Compare Source](https://togithub.com/benoitc/gunicorn/compare/19.8.0...19.8.1) - fix: secure scheme headers when bound to a unix socket ([#​1766](https://togithub.com/benoitc/gunicorn/issues/1766), [#​1767](https://togithub.com/benoitc/gunicorn/issues/1767)) ### [`v19.8.0`](https://togithub.com/benoitc/gunicorn/releases/tag/19.8.0) [Compare Source](https://togithub.com/benoitc/gunicorn/compare/19.7.1...19.8.0) - Eventlet 0.21.0 support ([#​1584](https://togithub.com/benoitc/gunicorn/issues/1584)) - Tornado 5 support ([#​1728](https://togithub.com/benoitc/gunicorn/issues/1728), [#​1752](https://togithub.com/benoitc/gunicorn/issues/1752)) - support watching additional files with `--reload-extra-file` ([#​1527](https://togithub.com/benoitc/gunicorn/issues/1527)) - support configuring logging with a dictionary with `--logging-config-dict` ([#​1087](https://togithub.com/benoitc/gunicorn/issues/1087), [#​1110](https://togithub.com/benoitc/gunicorn/issues/1110), [#​1602](https://togithub.com/benoitc/gunicorn/issues/1602)) - add support for the `--config` flag in the `GUNICORN_CMD_ARGS` environment variable ([#​1576](https://togithub.com/benoitc/gunicorn/issues/1576), [#​1581](https://togithub.com/benoitc/gunicorn/issues/1581)) - disable `SO_REUSEPORT` by default and add the `--reuse-port` setting ([#​1553](https://togithub.com/benoitc/gunicorn/issues/1553), [#​1603](https://togithub.com/benoitc/gunicorn/issues/1603), [#​1669](https://togithub.com/benoitc/gunicorn/issues/1669)) - fix: installing `inotify` on MacOS no longer breaks the reloader ([#​1540](https://togithub.com/benoitc/gunicorn/issues/1540), [#​1541](https://togithub.com/benoitc/gunicorn/issues/1541)) - fix: do not throw `TypeError` when `SO_REUSEPORT` is not available ([#​1501](https://togithub.com/benoitc/gunicorn/issues/1501), [#​1491](https://togithub.com/benoitc/gunicorn/issues/1491)) - fix: properly decode HTTP paths containing certain non-ASCII characters ([#​1577](https://togithub.com/benoitc/gunicorn/issues/1577), [#​1578](https://togithub.com/benoitc/gunicorn/issues/1578)) - fix: remove whitespace when logging header values under gevent ([#​1607](https://togithub.com/benoitc/gunicorn/issues/1607)) - fix: close unlinked temporary files ([#​1327](https://togithub.com/benoitc/gunicorn/issues/1327), [#​1428](https://togithub.com/benoitc/gunicorn/issues/1428)) - fix: parse `--umask=0` correctly ([#​1622](https://togithub.com/benoitc/gunicorn/issues/1622), [#​1632](https://togithub.com/benoitc/gunicorn/issues/1632)) - fix: allow loading applications using relative file paths ([#​1349](https://togithub.com/benoitc/gunicorn/issues/1349), [#​1481](https://togithub.com/benoitc/gunicorn/issues/1481)) - fix: force blocking mode on the gevent sockets ([#​880](https://togithub.com/benoitc/gunicorn/issues/880), [#​1616](https://togithub.com/benoitc/gunicorn/issues/1616)) - fix: preserve leading `/` in request path ([#​1512](https://togithub.com/benoitc/gunicorn/issues/1512), [#​1511](https://togithub.com/benoitc/gunicorn/issues/1511)) - fix: forbid contradictory secure scheme headers - fix: handle malformed basic authentication headers in access log ([#​1683](https://togithub.com/benoitc/gunicorn/issues/1683), [#​1684](https://togithub.com/benoitc/gunicorn/issues/1684)) - fix: defer handling of `USR1` signal to a new greenlet under gevent ([#​1645](https://togithub.com/benoitc/gunicorn/issues/1645), [#​1651](https://togithub.com/benoitc/gunicorn/issues/1651)) - fix: the threaded worker would sometimes close the wrong keep-alive connection under Python 2 ([#​1698](https://togithub.com/benoitc/gunicorn/issues/1698), [#​1699](https://togithub.com/benoitc/gunicorn/issues/1699)) - fix: re-open log files on `USR1` signal using `handler._open` to support subclasses of `FileHandler` ([#​1739](https://togithub.com/benoitc/gunicorn/issues/1739), [#​1742](https://togithub.com/benoitc/gunicorn/issues/1742)) - deprecation: the `gaiohttp` worker is deprecated, see the `worker-class` documentation for more information ([#​1338](https://togithub.com/benoitc/gunicorn/issues/1338), [#​1418](https://togithub.com/benoitc/gunicorn/issues/1418), [#​1569](https://togithub.com/benoitc/gunicorn/issues/1569))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==19.10.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.