From c1d03b9d7771493a97423b1ddbedb469fca52872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 16:27:17 +0000 Subject: [PATCH] chore(deps): bump uvicorn from 0.29.0 to 0.30.0 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.29.0 to 0.30.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.29.0...0.30.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 83a3a467..32267d3c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4917,13 +4917,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.29.0" +version = "0.30.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.29.0-py3-none-any.whl", hash = "sha256:2c2aac7ff4f4365c206fd773a39bf4ebd1047c238f8b8268ad996829323473de"}, - {file = "uvicorn-0.29.0.tar.gz", hash = "sha256:6a69214c0b6a087462412670b3ef21224fa48cae0e452b5883e8e8bdfdd11dd0"}, + {file = "uvicorn-0.30.0-py3-none-any.whl", hash = "sha256:78fa0b5f56abb8562024a59041caeb555c86e48d0efdd23c3fe7de7a4075bdab"}, + {file = "uvicorn-0.30.0.tar.gz", hash = "sha256:f678dec4fa3a39706bbf49b9ec5fc40049d42418716cea52b53f07828a60aa37"}, ] [package.dependencies] @@ -5283,4 +5283,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = ">=3.10.0,<3.12" -content-hash = "301764d83a3540275e0da82b519680405604272814f12444be965eebf9f8835c" +content-hash = "cbc5f49fdca8f8fe99b4570f095fb4dddc2261a519508c3881aa28d77b1bb547" diff --git a/pyproject.toml b/pyproject.toml index 1bb5ceeb..f231a5a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pandas = ">=2.1.4,<3.0.0" pydantic = ">=2.5.3,<3.0.0" python = ">=3.10.0,<3.12" scikit-learn = "^1.3.2" -uvicorn = ">=0.25.0,<0.30.0" +uvicorn = ">=0.25.0,<0.31.0" tabulate = "^0.9.0" [tool.poetry.group.dev.dependencies]