From fd2d3fc65456f75e9ba4569a98353cfa2043141b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 10:24:53 +0000 Subject: [PATCH] Update aiohttp requirement from ~=3.11.11 to ~=3.11.12 --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e6ed7c9..5197747 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -aiohttp~=3.11.11 +aiohttp~=3.11.12