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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user