summars/tests/pyproject.toml
dependabot[bot] 31ff0b95b4
Some checks are pending
master on CLN v25.09.x / call-ci (push) Waiting to run
master on CLN v25.12.x / call-ci (push) Waiting to run
master on CLN v26.04.x / call-ci (push) Waiting to run
master on CLN v26.06.x / call-ci (push) Waiting to run
Build(deps-dev): bump pytest
Bumps the uv group with 1 update in the /tests 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)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-07 21:50:01 +02:00

15 lines
315 B
TOML

[project]
name = "summars"
version = "0.1.0"
requires-python = ">=3.10"
description = "python dependencies for running tests"
[dependency-groups]
dev = [
"pytest>=9.0.3,<10",
"pytest-xdist>=3.7,<4",
"pytest-timeout>=2.4,<3",
"pyln-testing>=25.5",
"pyln-client>=25.5",
"pyln-proto>=25.5",
]