From 91dd30f2d9be2771e3e410fa37cf182eb32d7b3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 16:50:13 +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 fb85274..8d7afe9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2326,13 +2326,13 @@ zstd = ["zstandard (>=0.18.0)"] [[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] @@ -2475,4 +2475,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "6cabda210cf58b354a3ce3566056c8807e9cb959c5ecf9898d6056b83b4034ca" +content-hash = "2ab87efcef03ef68ece176feb6e70745b70bf68df08d2f33cac71ee9fe091cc1" diff --git a/pyproject.toml b/pyproject.toml index b41118d..a5590ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ python-decouple = "^3.8" requests = "^2.31.0" requests-cache = "^1.1.1" tinydb = "^4.8.0" -uvicorn = "^0.26.0" +uvicorn = "^0.27.0" psycopg2-binary = "^2.9.9" sqlalchemy = "^2.0.25"