summaryrefslogtreecommitdiff
path: root/backend/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'backend/pyproject.toml')
-rw-r--r--backend/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/pyproject.toml b/backend/pyproject.toml
index a6d8543e..38fc304d 100644
--- a/backend/pyproject.toml
+++ b/backend/pyproject.toml
@@ -16,7 +16,7 @@ include = [
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
-aiohttp = "^3.9.5"
+aiohttp = "^3.10.11"
aiohttp-jinja2 = "^1.5.1"
aiohttp-cors = "^0.7.0"
watchdog = "^4"