From 34af903144cf74162c9efe6573b7fdda9675f9d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 09:34:56 +0000 Subject: [PATCH] build(deps): bump uvicorn from 0.25.0 to 0.26.0 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 ad2cdf7..b048034 100644 --- a/poetry.lock +++ b/poetry.lock @@ -765,13 +765,13 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.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] @@ -805,4 +805,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "c23db17822f06a64b7917a83d256a49d7d738042891d5dddbc5ddd7090807b88" +content-hash = "79b4beb23dd125ab8f18451a321f1cfe1df763ac58af264e1c23165d13b0ad5c" diff --git a/pyproject.toml b/pyproject.toml index e31fff5..f186104 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ classifiers = ["License :: OSI Approved :: Apache Software License", "Developmen [tool.poetry.dependencies] python = "^3.9" fastapi = ">=0.70,<0.110" -uvicorn = ">=0.15,<0.26" +uvicorn = ">=0.15,<0.27" dependency-injector = "^4.37.0" PyYAML = "^6.0" coloredlogs = "^15.0.1"