Skip to content

Commit

Permalink
upgrading version of botocore
Browse files Browse the repository at this point in the history
  • Loading branch information
phenobarbital committed Jul 29, 2022
1 parent 2297a83 commit b0af426
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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.0.33'
__version__ = '2.0.34'
__author__ = 'Jesus Lara'
__author_email__ = 'jesuslarag@gmail.com'
__license__ = 'BSD'
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,10 @@ def readme():
"python-magic==0.4.18",
"psycopg2-binary>=2.9.1",
"pgpy==0.5.3",
"aiobotocore==2.1.1",
"botocore==1.23.24",
"boto3==1.20.24",
"botocore==1.24.21",
"boto3==1.21.21",
"aioboto3==9.6.0",
"aiobotocore==2.3.0",
"xlrd==2.0.1",
"bs4==0.0.1",
"beautifulsoup4>=4.10.0",
Expand Down

0 comments on commit b0af426

Please sign in to comment.