Skip to content

Commit

Permalink
dep: Update pyln-testing from v23.05 to v23.08
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Aug 31, 2023
1 parent 194a16d commit 07b3358
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/gl-testing/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
cryptography = ">=36.0.1,<37.0.0"
ephemeral-port-reserve = "^1.1.4"
sh = "^1.14.2"
Expand All @@ -22,7 +22,7 @@ pytest-xdist = "^2.5.0"
pytest = "^7.1.2"
pytest-cov = "^3.0.0"
rich = "^12.5.1"
pyln-testing = "^23.05"
pyln-testing = "^23.08"
pyln-grpc-proto = "^0.1"
protobuf = ">=3"
flaky = "^3"
Expand All @@ -31,7 +31,7 @@ purerpc = { version = "^0.8.0", extras = ["grpc"] }
pytest-sugar = "^0.9.7"

[tool.poetry.dev-dependencies]
mypy = "^0.971"
mypy = "^1"
typed-ast = "^1.5.4"

[build-system]
Expand Down

0 comments on commit 07b3358

Please sign in to comment.