Skip to content

Commit

Permalink
Merge #11067
Browse files Browse the repository at this point in the history
11067: chore: bumps python grpcio versions in dockerfile r=kpitzen a=kpitzen

<!--- 
Thanks so much for your contribution! If this is your first time contributing, please ensure that you have read the [CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md) documentation.
-->

# Description

<!--- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. -->

Fixes #9697 

## Checklist

<!--- Please provide details if the checkbox below is to be left unchecked. -->
- [ ] I have added tests that prove my fix is effective or that my feature works
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [x] I have run `make changelog` and committed the `changelog/pending/<file>` documenting my change
<!--
If the change(s) in this PR is a modification of an existing call to the Pulumi Service,
then the service should honor older versions of the CLI where this change would not exist.
You must then bump the API version in /pkg/backend/httpstate/client/api.go, as well as add
it to the service.
-->
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi Service API version
  <!-- `@Pulumi` employees: If yes, you must submit corresponding changes in the service repo. -->


Co-authored-by: Kyle Pitzen <kyle.pitzen@gmail.com>
  • Loading branch information
bors[bot] and kpitzen committed Oct 19, 2022
2 parents 10dd3d0 + 3842bf3 commit 232a00d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
@@ -0,0 +1,4 @@
changes:
- type: chore
scope: protobuf
description: Bumps python grpcio version
4 changes: 2 additions & 2 deletions proto/build-container/Dockerfile
Expand Up @@ -53,6 +53,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.46.3 \
PYTHON_GRPCIO_TOOLS_VERSION=1.46.3 \
PYTHON_GRPCIO_VERSION=1.49.1 \
PYTHON_GRPCIO_TOOLS_VERSION=1.49.1 \
/build-scripts/install-protobuf-tools.sh

0 comments on commit 232a00d

Please sign in to comment.