summaryrefslogtreecommitdiff
path: root/backend/pyproject.toml
diff options
context:
space:
mode:
authorTrainDoctor <traindoctor@protonmail.com>2025-07-01 12:53:26 -0700
committerTrainDoctor <traindoctor@protonmail.com>2025-07-01 12:53:26 -0700
commitbfd09520f9229b612d3d7a9ac81f03e61a29b852 (patch)
tree2ab9b12c3c6ff94050ebc1f1f854414460935cd1 /backend/pyproject.toml
parente63983dba912cbf88814d635785039f1b37c94c3 (diff)
downloaddecky-loader-bfd09520f9229b612d3d7a9ac81f03e61a29b852.tar.gz
decky-loader-bfd09520f9229b612d3d7a9ac81f03e61a29b852.zip
Update aiohttp and otherstrain/aiohttp-bump
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 38fc304d..c9bf8ae6 100644
--- a/backend/pyproject.toml
+++ b/backend/pyproject.toml
@@ -14,7 +14,7 @@ include = [
]
[tool.poetry.dependencies]
-python = ">=3.10,<3.13"
+python = ">=3.10,<=3.13.5"
aiohttp = "^3.10.11"
aiohttp-jinja2 = "^1.5.1"