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

Update grpcio from 1.47.0 -> 1.53.0 because gcc 12.2.1 #86

Draft
wants to merge 1 commit into
base: remote-hsmd-cln-v23.02.2
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,106 changes: 3 additions & 1,103 deletions contrib/pyln-testing/pyln/testing/node_pb2.py

Large diffs are not rendered by default.

121 changes: 3 additions & 118 deletions contrib/pyln-testing/pyln/testing/primitives_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ pyln-client = { path = "./contrib/pyln-client", develop = true }
pyln-proto = { path = "./contrib/pyln-proto", develop = true }
Mako = "^1.1.6"
websocket-client = "^1.2.3"
grpcio-tools = "1.47.0"
grpcio = "1.47.0"
grpcio-tools = "1.53.0"
grpcio = "1.53.0"

[tool.poetry.dev-dependencies]
# Test dependencies and inherited dependencies belong here
Expand Down