cln-plugins/monitor/pyproject.toml
dependabot[bot] 4f7b1d3027 build(deps-dev): bump pytest from 8.4.2 to 9.0.3 in /monitor
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.4.2...9.0.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-11 21:45:26 +02:00

18 lines
458 B
TOML

[project]
name = "monitor"
version = "0.1.0"
description = "Monitors the health of your peers and helps you to decide if you might want to close a channel"
readme = "README.md"
requires-python = ">=3.10"
dependencies = ["pyln-client>=25.9.3", "packaging>=24.1"]
[dependency-groups]
dev = [
"pytest>=9.0.3,<10",
"pytest-xdist>=3.7,<4",
"pytest-timeout>=2.4,<3",
"pyln-testing>=25.9.3",
"pyln-client>=25.9.3",
"pyln-proto>=25.9.3",
]