Skip to content

Commit

Permalink
Update aioboto3==8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tim.reichard committed Dec 3, 2020
1 parent 2d87b92 commit e002262
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 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.9.2 (2020-12-03)
-----------------------

* Update aioboto3==8.2.0


v0.9.1 (2020-11-17)
-----------------------

Expand Down
12 changes: 6 additions & 6 deletions aioradio/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
aioboto3==8.0.5
aioboto3==8.2.0
aiobotocore==1.1.2
aiojobs==0.2.2
aiojobs==0.3.0
aioredis==1.3.1
ddtrace==0.44.0
fakeredis==1.4.4
fakeredis==1.4.5
flask==1.1.2
httpx==0.16.1
mandrill==1.0.59
moto==1.3.16
orjson==3.4.3
pre-commit==2.8.2
orjson==3.4.5
pre-commit==2.9.2
pylint==2.6.0
pyodbc==4.0.30
pysmb==1.2.5
Expand All @@ -18,4 +18,4 @@ pytest-asyncio==0.14.0
pytest-cov==2.10.1
python-json-logger==2.0.1
twine==3.2.0
wheel==0.35.1
wheel==0.36.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = fileobj.read()

setup(name='aioradio',
version='0.9.1',
version='0.9.2',
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 Down

0 comments on commit e002262

Please sign in to comment.