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',