Skip to content

Commit

Permalink
Try #11431:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] committed Nov 30, 2022
2 parents 7afac76 + 0c72f71 commit aeaa736
Show file tree
Hide file tree
Showing 23 changed files with 9 additions and 23 deletions.
@@ -0,0 +1,4 @@
changes:
- type: chore
scope: sdk/python
description: Bumps grpcio to 1.50
2 changes: 1 addition & 1 deletion proto/.checksum.txt
@@ -1,4 +1,4 @@
283055245 2069 proto/build-container/Dockerfile
3850377987 2069 proto/build-container/Dockerfile
3003861496 625 proto/build-container/scripts/install-go.sh
853251015 873 proto/build-container/scripts/install-node.sh
2003827277 549 proto/build-container/scripts/install-packages.sh
Expand Down
4 changes: 2 additions & 2 deletions proto/build-container/Dockerfile
Expand Up @@ -54,6 +54,6 @@ RUN PROTOC_VERSION=3.20.1 \
PROTOC_GEN_GO_VERSION=1.5.2 \
NODEJS_GRPC_VERSION=1.24.2 \
NODEJS_GRPC_TOOLS_VERSION=1.8.1 \
PYTHON_GRPCIO_VERSION=1.49.1 \
PYTHON_GRPCIO_TOOLS_VERSION=1.49.1 \
PYTHON_GRPCIO_VERSION=1.50.0 \
PYTHON_GRPCIO_TOOLS_VERSION=1.50.0 \
/build-scripts/install-protobuf-tools.sh
2 changes: 1 addition & 1 deletion sdk/python/lib/setup.py
Expand Up @@ -45,7 +45,7 @@ def readme():
# Keep this list in sync with Pipfile
install_requires=[
'protobuf~=4.21',
'grpcio==1.47',
'grpcio==1.50',
'dill~=0.3',
'six~=1.12',
'semver~=2.8',
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements.txt
@@ -1,7 +1,7 @@
# Packages needed by the library.
# Keep this list in sync with setup.py.
protobuf~=4.21
grpcio==1.47
grpcio==1.50
dill~=0.3
six~=1.12
semver~=2.8
Expand Down
1 change: 0 additions & 1 deletion tests/integration/about/python/requirements.txt
@@ -1,2 +1 @@
pulumi>=3.0.0,<4.0.0
pulumi-kubernetes>=3.0.0,<4.0.0
1 change: 0 additions & 1 deletion tests/integration/enums/python/requirements.txt
@@ -1 +0,0 @@
pulumi>=3.0.0,<4.0.0
1 change: 0 additions & 1 deletion tests/integration/large_resource/python/requirements.txt
@@ -1 +0,0 @@
pulumi>=2.0.0,<3.0.0
1 change: 0 additions & 1 deletion tests/integration/python/missing-main/requirements.txt
@@ -1 +0,0 @@
pulumi
1 change: 0 additions & 1 deletion tests/integration/python/pylint/requirements.txt
@@ -1 +0,0 @@
pylint
1 change: 0 additions & 1 deletion tests/integration/python/resource_args/requirements.txt
@@ -1 +0,0 @@
pulumi
@@ -1 +0,0 @@
pulumi
@@ -1 +0,0 @@
pulumi
@@ -1 +0,0 @@
pulumi
@@ -1 +0,0 @@
pulumi
1 change: 0 additions & 1 deletion tests/integration/python/venv/requirements.txt
@@ -1 +0,0 @@
pulumi
@@ -1 +0,0 @@
pulumi>=2.0.0,<3.0.0
@@ -1 +0,0 @@
pulumi>=2.0.0,<3.0.0
1 change: 0 additions & 1 deletion tests/integration/python_await/failure/requirements.txt
@@ -1 +0,0 @@
pulumi>=2.0.0,<3.0.0
@@ -1 +0,0 @@
pulumi>=2.0.0,<3.0.0
@@ -1 +0,0 @@
pulumi>=2.0.0,<3.0.0
@@ -1 +0,0 @@
pulumi>=2.0.0,<3.0.0
1 change: 0 additions & 1 deletion tests/integration/python_await/success/requirements.txt
@@ -1 +0,0 @@
pulumi>=2.0.0,<3.0.0

0 comments on commit aeaa736

Please sign in to comment.