Skip to content

Commit

Permalink
Update aioboto3 libs
Browse files Browse the repository at this point in the history
  • Loading branch information
tim.reichard committed Apr 1, 2022
1 parent d685035 commit 35041fb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ History
=======


v0.17.5 (2022-03-31)

* Update aioboto3==9.5.0
* Update aiobotocore==2.2.0


v0.17.4 (2022-03-25)

* Update aioboto3==9.4.0
Expand Down
14 changes: 7 additions & 7 deletions aioradio/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
aioboto3==9.4.0
aiobotocore==2.1.2
aioboto3==9.5.0
aiobotocore==2.2.0
aiojobs==0.3.0
boto3==1.20.24
ddtrace==0.60.0
boto3==1.21.21
ddtrace==0.60.1
dominodatalab==1.0.7
fakeredis==1.7.1
flask==2.0.3
flask==2.1.1
flask-cors==3.0.10
httpx==0.22.0
mandrill==1.0.60
Expand All @@ -14,13 +14,13 @@ orjson==3.6.7
pandas==1.4.1
pre-commit==2.17.0
psycopg2-binary==2.9.3
pylint==2.13.0
pylint==2.13.4
pyodbc==4.0.32
pysmb==1.2.7
pytest==7.1.1
pytest-asyncio==0.18.3
pytest-cov==3.0.0
python-json-logger==2.0.2
redis==3.5.3
twine==3.8.0
twine==4.0.0
wheel==0.37.1
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = fileobj.read()

setup(name='aioradio',
version='0.17.4',
version='0.17.5',
description='Generic asynchronous i/o python utilities for AWS services (SQS, S3, DynamoDB, Secrets Manager), Redis, MSSQL (pyodbc), JIRA and more',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -20,11 +20,11 @@
'aioradio/aws',
],
install_requires=[
'aioboto3>=9.4.0',
'aiobotocore>=2.1.2',
'aioboto3==9.5.0',
'aiobotocore==2.2.0',
'aiojobs>=0.3.0',
'boto3==1.20.24',
'ddtrace>=0.60.0',
'boto3==1.21.21',
'ddtrace>=0.60.1',
'dominodatalab==1.0.7',
'fakeredis>=1.7.1',
'httpx>=0.19.0',
Expand All @@ -39,11 +39,11 @@
],
include_package_data=True,
tests_require=[
'flask>=2.0.3',
'flask>=2.1.1',
'flask-cors>=3.0.10',
'moto>=3.0.3',
'pre-commit>=2.15.0',
'pylint>=2.10.2',
'pylint>=2.13.4',
'pytest>=7.0.1',
'pytest-asyncio>=0.15.1',
'pytest-cov>=3.0.0'
Expand Down

0 comments on commit 35041fb

Please sign in to comment.