mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Merge branch 'renovate/gunicorn-23.x' into 'master'
fix(deps): update dependency gunicorn to v23 See merge request archlinux/aurweb!820
This commit is contained in:
commit
bf10551dea
2 changed files with 5 additions and 5 deletions
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -771,13 +771,13 @@ test = ["objgraph", "psutil"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gunicorn"
|
name = "gunicorn"
|
||||||
version = "22.0.0"
|
version = "23.0.0"
|
||||||
description = "WSGI HTTP Server for UNIX"
|
description = "WSGI HTTP Server for UNIX"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "gunicorn-22.0.0-py3-none-any.whl", hash = "sha256:350679f91b24062c86e386e198a15438d53a7a8207235a78ba1b53df4c4378d9"},
|
{file = "gunicorn-23.0.0-py3-none-any.whl", hash = "sha256:ec400d38950de4dfd418cff8328b2c8faed0edb0d517d3394e457c317908ca4d"},
|
||||||
{file = "gunicorn-22.0.0.tar.gz", hash = "sha256:4a0b436239ff76fb33f11c07a16482c521a7e09c1ce3cc293c2330afe01bec63"},
|
{file = "gunicorn-23.0.0.tar.gz", hash = "sha256:f014447a0101dc57e294f6c18ca6b40227a4c90e9bdb586042628030cba004ec"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -2466,4 +2466,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.10,<3.14"
|
python-versions = ">=3.10,<3.14"
|
||||||
content-hash = "3f61efa57153b51d06808462a7cc3f2dc9a0d9132d1f35d47886a8af75243123"
|
content-hash = "28ebead10f5de75f5803e0a430da67f6d684ced62448454ead04193a8e32ba3d"
|
||||||
|
|
|
@ -87,7 +87,7 @@ greenlet = "3.1.1" # Explicitly add greenlet (dependency of SQLAlchemy) for pyth
|
||||||
|
|
||||||
# ASGI
|
# ASGI
|
||||||
uvicorn = "^0.30.0"
|
uvicorn = "^0.30.0"
|
||||||
gunicorn = "^22.0.0"
|
gunicorn = "^23.0.0"
|
||||||
Hypercorn = "^0.17.0"
|
Hypercorn = "^0.17.0"
|
||||||
pytest-xdist = "^3.5.0"
|
pytest-xdist = "^3.5.0"
|
||||||
filelock = "^3.13.3"
|
filelock = "^3.13.3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue