File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " google-api-python-client-stubs"
3- version = " 0.2.0.post1 "
3+ version = " 0.3.0 "
44description = " Type stubs for google-api-python-client"
55authors = [
" Henrik Bruådal <[email protected] >" ]
66readme = " README.md"
@@ -16,14 +16,14 @@ classifiers = [
1616
1717[tool .poetry .dependencies ]
1818python = " ^2.7 || ^3.4"
19- google-api-python-client = " ^1.12.3 "
20- typing = {version = " ^3.7.4" , python = " <3.5" }
19+ google-api-python-client = " ^1.12.5 "
20+ typing = { version = " ^3.7.4" , python = " <3.5" }
2121typing-extensions = " ^3.7.4"
2222
2323[tool .poetry .dev-dependencies ]
24- mypy = {version = " ^0.782" , python = " ^3.5" }
25- black = {version = " ^20.8b1" , python = " ^3.6" }
26- isort = {version = " ^5.5.4" , python = " ^3.6" }
24+ mypy = { version = " ^0.782" , python = " ^3.5" }
25+ black = { version = " ^20.8b1" , python = " ^3.6" }
26+ isort = { version = " ^5.5.4" , python = " ^3.6" }
2727
2828[tool .isort ]
2929profile = " black"
You can’t perform that action at this time.
0 commit comments