From 8cfbcd846c3be77ba4c735c12ec041aba8ce4f63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 01:11:21 +0000 Subject: [PATCH] Update all non-major dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0f73ca2b..eabd16e6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,6 +29,6 @@ repos: # Ruff - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: v0.6.3 + rev: v0.6.4 hooks: - id: ruff diff --git a/poetry.lock b/poetry.lock index c173e13f..00a7f9bd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1274,13 +1274,13 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.112.2" +version = "0.113.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = true python-versions = ">=3.8" files = [ - {file = "fastapi-0.112.2-py3-none-any.whl", hash = "sha256:db84b470bd0e2b1075942231e90e3577e12a903c4dc8696f0d206a7904a7af1c"}, - {file = "fastapi-0.112.2.tar.gz", hash = "sha256:3d4729c038414d5193840706907a41839d839523da6ed0c2811f1168cac1798c"}, + {file = "fastapi-0.113.0-py3-none-any.whl", hash = "sha256:c8d364485b6361fb643d53920a18d58a696e189abcb901ec03b487e35774c476"}, + {file = "fastapi-0.113.0.tar.gz", hash = "sha256:b7cf9684dc154dfc93f8b718e5850577b529889096518df44defa41e73caf50f"}, ] [package.dependencies] @@ -4676,4 +4676,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "84ed58e6e81094e8f1b4fc7e8a32baf6ddb0196cc629508b763042da815ea0e3" +content-hash = "6d4078272cc6b87e4e6949fdf537a6df7ced85fa37a7e7f4588fd08f4a675943" diff --git a/pyproject.toml b/pyproject.toml index d5dbf472..52acef08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ click = "^8.1.3" click-plugins = "^1.1.1" python-dotenv = ">=0.20.0,<1.0.0 || ^1.0.0" pydantic-settings = "^2.0.2" -fastapi = {version = ">=0.109.1, <0.113.0", optional = true} +fastapi = {version = ">=0.109.1, <0.114.0", optional = true} uvicorn = {version = "^0.18.2 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.30.0", optional = true} httpx = {version = "^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0", optional = true} fedora-messaging = {version = "^3.3.0", optional = true}