Skip to content

Commit fcad9cb

Browse files
authored
Merge pull request #88 from lightning-signer/2023-04-update-grpcio
Update grpcio from 1.47.0 -> 1.53.0 because gcc 12.2.1
2 parents 7097f2d + 4c45c57 commit fcad9cb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ pyln-client = { path = "./contrib/pyln-client", develop = true }
1111
pyln-proto = { path = "./contrib/pyln-proto", develop = true }
1212
Mako = "^1.1.6"
1313
websocket-client = "^1.2.3"
14-
grpcio-tools = "1.47.0"
15-
grpcio = "1.47.0"
14+
grpcio-tools = "1.53.0"
15+
grpcio = "1.53.0"
1616

1717
[tool.poetry.dev-dependencies]
1818
# Test dependencies and inherited dependencies belong here

0 commit comments

Comments
 (0)