summaryrefslogtreecommitdiff
path: root/backend/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-01-09 06:08:36 +0000
committerGitHub <noreply@github.com>2026-01-09 06:08:36 +0000
commitf9595e932a5d3094091c17ef968d4bd01fb72654 (patch)
tree7d3f7d394f9b4ab46de319de0eca91ef0865ca46 /backend/pyproject.toml
parent9f586a1b97cf9069fbfbeee17e3909baf9e95f66 (diff)
downloaddecky-loader-f9595e932a5d3094091c17ef968d4bd01fb72654.tar.gz
decky-loader-f9595e932a5d3094091c17ef968d4bd01fb72654.zip
Bump aiohttp from 3.10.11 to 3.13.3 in /backenddependabot/pip/backend/aiohttp-3.13.3
--- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
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 27934398..4a381e14 100644
--- a/backend/pyproject.toml
+++ b/backend/pyproject.toml
@@ -16,7 +16,7 @@ include = [
[tool.poetry.dependencies]
python = ">=3.10,<3.14"
-aiohttp = "^3.10.11"
+aiohttp = "^3.13.3"
aiohttp-jinja2 = "^1.5.1"
aiohttp-cors = "^0.7.0"
watchdog = "^4"