terricain / aioboto3

Wrapper to use boto3 resources with the aiobotocore async backend
Apache License 2.0
732 stars 75 forks source link

[prbot][depupdate] Aiobotocore1.0.4 #202

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

Aiobotocore depenency update. Version 1.0.4

terricain commented 4 years ago

@thehesiod it works :smile: managed to get a real hacky github action to make a pr bumping my aiobotocore deps whenever we release on pypi. Might not be a bad shout for aiobotocore and botocore, though it'd need to be far smarter about that.

Thinking of moving to poetry though, should then just result in updating a toml file and setup.py goes away I think.

thehesiod commented 4 years ago

ya, I tried poetry but ran into some issues so fell back to pipenv, ex: https://github.com/python-poetry/poetry/issues/1553. haven't had a chance to look into it yet

thehesiod commented 4 years ago

nice btw!