chore: update dependencies 2026-03-27
All checks were successful
CI / black (pull_request) Successful in 1m17s
CI / ruff (pull_request) Successful in 1m15s
CI / mypy (pull_request) Successful in 1m21s
CI / pytest (pull_request) Successful in 1m17s

This commit is contained in:
Gitea CI
2026-03-27 00:31:13 +00:00
parent 5520dd6287
commit 3311a1df96

8
poetry.lock generated
View File

@@ -521,14 +521,14 @@ dotenv = ["python-dotenv"]
[[package]]
name = "gunicorn"
version = "25.2.0"
version = "25.3.0"
description = "WSGI HTTP Server for UNIX"
optional = false
python-versions = ">=3.10"
groups = ["main"]
files = [
{file = "gunicorn-25.2.0-py3-none-any.whl", hash = "sha256:88f5b444d0055bf298435384af7294f325e2273fd37ba9f9ff7b98e0a1e5dfdc"},
{file = "gunicorn-25.2.0.tar.gz", hash = "sha256:10bd7adb36d44945d97d0a1fdf9a0fb086ae9c7b39e56b4dece8555a6bf4a09c"},
{file = "gunicorn-25.3.0-py3-none-any.whl", hash = "sha256:cacea387dab08cd6776501621c295a904fe8e3b7aae9a1a3cbb26f4e7ed54660"},
{file = "gunicorn-25.3.0.tar.gz", hash = "sha256:f74e1b2f9f76f6cd1ca01198968bd2dd65830edc24b6e8e4d78de8320e2fe889"},
]
[package.dependencies]
@@ -536,7 +536,7 @@ packaging = "*"
[package.extras]
eventlet = ["eventlet (>=0.40.3)"]
fast = ["gunicorn_h1c (>=0.4.1)"]
fast = ["gunicorn_h1c (>=0.6.3)"]
gevent = ["gevent (>=24.10.1)"]
http2 = ["h2 (>=4.1.0)"]
setproctitle = ["setproctitle"]