Skip to content

Commit

Permalink
py: Update protobuf dependency to silence dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Oct 14, 2022
1 parent e855ac2 commit a99509d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/pyln-testing/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Flask = "^2.0.3"
cheroot = "^8.6.0"
psutil = "^5.9.0"
grpcio = ">=1.47"
protobuf = ">=3"
protobuf = ">=3.20.3,<4"

[tool.poetry.dev-dependencies]
pyln-client = { path = "../pyln-client", develop = true}
Expand Down
27 changes: 25 additions & 2 deletions poetry.lock

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

0 comments on commit a99509d

Please sign in to comment.