We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5854cdc commit 64d5586Copy full SHA for 64d5586
2 files changed
packages/gapic-generator/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.7-slim
+FROM python:3.11-slim
2
3
# Install system packages.
4
RUN apt-get update \
packages/gapic-generator/requirements.txt
@@ -1,14 +1,14 @@
click==8.1.3
google-api-core==2.11.0
-googleapis-common-protos==1.57.0
+googleapis-common-protos==1.57.1
jinja2==3.1.2
5
MarkupSafe==2.1.1
6
-protobuf==3.20.3
+protobuf==4.21.12
7
pypandoc==1.10
8
PyYAML==6.0
9
setuptools==65.6.3
10
grpc-google-iam-v1==0.12.4
11
proto-plus==1.22.1
12
-pytest-asyncio==0.20.2
+pytest-asyncio==0.20.3
13
libcst==0.4.9
14
inflection==0.5.1
0 commit comments