Skip to content

Commit f8a15f7

Browse files
authored
fix(setup.py): increase required google-auth version to >=2.13.0 (#246) (#247)
1 parent 64e2987 commit f8a15f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
TOOL_DEPENDENCIES = "click>=6.0.0"
2222

23-
DEPENDENCIES = ("google-auth>=1.0.0", "requests-oauthlib>=0.7.0")
23+
DEPENDENCIES = ("google-auth>=2.13.0", "requests-oauthlib>=0.7.0")
2424

2525

2626
with io.open("README.rst", "r") as fh:

0 commit comments

Comments
 (0)