Skip to content

Commit

Permalink
fix(auth): bump aiohttp dependency to latest major
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Jan 9, 2018
1 parent a56c467 commit 811303e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auth/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp >= 1.0.0, < 2.0.0
aiohttp >= 2.0.0, < 3.0.0
cryptography >= 2.0.0, < 3.0.0
gcloud-aio-core >= 0.7.0, < 1.0.0
pyjwt >= 1.5.3, < 2.0.0
2 changes: 1 addition & 1 deletion auth/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setuptools.setup(
name='gcloud-aio-auth',
version='0.6.0',
version='0.6.1',
description='Auth Helpers for Asyncio Google Cloud Library',
long_description=README,
namespace_packages=[
Expand Down

0 comments on commit 811303e

Please sign in to comment.