Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency protobuf to v4 #997

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Aug 31, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
protobuf ==3.20.3 -> ==4.21.10 age adoption passing confidence

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team as a code owner August 31, 2022 18:51
@forking-renovate forking-renovate bot added dependencies Pull requests that update a dependency file lang: python Issues specific to Python. labels Aug 31, 2022
@mathieu-benoit
Copy link
Contributor

Current issue:

ERROR: Cannot install -r requirements.txt (line 53), -r requirements.txt (line 55), -r requirements.txt (line 57), -r requirements.txt (line 61), google-api-core[grpc]==2.8.2 and protobuf==4.21.5 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested protobuf==4.21.5
    google-api-core[grpc] 2.8.2 depends on protobuf<5.0.0dev and >=3.15.0
    google-cloud-firestore 2.6.1 depends on protobuf<5.0.0dev and >=3.19.0
    google-cloud-monitoring 2.11.1 depends on protobuf<5.0.0dev and >=3.19.0
    google-cloud-profiler 4.0.0 depends on protobuf
    google-cloud-trace 0.24.2 depends on protobuf<4.0.0dev

@mathieu-benoit mathieu-benoit added the status: blocked Resolving the issue is dependent on other work. label Sep 1, 2022
@renovate-bot renovate-bot force-pushed the renovate/protobuf-4.x branch 4 times, most recently from d41a9d4 to f6f7be4 Compare September 19, 2022 02:43
@renovate-bot renovate-bot force-pushed the renovate/protobuf-4.x branch 6 times, most recently from 9e8736c to cddeb97 Compare September 30, 2022 13:58
@NimJay NimJay added do not merge Indicates a pull request not ready for merge, due to either quality or timing. and removed do not merge Indicates a pull request not ready for merge, due to either quality or timing. labels Oct 3, 2022
@renovate-bot renovate-bot force-pushed the renovate/protobuf-4.x branch 4 times, most recently from 7d4b146 to db2729a Compare October 20, 2022 20:31
@bourgeoisor
Copy link
Member

 - pr997:deployment/emailservice: container server terminated with exit code 1
    - pr997:pod/emailservice-748d6899d9-mltfn: container server terminated with exit code 1
      > [emailservice-748d6899d9-mltfn server] Traceback (most recent call last):
      > [emailservice-748d6899d9-mltfn server]   File "/email_server/email_server.py", line 28, in <module>
      > [emailservice-748d6899d9-mltfn server]     import demo_pb2
      > [emailservice-748d6899d9-mltfn server]   File "/email_server/demo_pb2.py", line 51, in <module>
      > [emailservice-748d6899d9-mltfn server]     _descriptor.FieldDescriptor(
      > [emailservice-748d6899d9-mltfn server]   File "/usr/local/lib/python3.9/site-packages/google/protobuf/descriptor.py", line 560, in __new__
      > [emailservice-748d6899d9-mltfn server]     _message.Message._CheckCalledFromGeneratedFile()
      > [emailservice-748d6899d9-mltfn server] TypeError: Descriptors cannot not be created directly.
      > [emailservice-748d6899d9-mltfn server] If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.

Protos need to be regenerated with v4.

https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates

@bourgeoisor bourgeoisor removed the status: blocked Resolving the issue is dependent on other work. label Oct 21, 2022
@NimJay NimJay added do not merge Indicates a pull request not ready for merge, due to either quality or timing. and removed do not merge Indicates a pull request not ready for merge, due to either quality or timing. labels Oct 21, 2022
@renovate-bot renovate-bot force-pushed the renovate/protobuf-4.x branch 2 times, most recently from dadff57 to 1ad779e Compare November 2, 2022 23:22
@forking-renovate
Copy link

forking-renovate bot commented Nov 4, 2022

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

β™» Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src/recommendationservice/requirements.txt
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/tmp/worker/e06de7/a81c79/repos/github/GoogleCloudPlatform/microservices-demo":"/tmp/worker/e06de7/a81c79/repos/github/GoogleCloudPlatform/microservices-demo" -v "/tmp/worker/e06de7/a81c79/cache":"/tmp/worker/e06de7/a81c79/cache" -e PIP_CACHE_DIR -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/e06de7/a81c79/repos/github/GoogleCloudPlatform/microservices-demo/src/recommendationservice" docker.io/renovate/sidecar bash -l -c "install-tool python 3.10.9 && pip install --user pip-tools && pip-compile --output-file=requirements.txt requirements.in"
WARNING: using legacy resolver is deprecated and will be removed in future versions. The default resolver will be change to 'backtracking' in 7.0.0 version. Specify --resolver=backtracking to silence this warning.
Using legacy resolver. Consider using backtracking resolver with `--resolver=backtracking`.
Could not find a version that matches protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,==4.21.10,>=3.12.0,>=3.19.5,~=3.13 from https://files.pythonhosted.org/packages/4f/e0/9e8b77d79996f86e1ecf6622a693b5b116ea392f23c3758de5e902ba84ad/protobuf-4.21.10-cp37-abi3-manylinux2014_x86_64.whl (from -r requirements.in (line 8))
Tried: 2.0.3, 2.3.0, 2.4.1, 2.5.0, 2.6.0, 2.6.1, 3.0.0, 3.0.0, 3.1.0, 3.1.0.post1, 3.1.0.post1, 3.2.0, 3.2.0, 3.3.0, 3.4.0, 3.4.0, 3.5.0.post1, 3.5.0.post1, 3.5.1, 3.5.1, 3.5.2, 3.5.2, 3.5.2.post1, 3.5.2.post1, 3.6.0, 3.6.0, 3.6.1, 3.6.1, 3.7.0, 3.7.0, 3.7.1, 3.7.1, 3.8.0, 3.8.0, 3.9.0, 3.9.0, 3.9.1, 3.9.1, 3.9.2, 3.9.2, 3.10.0, 3.10.0, 3.11.0, 3.11.0, 3.11.1, 3.11.1, 3.11.2, 3.11.2, 3.11.3, 3.11.3, 3.12.2, 3.12.2, 3.12.4, 3.12.4, 3.13.0, 3.13.0, 3.14.0, 3.14.0, 3.15.0, 3.15.0, 3.15.1, 3.15.1, 3.15.2, 3.15.2, 3.15.3, 3.15.3, 3.15.4, 3.15.4, 3.15.5, 3.15.5, 3.15.6, 3.15.6, 3.15.7, 3.15.7, 3.15.8, 3.15.8, 3.16.0, 3.16.0, 3.17.0, 3.17.0, 3.17.1, 3.17.1, 3.17.2, 3.17.2, 3.17.3, 3.17.3, 3.18.0, 3.18.0, 3.18.1, 3.18.1, 3.18.3, 3.18.3, 3.19.0, 3.19.0, 3.19.0, 3.19.1, 3.19.1, 3.19.1, 3.19.2, 3.19.2, 3.19.2, 3.19.3, 3.19.3, 3.19.3, 3.19.4, 3.19.4, 3.19.4, 3.19.5, 3.19.5, 3.19.5, 3.19.6, 3.19.6, 3.19.6, 3.20.0, 3.20.0, 3.20.0, 3.20.1, 3.20.1, 3.20.1, 3.20.2, 3.20.2, 3.20.2, 3.20.3, 3.20.3, 3.20.3, 4.21.0, 4.21.0, 4.21.0, 4.21.0, 4.21.1, 4.21.1, 4.21.1, 4.21.1, 4.21.2, 4.21.2, 4.21.2, 4.21.2, 4.21.3, 4.21.3, 4.21.3, 4.21.3, 4.21.4, 4.21.4, 4.21.4, 4.21.4, 4.21.5, 4.21.5, 4.21.5, 4.21.5, 4.21.6, 4.21.6, 4.21.6, 4.21.6, 4.21.7, 4.21.7, 4.21.7, 4.21.7, 4.21.8, 4.21.8, 4.21.8, 4.21.8, 4.21.9, 4.21.9, 4.21.9, 4.21.9, 4.21.10, 4.21.10, 4.21.10, 4.21.10, 4.21.11, 4.21.11, 4.21.11, 4.21.11
Skipped pre-versions: 2.0.0b0, 3.0.0a2, 3.0.0a3, 3.0.0b1, 3.0.0b1.post1, 3.0.0b1.post2, 3.0.0b2, 3.0.0b2, 3.0.0b2.post1, 3.0.0b2.post1, 3.0.0b2.post2, 3.0.0b2.post2, 3.0.0b3, 3.0.0b4, 3.0.0b4, 3.2.0rc1, 3.2.0rc1, 3.2.0rc1.post1, 3.2.0rc1.post1, 3.2.0rc2, 3.2.0rc2, 3.7.0rc2, 3.7.0rc2, 3.7.0rc3, 3.7.0rc3, 3.8.0rc1, 3.8.0rc1, 3.9.0rc1, 3.9.0rc1, 3.10.0rc1, 3.10.0rc1, 3.11.0rc1, 3.11.0rc1, 3.11.0rc2, 3.11.0rc2, 3.13.0rc3, 3.13.0rc3, 3.14.0rc1, 3.14.0rc1, 3.14.0rc2, 3.14.0rc2, 3.14.0rc3, 3.14.0rc3, 3.15.0rc1, 3.15.0rc1, 3.15.0rc2, 3.15.0rc2, 3.16.0rc1, 3.16.0rc1, 3.16.0rc2, 3.16.0rc2, 3.17.0rc1, 3.17.0rc1, 3.17.0rc2, 3.17.0rc2, 3.18.0rc1, 3.18.0rc1, 3.18.0rc2, 3.18.0rc2, 3.19.0rc1, 3.19.0rc1, 3.19.0rc1, 3.19.0rc2, 3.19.0rc2, 3.19.0rc2, 3.20.0rc1, 3.20.0rc1, 3.20.0rc1, 3.20.0rc2, 3.20.0rc2, 3.20.0rc2, 3.20.1rc1, 3.20.1rc1, 3.20.1rc1, 4.0.0rc1, 4.0.0rc1, 4.0.0rc2, 4.0.0rc2, 4.21.0rc1, 4.21.0rc1, 4.21.0rc1, 4.21.0rc1, 4.21.0rc2, 4.21.0rc2, 4.21.0rc2, 4.21.0rc2
There are incompatible versions in the resolved dependencies:
  protobuf==4.21.10 from https://files.pythonhosted.org/packages/4f/e0/9e8b77d79996f86e1ecf6622a693b5b116ea392f23c3758de5e902ba84ad/protobuf-4.21.10-cp37-abi3-manylinux2014_x86_64.whl (from -r requirements.in (line 8))
  protobuf~=3.13 (from opentelemetry-proto==1.14.0->opentelemetry-exporter-otlp-proto-grpc==1.14.0->-r requirements.in (line 11))
  protobuf (from google-cloud-profiler==4.0.0->-r requirements.in (line 2))
  protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 (from google-api-core==2.11.0->-r requirements.in (line 1))
  protobuf>=3.12.0 (from grpcio-health-checking==1.48.1->-r requirements.in (line 3))
  protobuf!=3.20.0,!=3.20.1,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 (from googleapis-common-protos==1.57.0->google-api-core==2.11.0->-r requirements.in (line 1))

File name: src/emailservice/requirements.txt
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/tmp/worker/e06de7/a81c79/repos/github/GoogleCloudPlatform/microservices-demo":"/tmp/worker/e06de7/a81c79/repos/github/GoogleCloudPlatform/microservices-demo" -v "/tmp/worker/e06de7/a81c79/cache":"/tmp/worker/e06de7/a81c79/cache" -e PIP_CACHE_DIR -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/e06de7/a81c79/repos/github/GoogleCloudPlatform/microservices-demo/src/emailservice" docker.io/renovate/sidecar bash -l -c "install-tool python 3.10.9 && pip install --user pip-tools && pip-compile --output-file=requirements.txt requirements.in"
WARNING: using legacy resolver is deprecated and will be removed in future versions. The default resolver will be change to 'backtracking' in 7.0.0 version. Specify --resolver=backtracking to silence this warning.
Using legacy resolver. Consider using backtracking resolver with `--resolver=backtracking`.
Could not find a version that matches protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,==4.21.10,>=3.12.0,>=3.19.0,>=3.19.5,~=3.13 from https://files.pythonhosted.org/packages/4f/e0/9e8b77d79996f86e1ecf6622a693b5b116ea392f23c3758de5e902ba84ad/protobuf-4.21.10-cp37-abi3-manylinux2014_x86_64.whl (from -r requirements.in (line 9))
Tried: 2.0.3, 2.3.0, 2.4.1, 2.5.0, 2.6.0, 2.6.1, 3.0.0, 3.0.0, 3.1.0, 3.1.0.post1, 3.1.0.post1, 3.2.0, 3.2.0, 3.3.0, 3.4.0, 3.4.0, 3.5.0.post1, 3.5.0.post1, 3.5.1, 3.5.1, 3.5.2, 3.5.2, 3.5.2.post1, 3.5.2.post1, 3.6.0, 3.6.0, 3.6.1, 3.6.1, 3.7.0, 3.7.0, 3.7.1, 3.7.1, 3.8.0, 3.8.0, 3.9.0, 3.9.0, 3.9.1, 3.9.1, 3.9.2, 3.9.2, 3.10.0, 3.10.0, 3.11.0, 3.11.0, 3.11.1, 3.11.1, 3.11.2, 3.11.2, 3.11.3, 3.11.3, 3.12.2, 3.12.2, 3.12.4, 3.12.4, 3.13.0, 3.13.0, 3.14.0, 3.14.0, 3.15.0, 3.15.0, 3.15.1, 3.15.1, 3.15.2, 3.15.2, 3.15.3, 3.15.3, 3.15.4, 3.15.4, 3.15.5, 3.15.5, 3.15.6, 3.15.6, 3.15.7, 3.15.7, 3.15.8, 3.15.8, 3.16.0, 3.16.0, 3.17.0, 3.17.0, 3.17.1, 3.17.1, 3.17.2, 3.17.2, 3.17.3, 3.17.3, 3.18.0, 3.18.0, 3.18.1, 3.18.1, 3.18.3, 3.18.3, 3.19.0, 3.19.0, 3.19.0, 3.19.1, 3.19.1, 3.19.1, 3.19.2, 3.19.2, 3.19.2, 3.19.3, 3.19.3, 3.19.3, 3.19.4, 3.19.4, 3.19.4, 3.19.5, 3.19.5, 3.19.5, 3.19.6, 3.19.6, 3.19.6, 3.20.0, 3.20.0, 3.20.0, 3.20.1, 3.20.1, 3.20.1, 3.20.2, 3.20.2, 3.20.2, 3.20.3, 3.20.3, 3.20.3, 4.21.0, 4.21.0, 4.21.0, 4.21.0, 4.21.1, 4.21.1, 4.21.1, 4.21.1, 4.21.2, 4.21.2, 4.21.2, 4.21.2, 4.21.3, 4.21.3, 4.21.3, 4.21.3, 4.21.4, 4.21.4, 4.21.4, 4.21.4, 4.21.5, 4.21.5, 4.21.5, 4.21.5, 4.21.6, 4.21.6, 4.21.6, 4.21.6, 4.21.7, 4.21.7, 4.21.7, 4.21.7, 4.21.8, 4.21.8, 4.21.8, 4.21.8, 4.21.9, 4.21.9, 4.21.9, 4.21.9, 4.21.10, 4.21.10, 4.21.10, 4.21.10, 4.21.11, 4.21.11, 4.21.11, 4.21.11
Skipped pre-versions: 2.0.0b0, 3.0.0a2, 3.0.0a3, 3.0.0b1, 3.0.0b1.post1, 3.0.0b1.post2, 3.0.0b2, 3.0.0b2, 3.0.0b2.post1, 3.0.0b2.post1, 3.0.0b2.post2, 3.0.0b2.post2, 3.0.0b3, 3.0.0b4, 3.0.0b4, 3.2.0rc1, 3.2.0rc1, 3.2.0rc1.post1, 3.2.0rc1.post1, 3.2.0rc2, 3.2.0rc2, 3.7.0rc2, 3.7.0rc2, 3.7.0rc3, 3.7.0rc3, 3.8.0rc1, 3.8.0rc1, 3.9.0rc1, 3.9.0rc1, 3.10.0rc1, 3.10.0rc1, 3.11.0rc1, 3.11.0rc1, 3.11.0rc2, 3.11.0rc2, 3.13.0rc3, 3.13.0rc3, 3.14.0rc1, 3.14.0rc1, 3.14.0rc2, 3.14.0rc2, 3.14.0rc3, 3.14.0rc3, 3.15.0rc1, 3.15.0rc1, 3.15.0rc2, 3.15.0rc2, 3.16.0rc1, 3.16.0rc1, 3.16.0rc2, 3.16.0rc2, 3.17.0rc1, 3.17.0rc1, 3.17.0rc2, 3.17.0rc2, 3.18.0rc1, 3.18.0rc1, 3.18.0rc2, 3.18.0rc2, 3.19.0rc1, 3.19.0rc1, 3.19.0rc1, 3.19.0rc2, 3.19.0rc2, 3.19.0rc2, 3.20.0rc1, 3.20.0rc1, 3.20.0rc1, 3.20.0rc2, 3.20.0rc2, 3.20.0rc2, 3.20.1rc1, 3.20.1rc1, 3.20.1rc1, 4.0.0rc1, 4.0.0rc1, 4.0.0rc2, 4.0.0rc2, 4.21.0rc1, 4.21.0rc1, 4.21.0rc1, 4.21.0rc1, 4.21.0rc2, 4.21.0rc2, 4.21.0rc2, 4.21.0rc2
There are incompatible versions in the resolved dependencies:
  protobuf==4.21.10 from https://files.pythonhosted.org/packages/4f/e0/9e8b77d79996f86e1ecf6622a693b5b116ea392f23c3758de5e902ba84ad/protobuf-4.21.10-cp37-abi3-manylinux2014_x86_64.whl (from -r requirements.in (line 9))
  protobuf!=3.20.0,!=3.20.1,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 (from googleapis-common-protos==1.57.0->google-api-core==2.11.0->-r requirements.in (line 1))
  protobuf<5.0.0dev,>=3.19.0 (from proto-plus==1.22.1->google-cloud-trace==1.7.3->-r requirements.in (line 7))
  protobuf~=3.13 (from opentelemetry-proto==1.14.0->opentelemetry-exporter-otlp-proto-grpc==1.14.0->-r requirements.in (line 12))
  protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 (from google-cloud-trace==1.7.3->-r requirements.in (line 7))
  protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 (from google-api-core[grpc]==2.11.0->-r requirements.in (line 1))
  protobuf (from google-cloud-profiler==4.0.0->-r requirements.in (line 6))
  protobuf>=3.12.0 (from grpcio-health-checking==1.48.1->-r requirements.in (line 2))

@renovate-bot renovate-bot force-pushed the renovate/protobuf-4.x branch 3 times, most recently from a2025c1 to c25d0f9 Compare November 8, 2022 12:33
@renovate-bot renovate-bot force-pushed the renovate/protobuf-4.x branch 2 times, most recently from 3282fcf to fa769d6 Compare November 21, 2022 14:51
@NimJay NimJay added do not merge Indicates a pull request not ready for merge, due to either quality or timing. and removed do not merge Indicates a pull request not ready for merge, due to either quality or timing. labels Nov 22, 2022
@mathieu-benoit
Copy link
Contributor

Current issue:

The conflict is caused by:
    The user requested protobuf==4.21.9
    google-api-core[grpc] 2.10.2 depends on protobuf!=3.20.0, !=3.20.1, !=4.21.0, !=4.21.1, !=4.21.2, !=4.21.3, !=4.21.4, !=4.21.5, <5.0.0dev and >=3.19.5
    google-cloud-profiler 4.0.0 depends on protobuf
    google-cloud-trace 1.7.3 depends on protobuf!=3.20.0, !=3.20.1, !=4.21.0, !=4.21.1, !=4.21.2, !=4.21.3, !=4.21.4, !=4.21.5, <5.0.0dev and >=3.19.5
    googleapis-common-protos 1.57.0 depends on protobuf!=3.20.0, !=3.20.1, !=4.21.1, !=4.21.2, !=4.21.3, !=4.21.4, !=4.21.5, <5.0.0dev and >=3.19.5
    grpcio-health-checking 1.48.1 depends on protobuf>=3.12.0
    grpcio-status 1.48.1 depends on protobuf>=3.12.0
    opentelemetry-proto 1.14.0 depends on protobuf~=3.13

@mathieu-benoit mathieu-benoit added the status: blocked Resolving the issue is dependent on other work. label Dec 1, 2022
@renovate-bot renovate-bot force-pushed the renovate/protobuf-4.x branch 3 times, most recently from 40c10b6 to 982ec55 Compare December 12, 2022 13:45
@NimJay NimJay added do not merge Indicates a pull request not ready for merge, due to either quality or timing. and removed do not merge Indicates a pull request not ready for merge, due to either quality or timing. labels Dec 13, 2022
@minherz minherz added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Dec 13, 2022
minherz added a commit that referenced this pull request Dec 13, 2022
minherz added a commit that referenced this pull request Dec 14, 2022
minherz added a commit that referenced this pull request Dec 14, 2022
* chore(deps): manual upgrade of dependencies

accumulated upgrades from renovate PRs #997, #1094, #1095, #1193, #1379, #1384, #1387, #1388, #1389,

* chore(deps): fix dependencies

due to requests constraint the charset-normalizer is rolled back to
lates of major version 2 (2.1.1).
add importlib-metadata dependency.
update opentelemetry-* to the version supported by 1.15.0 of the SDK.
rollback to docker 3.10 for email & recommendation cause profiler package
does not support python 3.11
regenerate email and recommendation svs protobuf

* chore(deps): adding changes from #1402 and #1403
@minherz
Copy link
Contributor

minherz commented Dec 14, 2022

PR is closed because posted changes were manually merged in #1396

@minherz minherz closed this Dec 14, 2022
D-Mwanth pushed a commit to D-Mwanth/microservices-demo that referenced this pull request Mar 6, 2024
* chore(deps): manual upgrade of dependencies

accumulated upgrades from renovate PRs GoogleCloudPlatform#997, GoogleCloudPlatform#1094, GoogleCloudPlatform#1095, GoogleCloudPlatform#1193, GoogleCloudPlatform#1379, GoogleCloudPlatform#1384, GoogleCloudPlatform#1387, GoogleCloudPlatform#1388, GoogleCloudPlatform#1389,

* chore(deps): fix dependencies

due to requests constraint the charset-normalizer is rolled back to
lates of major version 2 (2.1.1).
add importlib-metadata dependency.
update opentelemetry-* to the version supported by 1.15.0 of the SDK.
rollback to docker 3.10 for email & recommendation cause profiler package
does not support python 3.11
regenerate email and recommendation svs protobuf

* chore(deps): adding changes from GoogleCloudPlatform#1402 and GoogleCloudPlatform#1403
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file do not merge Indicates a pull request not ready for merge, due to either quality or timing. lang: python Issues specific to Python. status: blocked Resolving the issue is dependent on other work.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants