From c4d4120c44418b10fd9a81e224ab55485cb5cad4 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 21 Mar 2024 14:06:34 +0100 Subject: build/deps: Update Python dependencies Update all Python dependencies to their latest compatible versions. Additionally, update strawberry-graphql to 0.220.0 and uvicorn to 0.29.0. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 2af84e9..c0df161 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,9 +17,9 @@ anchira_yaml = "hircine.plugins.scrapers.anchira:AnchiraYamlScraper" [tool.poetry.dependencies] python = "^3.12" sqlalchemy = {version = "^2.0.0", extras = ["aiosqlite", "asyncio"]} -strawberry-graphql = "^0.219.1" +strawberry-graphql = "^0.220.0" starlette = "^0.37.0" -uvicorn = {extras = ["standard"], version = "^0.27.0.post1"} +uvicorn = {extras = ["standard"], version = "^0.29.0"} pillow = "^10.1.0" blake3 = "^0.4.1" alembic = "^1.13.1" -- cgit v1.2.3-2-gb3c3