From 5bc0f0748ef687e6971c6fc8002f3e3f2e1ace19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 21:49:47 +0000 Subject: [PATCH] chore(deps-dev): bump aiohttp from 3.11.13 to 3.11.18 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.11.18 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 7f3b8d1..5653359 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ -r requirements.txt # Examples -aiohttp==3.11.13 +aiohttp==3.11.18 # Dev pytest==8.3.5