From e3c1618748cf50e2853876dd6a37a81a1a7d8d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 02:44:59 +0000 Subject: [PATCH] Chore(deps): Bump aiohttp from 3.11.13 to 3.12.11 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.11 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index daa9a73e..691d1d6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ dynamic = [ "version" ] dependencies = [ "aiodns==3.2", - "aiohttp==3.11.13", + "aiohttp==3.12.11", "aleph-message>=1.0.1", "aleph-sdk-python @ git+https://github.com/aleph-im/aleph-sdk-python@andres-feature-implement_unichain_network", "base58==2.1.1", # Needed now as default with _load_account changement