cln-plugins/persistent-channels/pyproject.toml
dependabot[bot] bdf0cb5a93 build(deps-dev): bump the all-dependencies group across 2 directories with 1 update
Bumps the all-dependencies group with 1 update in the /persistent-channels directory: [pytest](https://github.com/pytest-dev/pytest).
Bumps the all-dependencies group with 1 update in the /rebalance directory: [pytest](https://github.com/pytest-dev/pytest).


Updates `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)

Updates `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
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-12 22:00:29 +02:00

18 lines
422 B
TOML

[project]
name = "persistent-channels"
version = "0.1.0"
description = "Describe a number of channels you'd like to have open at any time"
readme = "README.md"
requires-python = ">=3.10"
dependencies = ["pyln-client>=25.9.3"]
[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",
]