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