From 1a76127835b237fad4f7376a34c3e311ca13d740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:42:38 +0000 Subject: [PATCH] Bump uvicorn from 0.30.6 to 0.32.0 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.30.6 to 0.32.0. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.30.6...0.32.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c75d5cf..70e1b61 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1847,13 +1847,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.30.6" +version = "0.32.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.30.6-py3-none-any.whl", hash = "sha256:65fd46fe3fda5bdc1b03b94eb634923ff18cd35b2f084813ea79d1f103f711b5"}, - {file = "uvicorn-0.30.6.tar.gz", hash = "sha256:4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788"}, + {file = "uvicorn-0.32.0-py3-none-any.whl", hash = "sha256:60b8f3a5ac027dcd31448f411ced12b5ef452c646f76f02f8cc3f25d8d26fd82"}, + {file = "uvicorn-0.32.0.tar.gz", hash = "sha256:f78b36b143c16f54ccdb8190d0a26b5f1901fe5a3c777e1ab29f26391af8551e"}, ] [package.dependencies] @@ -1908,4 +1908,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "edfe3488ba05268d1f30a5a998b5c98c99aca7598455be3e367362f7784c299d" +content-hash = "65b36ec9981cdc03c939aec8a0a22e54c5fb6a2ecd786c7408dc63d05d6ec6a5" diff --git a/pyproject.toml b/pyproject.toml index db3bced..b41b132 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ faster-whisper = "^1.0.1" validators = "^0.34.0" boto3 = "^1.35.10" fastapi = "^0.115.0" -uvicorn = "^0.30.6" +uvicorn = "^0.32.0" [tool.poetry.group.dev.dependencies] moto = "^5.0.13"