From 68346cdb8581294068d4d803328843ca106071f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 16:09:48 +0000 Subject: [PATCH] fix(deps): update dependency uvicorn-worker to v0.3.0 (#2222) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3bb1ce2a..341b0001 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ optional-dependencies.production = [ "gunicorn==23", "psycopg[c]==3.2.3", "redis[hiredis]==5.2.1", - "uvicorn-worker==0.2", + "uvicorn-worker==0.3.0", ] [tool.uv] diff --git a/uv.lock b/uv.lock index 1c99e088..5faa3154 100644 --- a/uv.lock +++ b/uv.lock @@ -113,7 +113,7 @@ requires-dist = [ { name = "socnet-rs", directory = "socnet_rs" }, { name = "types-pillow", marker = "extra == 'local'", specifier = "==10.2.0.20240822" }, { name = "uvicorn", specifier = "==0.34" }, - { name = "uvicorn-worker", marker = "extra == 'production'", specifier = "==0.2" }, + { name = "uvicorn-worker", marker = "extra == 'production'", specifier = "==0.3.0" }, { name = "uvloop", marker = "(implementation_name == 'cpython' and sys_platform == 'darwin') or (implementation_name == 'cpython' and sys_platform == 'linux')", specifier = "==0.21" }, { name = "watchfiles", marker = "extra == 'local'", specifier = "==1.0.3" }, { name = "websockets", specifier = "==14.1" }, @@ -1345,15 +1345,15 @@ wheels = [ [[package]] name = "uvicorn-worker" -version = "0.2.0" +version = "0.3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "gunicorn" }, { name = "uvicorn" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/d9/7a/a4b06ea7ece47f6b020671209912a505f8eef1812e02a68cb25d71ee0e8d/uvicorn_worker-0.2.0.tar.gz", hash = "sha256:f6894544391796be6eeed37d48cae9d7739e5a105f7e37061eccef2eac5a0295", size = 8959 } +sdist = { url = "https://files.pythonhosted.org/packages/37/c0/b5df8c9a31b0516a47703a669902b362ca1e569fed4f3daa1d4299b28be0/uvicorn_worker-0.3.0.tar.gz", hash = "sha256:6baeab7b2162ea6b9612cbe149aa670a76090ad65a267ce8e27316ed13c7de7b", size = 9181 } wheels = [ - { url = "https://files.pythonhosted.org/packages/9e/9c/5ead3efe80abb7ba5e2764650a050e7c25d8a75228543a1e63ce321186c3/uvicorn_worker-0.2.0-py3-none-any.whl", hash = "sha256:65dcef25ab80a62e0919640f9582216ee05b3bb1dc2f0e58b354ca0511c398fb", size = 5282 }, + { url = "https://files.pythonhosted.org/packages/f7/1f/4e5f8770c2cf4faa2c3ed3c19f9d4485ac9db0a6b029a7866921709bdc6c/uvicorn_worker-0.3.0-py3-none-any.whl", hash = "sha256:ef0fe8aad27b0290a9e602a256b03f5a5da3a9e5f942414ca587b645ec77dd52", size = 5346 }, ] [[package]]