build: use ubuntu 22.04 LTS

Requires us to update to latest lnproto which is now using the most up
to date python-bitcoinlib, as well as updating our python lock files
(which pin the grpcio deps, because of locking problems h/t @cdecker)
This commit is contained in:
niftynei
2022-09-09 18:32:41 -05:00
committed by Rusty Russell
parent 9de458b23b
commit 34a0d7083a
5 changed files with 95 additions and 570 deletions

View File

@@ -11,7 +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.44.0"
grpcio-tools = "1.47.0"
grpcio = "1.47.0"
[tool.poetry.dev-dependencies]
# Test dependencies and inherited dependencies belong here