We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0ab64 commit a5e5dbcCopy full SHA for a5e5dbc
packages/gapic-generator/requirements.txt
@@ -3,12 +3,12 @@ google-api-core==2.11.0
3
googleapis-common-protos==1.59.0
4
jinja2==3.1.2
5
MarkupSafe==2.1.2
6
-protobuf==4.22.3
+protobuf==4.23.2
7
pypandoc==1.11
8
PyYAML==6.0
9
-setuptools==67.6.1
+setuptools==67.8.0
10
grpc-google-iam-v1==0.12.6
11
proto-plus==1.22.2
12
pytest-asyncio==0.21.0
13
-libcst==0.4.9
+libcst==1.0.0
14
inflection==0.5.1
packages/gapic-generator/setup.py
@@ -34,7 +34,7 @@
34
"pypandoc >= 1.4",
35
"PyYAML >= 5.1.1",
36
"grpc-google-iam-v1 >= 0.12.4, < 1.0.0dev",
37
- "libcst >= 0.4.9, < 1.0.0dev",
+ "libcst >= 0.4.9, < 2.0.0dev",
38
"inflection >= 0.5.1, < 1.0.0dev",
39
]
40
0 commit comments