From 5b1bb2f0c5c8dfac7989edc5c16f9bcf58962c3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 03:15:42 +0900 Subject: [PATCH] chore(deps): bump aiohttp (#6) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- custom-skills/31-notion-organizer/code/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-skills/31-notion-organizer/code/scripts/requirements.txt b/custom-skills/31-notion-organizer/code/scripts/requirements.txt index 9e8a0fa..558d9fc 100644 --- a/custom-skills/31-notion-organizer/code/scripts/requirements.txt +++ b/custom-skills/31-notion-organizer/code/scripts/requirements.txt @@ -5,7 +5,7 @@ notion-client==2.2.1 # Async HTTP -aiohttp==3.9.1 +aiohttp==3.13.4 # Rate limiting asyncio-throttle==1.0.2