Skip to content

Commit

Permalink
bump version of aiohttp
Browse files Browse the repository at this point in the history
  • Loading branch information
phenobarbital committed Oct 23, 2023
1 parent 90a0238 commit ce20ad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asyncdb/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = '[email protected]'
__license__ = 'BSD'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ce20ad6

Please sign in to comment.