From 76677fa87797812a1dd1a6a1839d3043036ed68c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 11:52:44 -0800 Subject: Bump aiohttp from 3.10.10 to 3.10.11 in /backend (#728) Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.10 to 3.10.11. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.10.10...v3.10.11) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/pyproject.toml') 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" -- cgit v1.2.3