From 6cd9941d55e5802a36cc98390344ee6f70887300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 22:01:19 +0000 Subject: [PATCH] chore(deps-dev): bump aiohttp from 3.11.12 to 3.11.13 --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 9c9a677..fab4a69 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ -r requirements.txt # Examples -aiohttp==3.11.12 +aiohttp==3.11.13 # Dev pytest==8.3.4