From ad9afa212664171028758c6d8431bff4b99a8a39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:28:08 +0000 Subject: [PATCH] build(deps): bump aiohttp from 3.10.2 to 3.10.11 in /anvil-python Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.2 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.2...v3.10.11) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- anvil-python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anvil-python/requirements.txt b/anvil-python/requirements.txt index 4a9ef1a..0fba23b 100644 --- a/anvil-python/requirements.txt +++ b/anvil-python/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements.txt pyproject.toml # -aiohttp==3.10.2 +aiohttp==3.10.11 # via python-libmaas aiosignal==1.3.1 # via aiohttp