From 496233e7202c77062533c91da8fc543421e7387e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 01:23:57 +0000 Subject: [PATCH] Bump aiohttp in /src/04-asyncio/web_scraping/async_scrape --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/04-asyncio/web_scraping/async_scrape/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/04-asyncio/web_scraping/async_scrape/requirements.txt b/src/04-asyncio/web_scraping/async_scrape/requirements.txt index 4c72515..86ea4a6 100644 --- a/src/04-asyncio/web_scraping/async_scrape/requirements.txt +++ b/src/04-asyncio/web_scraping/async_scrape/requirements.txt @@ -2,7 +2,7 @@ # uv pip compile requirements.piptools --output-file requirements.txt aiohappyeyeballs==2.6.1 # via aiohttp -aiohttp==3.13.1 +aiohttp==3.13.3 # via -r requirements.piptools aiosignal==1.4.0 # via aiohttp