From 6a00eecfe690057fdb7613835fca42646f1e7679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:44:08 +0000 Subject: [PATCH] build(deps): bump uvicorn from 0.32.1 to 0.33.0 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.32.1 to 0.33.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.32.1...0.33.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index e6fe9be..5ec9ff2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1217,13 +1217,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.32.1" +version = "0.33.0" description = "The lightning-fast ASGI server." optional = true python-versions = ">=3.8" files = [ - {file = "uvicorn-0.32.1-py3-none-any.whl", hash = "sha256:82ad92fd58da0d12af7482ecdb5f2470a04c9c9a53ced65b9bbb4a205377602e"}, - {file = "uvicorn-0.32.1.tar.gz", hash = "sha256:ee9519c246a72b1c084cea8d3b44ed6026e78a4a309cbedae9c37e4cb9fbb175"}, + {file = "uvicorn-0.33.0-py3-none-any.whl", hash = "sha256:2c30de4aeea83661a520abab179b24084a0019c0c1bbe137e5409f741cbde5f8"}, + {file = "uvicorn-0.33.0.tar.gz", hash = "sha256:3577119f82b7091cf4d3d4177bfda0bae4723ed92ab1439e8d779de880c9cc59"}, ] [package.dependencies] @@ -1269,4 +1269,4 @@ webapi = ["fastapi", "uvicorn"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "b97ea933417fb3a6a1ca51c6fcef34c2ae22206fefb959f792cd9e19ecde8e5d" +content-hash = "084a0ce8597ab0a7fc98ac16626e42bba73f1cc8ccab0bc00b1c9f8fbd95a2cc" diff --git a/pyproject.toml b/pyproject.toml index 9be3a4c..cf79ad1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ loguru = ">=0.6,<0.8" hidapi = "^0.14.0" typer = ">=0.12.3,<0.16.0" fastapi = { version = ">=0.111,<0.116", optional = true } -uvicorn = { version = ">=0.24,<0.33", optional = true } +uvicorn = { version = ">=0.24,<0.34", optional = true } [tool.poetry.extras] webapi = ["fastapi", "uvicorn"]