diff --git a/asyncdb/version.py b/asyncdb/version.py index aa42633b..90cecb2d 100644 --- a/asyncdb/version.py +++ b/asyncdb/version.py @@ -3,7 +3,7 @@ __title__ = 'asyncdb' __description__ = ('Library for Asynchronous data source connections ' 'Collection of asyncio drivers.') -__version__ = '2.5.5' +__version__ = '2.5.6' __author__ = 'Jesus Lara' __author_email__ = 'jesuslarag@gmail.com' __license__ = 'BSD' diff --git a/setup.py b/setup.py index 7c16a895..36271d51 100644 --- a/setup.py +++ b/setup.py @@ -104,7 +104,7 @@ def readme(): install_requires=[ "numpy==1.24.2", "cryptography==37.0.4", - "aiohttp==3.8.5", + "aiohttp==3.8.6", "asyncpg==0.28.0", "uvloop==0.19.0", "asyncio==3.4.3",