summaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 4c5513f..ca15ed8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hircine"
-version = "0.3.0"
+version = "0.4.4"
description = "A web-based comic organizer"
authors = ["Wolfgang Müller <wolf@oriole.systems>"]
license = "ISC"
@@ -18,8 +18,8 @@ schale_network_yaml = "hircine.plugins.scrapers.schale_network:SchaleNetworkScra
[tool.poetry.dependencies]
python = "^3.12"
sqlalchemy = {version = "^2.0.0", extras = ["aiosqlite", "asyncio"]}
-strawberry-graphql = "^0.260.0"
-starlette = "^0.45.2"
+strawberry-graphql = "^0.274.2"
+starlette = "^0.47.0"
uvicorn = {version = "^0.34.0", extras = ["standard"]}
pillow = "^11.0.0"
blake3 = "^1.0.0"
@@ -30,7 +30,7 @@ natsort = "^8.4.0"
[tool.poetry.group.dev.dependencies]
pytest = {extras = ["asyncio"], version = "^8.0.0"}
-ruff = "^0.9.2"
+ruff = "^0.12.0"
types-pillow = "^10.1.0.2"
pytest-cov = "^6.0.0"
sphinx = "^8.1.3"