Skip to content

Commit 4acecc3

Browse files
authored
fix(deps): require six>=1.13.0 (#1030)
This is needed for collections_abc
1 parent 269fdb8 commit 4acecc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"google-auth>=1.16.0",
4343
"google-auth-httplib2>=0.0.3",
4444
"google-api-core>=1.21.0,<2dev",
45-
"six>=1.6.1,<2dev",
45+
"six>=1.13.0,<2dev",
4646
"uritemplate>=3.0.0,<4dev",
4747
]
4848

0 commit comments

Comments
 (0)