From e002262f9228235e8976a97a385c569fa949af34 Mon Sep 17 00:00:00 2001 From: "tim.reichard" Date: Thu, 3 Dec 2020 09:27:48 -0600 Subject: [PATCH] Update aioboto3==8.2.0 --- HISTORY.rst | 6 ++++++ aioradio/requirements.txt | 12 ++++++------ setup.py | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index b1afaaa..671b257 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ======= +v0.9.2 (2020-12-03) +----------------------- + +* Update aioboto3==8.2.0 + + v0.9.1 (2020-11-17) ----------------------- diff --git a/aioradio/requirements.txt b/aioradio/requirements.txt index f5b557d..999b38a 100644 --- a/aioradio/requirements.txt +++ b/aioradio/requirements.txt @@ -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 @@ -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 diff --git a/setup.py b/setup.py index fcf68c2..3c87014 100644 --- a/setup.py +++ b/setup.py @@ -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",