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 1
1
[tool .poetry ]
2
2
name = " google-api-python-client-stubs"
3
- version = " 0.2.0.post1 "
3
+ version = " 0.3.0 "
4
4
description = " Type stubs for google-api-python-client"
5
5
authors = [
" Henrik Bruådal <[email protected] >" ]
6
6
readme = " README.md"
@@ -16,14 +16,14 @@ classifiers = [
16
16
17
17
[tool .poetry .dependencies ]
18
18
python = " ^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" }
21
21
typing-extensions = " ^3.7.4"
22
22
23
23
[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" }
27
27
28
28
[tool .isort ]
29
29
profile = " black"
You can’t perform that action at this time.
0 commit comments