From cc437f3069dee5ae4028e933a0a9c96c9b9c2a53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:08:21 +0100 Subject: [PATCH] Bump uvicorn in /backend-python in the poetry-dependencies group (#134) Bumps the poetry-dependencies group in /backend-python with 1 update: [uvicorn](https://github.com/encode/uvicorn). Updates `uvicorn` from 0.32.1 to 0.34.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.32.1...0.34.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend-python/poetry.lock | 12 ++++++------ backend-python/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/backend-python/poetry.lock b/backend-python/poetry.lock index be9aad11..d035bb65 100644 --- a/backend-python/poetry.lock +++ b/backend-python/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -511,13 +511,13 @@ files = [ [[package]] name = "uvicorn" -version = "0.32.1" +version = "0.34.0" description = "The lightning-fast ASGI server." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "uvicorn-0.32.1-py3-none-any.whl", hash = "sha256:82ad92fd58da0d12af7482ecdb5f2470a04c9c9a53ced65b9bbb4a205377602e"}, - {file = "uvicorn-0.32.1.tar.gz", hash = "sha256:ee9519c246a72b1c084cea8d3b44ed6026e78a4a309cbedae9c37e4cb9fbb175"}, + {file = "uvicorn-0.34.0-py3-none-any.whl", hash = "sha256:023dc038422502fa28a09c7a30bf2b6991512da7dcdb8fd35fe57cfc154126f4"}, + {file = "uvicorn-0.34.0.tar.gz", hash = "sha256:404051050cd7e905de2c9a7e61790943440b3416f49cb409f965d9dcd0fa73e9"}, ] [package.dependencies] @@ -530,4 +530,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.6.3)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "e606dd62b6543a8a0e5563451661c59c97d8cb57b06445ed5faf05f76a281d91" +content-hash = "a262f403d5f4706ef016f58df17da999138e709a01d67390916e548d95cfe500" diff --git a/backend-python/pyproject.toml b/backend-python/pyproject.toml index 955aeaf0..3667b5dc 100644 --- a/backend-python/pyproject.toml +++ b/backend-python/pyproject.toml @@ -9,7 +9,7 @@ packages = [{include = "src"}] [tool.poetry.dependencies] python = "^3.12" fastapi = "^0.115.6" -uvicorn = "^0.32.1" +uvicorn = "^0.34.0" scikit-learn = "^1.6.0"