From d44380fa2eacf6d78d2d8efae9f218bbda793fa5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 22 Dec 2025 12:00:17 +0000 Subject: [PATCH] fix(deps): update all non-major python dependencies --- brain/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/brain/pyproject.toml b/brain/pyproject.toml index c078b0b..0a92f4f 100644 --- a/brain/pyproject.toml +++ b/brain/pyproject.toml @@ -10,16 +10,16 @@ package-mode = false python = "^3.12" python-dotenv = "^1.0.0" requests = "^2.32.5" -fastapi = "^0.121.1" +fastapi = "^0.127.0" pydantic = "^2.12.4" -uvicorn = "^0.38.0" +uvicorn = "^0.40.0" pytest-xdist = "^3.8.0" httpx = "^0.28.1" [tool.poetry.group.dev.dependencies] pytest = "^8.0.0" pytest-cov = "^4.1.0" -pytest-asyncio = "^0.23.0" +pytest-asyncio = "^0.26.0" ruff = "^0.14.7" pre-commit = "^4.5.1" bump-my-version = "^1.2.5"