diff --git a/pyproject.toml b/pyproject.toml index 070f9a7..a0a458f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dependencies = [ # Web delivery channel (web/) — wraps the diff engine as a FastAPI app served by uvicorn. web = [ "fastapi>=0.140.13", - "uvicorn[standard]>=0.51.0", + "uvicorn[standard]>=0.52.1", "python-multipart>=0.0.18", # 0.0.18 fixes CVE-2024-53981 (multipart DoS); also the floor pip-audit checks "slowapi>=0.1.9", # per-IP rate limiting on /api/compare (#64); chosen over a hand-rolled counter on the issue thread ] diff --git a/uv.lock b/uv.lock index 7a2be96..d2d0268 100644 --- a/uv.lock +++ b/uv.lock @@ -302,7 +302,7 @@ web = [ { name = "fastapi", specifier = ">=0.140.13" }, { name = "python-multipart", specifier = ">=0.0.18" }, { name = "slowapi", specifier = ">=0.1.9" }, - { name = "uvicorn", extras = ["standard"], specifier = ">=0.51.0" }, + { name = "uvicorn", extras = ["standard"], specifier = ">=0.52.1" }, ] [[package]] @@ -1354,15 +1354,15 @@ wheels = [ [[package]] name = "uvicorn" -version = "0.51.0" +version = "0.52.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "click" }, { name = "h11" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/a2/65/b7c6c443ccc58678c91e1e973bbe2a878591538655d6e1d47f24ba1c51f3/uvicorn-0.51.0.tar.gz", hash = "sha256:f6f4b69b657c312f516dd2d268ab9ae6f254b11e4bac504f37b2ab58b24dd0b0", size = 94412, upload-time = "2026-07-08T10:59:05.962Z" } +sdist = { url = "https://files.pythonhosted.org/packages/03/18/ccce41535dee1be77735592bd19965f3972c82e07ee703d324709496b716/uvicorn-0.52.1.tar.gz", hash = "sha256:112ec661814189acbccd3f7b86460147cc065fc92c0821afa78918780e4354dd", size = 100571, upload-time = "2026-08-01T18:19:30.732Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/45/ec/dbb7e5a6b91f86bfb9eb7d2988a2730907b6a729875b949c7f022e8b88fa/uvicorn-0.51.0-py3-none-any.whl", hash = "sha256:5d38af6cd620f2ae3849fb44fd4879e0890aa1febe8d47eb355fb45d93fe6a5b", size = 73219, upload-time = "2026-07-08T10:59:04.44Z" }, + { url = "https://files.pythonhosted.org/packages/c7/d5/68e6e9bca63c0badf67002890a46d3784c958de45b65e1275ec583ca1f06/uvicorn-0.52.1-py3-none-any.whl", hash = "sha256:e4403f9d93188cf9d1088e9f40e3acd12630e2df8675316704379a7fc20fff6a", size = 79859, upload-time = "2026-08-01T18:19:29.294Z" }, ] [package.optional-dependencies]