From 157fbd0b2f88b81f55948b68b865d8b3c116f870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:23:52 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20uvicorn=20from=200.25.0=20to?= =?UTF-8?q?=200.26.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.25.0 to 0.26.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.25.0...0.26.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 5456fb2..e8f5ff0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1802,13 +1802,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.25.0" +version = "0.26.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.25.0-py3-none-any.whl", hash = "sha256:ce107f5d9bd02b4636001a77a4e74aab5e1e2b146868ebbad565237145af444c"}, - {file = "uvicorn-0.25.0.tar.gz", hash = "sha256:6dddbad1d7ee0f5140aba5ec138ddc9612c5109399903828b4874c9937f009c2"}, + {file = "uvicorn-0.26.0-py3-none-any.whl", hash = "sha256:cdb58ef6b8188c6c174994b2b1ba2150a9a8ae7ea5fb2f1b856b94a815d6071d"}, + {file = "uvicorn-0.26.0.tar.gz", hash = "sha256:48bfd350fce3c5c57af5fb4995fded8fb50da3b4feb543eb18ad7e0d54589602"}, ] [package.dependencies] @@ -2050,4 +2050,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "eb6313e224fce1d56588130026c4f92bce299535d1394fac50e7a38200d361b9" +content-hash = "16d8eb35843c017737ad6bfa4a8b0f276a9de4bf79eaa8f95e26591164dc3671" diff --git a/pyproject.toml b/pyproject.toml index a9c73c0..c67c19c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [{include = "app", from = "src"}] python = ">=3.9,<3.13" fastapi = {extras = ["full"], version = "^0.109.0"} python-dotenv = "^1.0.0" -uvicorn = "^0.25.0" +uvicorn = "^0.26.0" pydantic = {extras = ["email"], version = "^2.5.3"} pydantic-settings = "^2.1.0" python-multipart = "^0.0.6"