From 2f58e651612081fa484df911d43cc4ca4781f070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 23:45:23 +0000 Subject: [PATCH] Bump aiohttp from 3.13.4 to 3.14.0 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2af0d3b..bd2c2d9 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ download_url='https://github.com/ibizaman/jsondispatch/archive/0.1.0.tar.gz', keywords=['json', 'aiohttp'], install_requires=[ - 'aiohttp == 3.13.4', + 'aiohttp == 3.14.0', 'aiohttp_cors == 0.6.0', 'yarl == 0.18.0', 'PyYAML == 5.4',