From e95e6b5604e2fdd9186cf83929252a02e14c7b4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 01:43:12 +0000 Subject: [PATCH] Bump aiohttp from 3.13.0 to 3.13.3 in /code/Ch12 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/Ch12/pyproject.toml | 2 +- code/Ch12/requirements.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/Ch12/pyproject.toml b/code/Ch12/pyproject.toml index 0a4bc70..8c3faed 100644 --- a/code/Ch12/pyproject.toml +++ b/code/Ch12/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">=3.11.13" dependencies = [ "absl-py==2.3.1", "aiohappyeyeballs==2.6.1", - "aiohttp==3.13.0", + "aiohttp==3.13.3", "aiosignal==1.4.0", "alembic==1.16.5", "appnope==0.1.4", diff --git a/code/Ch12/requirements.in b/code/Ch12/requirements.in index 4cced9f..3b4bf7a 100644 --- a/code/Ch12/requirements.in +++ b/code/Ch12/requirements.in @@ -1,4 +1,4 @@ -aiohttp==3.13.0 +aiohttp==3.13.3 darts==0.38.0 ipykernel==6.30.1 nbformat==5.10.4