mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-03-01 01:40:42 +00:00
Bump gunicorn from 21.2.0 to 22.0.0 in /spiffworkflow-backend (#1709)
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e4b2111120
commit
f3c51cdf88
13
spiffworkflow-backend/poetry.lock
generated
13
spiffworkflow-backend/poetry.lock
generated
@ -1130,22 +1130,23 @@ test = ["objgraph", "psutil"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gunicorn"
|
name = "gunicorn"
|
||||||
version = "21.2.0"
|
version = "22.0.0"
|
||||||
description = "WSGI HTTP Server for UNIX"
|
description = "WSGI HTTP Server for UNIX"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.5"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "gunicorn-21.2.0-py3-none-any.whl", hash = "sha256:3213aa5e8c24949e792bcacfc176fef362e7aac80b76c56f6b5122bf350722f0"},
|
{file = "gunicorn-22.0.0-py3-none-any.whl", hash = "sha256:350679f91b24062c86e386e198a15438d53a7a8207235a78ba1b53df4c4378d9"},
|
||||||
{file = "gunicorn-21.2.0.tar.gz", hash = "sha256:88ec8bff1d634f98e61b9f65bc4bf3cd918a90806c6f5c48bc5603849ec81033"},
|
{file = "gunicorn-22.0.0.tar.gz", hash = "sha256:4a0b436239ff76fb33f11c07a16482c521a7e09c1ce3cc293c2330afe01bec63"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
packaging = "*"
|
packaging = "*"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
eventlet = ["eventlet (>=0.24.1)"]
|
eventlet = ["eventlet (>=0.24.1,!=0.36.0)"]
|
||||||
gevent = ["gevent (>=1.4.0)"]
|
gevent = ["gevent (>=1.4.0)"]
|
||||||
setproctitle = ["setproctitle"]
|
setproctitle = ["setproctitle"]
|
||||||
|
testing = ["coverage", "eventlet", "gevent", "pytest", "pytest-cov"]
|
||||||
tornado = ["tornado (>=0.2)"]
|
tornado = ["tornado (>=0.2)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -3485,4 +3486,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==4.6.0)", "pytest (==6.2.5)", "pyt
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.10,<3.13"
|
python-versions = ">=3.10,<3.13"
|
||||||
content-hash = "e71a3d48eb573cc0d324cfc0abbbfae86c95e810e54a248f98a83b24ffd9046e"
|
content-hash = "f680dd7167530e99d20575bfc8a872480c70521f5d708f8cfbffe30c5723452e"
|
||||||
|
@ -57,7 +57,7 @@ Flask-SQLAlchemy = "^3"
|
|||||||
# 22.0.0 breaks passing in SCRIPT_NAME as a header which breaks status environments
|
# 22.0.0 breaks passing in SCRIPT_NAME as a header which breaks status environments
|
||||||
# https://github.com/benoitc/gunicorn/issues/3200
|
# https://github.com/benoitc/gunicorn/issues/3200
|
||||||
# https://github.com/benoitc/gunicorn/issues/2650
|
# https://github.com/benoitc/gunicorn/issues/2650
|
||||||
gunicorn = "21.2.0"
|
gunicorn = "22.0.0"
|
||||||
|
|
||||||
# https://github.com/dropbox/sqlalchemy-stubs/pull/251
|
# https://github.com/dropbox/sqlalchemy-stubs/pull/251
|
||||||
# someday get off github
|
# someday get off github
|
||||||
|
Loading…
x
Reference in New Issue
Block a user