Skip to content

Commit a5e5dbc

Browse files
chore(deps): update all dependencies (#1654)
* chore(deps): update all dependencies * revert * allow newer versions of libcst --------- Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 6a0ab64 commit a5e5dbc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/gapic-generator/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ google-api-core==2.11.0
33
googleapis-common-protos==1.59.0
44
jinja2==3.1.2
55
MarkupSafe==2.1.2
6-
protobuf==4.22.3
6+
protobuf==4.23.2
77
pypandoc==1.11
88
PyYAML==6.0
9-
setuptools==67.6.1
9+
setuptools==67.8.0
1010
grpc-google-iam-v1==0.12.6
1111
proto-plus==1.22.2
1212
pytest-asyncio==0.21.0
13-
libcst==0.4.9
13+
libcst==1.0.0
1414
inflection==0.5.1

packages/gapic-generator/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"pypandoc >= 1.4",
3535
"PyYAML >= 5.1.1",
3636
"grpc-google-iam-v1 >= 0.12.4, < 1.0.0dev",
37-
"libcst >= 0.4.9, < 1.0.0dev",
37+
"libcst >= 0.4.9, < 2.0.0dev",
3838
"inflection >= 0.5.1, < 1.0.0dev",
3939
]
4040

0 commit comments

Comments
 (0)