From b9f0ead33a9845f2b9ad43c78039910176d51d2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:13:21 +0000 Subject: [PATCH] Bump uvicorn from 0.26.0 to 0.27.0.post1 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.26.0 to 0.27.0.post1. - [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.26.0...0.27.0.post1) --- 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 a2064e4..729faf5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -782,13 +782,13 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "uvicorn" -version = "0.26.0" +version = "0.27.0.post1" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.26.0-py3-none-any.whl", hash = "sha256:cdb58ef6b8188c6c174994b2b1ba2150a9a8ae7ea5fb2f1b856b94a815d6071d"}, - {file = "uvicorn-0.26.0.tar.gz", hash = "sha256:48bfd350fce3c5c57af5fb4995fded8fb50da3b4feb543eb18ad7e0d54589602"}, + {file = "uvicorn-0.27.0.post1-py3-none-any.whl", hash = "sha256:4b85ba02b8a20429b9b205d015cbeb788a12da527f731811b643fd739ef90d5f"}, + {file = "uvicorn-0.27.0.post1.tar.gz", hash = "sha256:54898fcd80c13ff1cd28bf77b04ec9dbd8ff60c5259b499b4b12bb0917f22907"}, ] [package.dependencies] @@ -801,4 +801,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c2e697883c3d410ca41b992b07d0b38eba1fa62ba667f4a7a8def544206f82bd" +content-hash = "99171b02f9d730d7cf323411e4be46438be4acdb173e9ce122870d5e33d58fa9" diff --git a/pyproject.toml b/pyproject.toml index 42343c1..ed7f9e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = ["shina-m "] python = "^3.11" fastapi = "^0.109.0" jinja2 = "^3.1.3" -uvicorn = "^0.26.0" +uvicorn = "^0.27.0" python-multipart = "^0.0.6" aiofiles = "^23.2.1" requests = "^2.31.0"