From 31f9248908a7c0483a4630c8f37b71bdcf91e5a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 09:03:25 +0000 Subject: [PATCH] Build(deps): bump uvicorn from 0.26.0 to 0.27.0 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.26.0 to 0.27.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.26.0...0.27.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 b0ae0420..b2c11307 100644 --- a/poetry.lock +++ b/poetry.lock @@ -959,13 +959,13 @@ files = [ [[package]] name = "uvicorn" -version = "0.26.0" +version = "0.27.0" 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-py3-none-any.whl", hash = "sha256:890b00f6c537d58695d3bb1f28e23db9d9e7a17cbcc76d7457c499935f933e24"}, + {file = "uvicorn-0.27.0.tar.gz", hash = "sha256:c855578045d45625fd027367f7653d249f7c49f9361ba15cf9624186b26b8eb6"}, ] [package.dependencies] @@ -994,4 +994,4 @@ pydantic = ">=2.0,<3.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ee632d8525c343263fea432aba4b4f4e6a3de1403e4dec6f24a8729905b40f92" +content-hash = "67abce120b1a357988c04df7a05652ccd978c8718608de188adec9613d1a701f" diff --git a/pyproject.toml b/pyproject.toml index e6075a1b..a44a0c89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ splunk-sdk = { version= "^1.7", python = "<3.12" } bcrypt = "^4.0" whist-core = "^0.9" python-multipart = "^0.0.6" -uvicorn = ">=0.23,<0.27" +uvicorn = ">=0.23,<0.28" [tool.poetry.group.dev.dependencies] pytest = "^7.4"