cln-plugins/prometheus/pyproject.toml
dependabot[bot] 79053dcc83 build(deps): bump prometheus-client
Bumps the all-dependencies group with 1 update in the /prometheus directory: [prometheus-client](https://github.com/prometheus/client_python).


Updates `prometheus-client` from 0.25.0 to 0.26.0
- [Release notes](https://github.com/prometheus/client_python/releases)
- [Commits](https://github.com/prometheus/client_python/compare/v0.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: prometheus-client
  dependency-version: 0.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-03 09:55:49 +02:00

18 lines
483 B
TOML

[project]
name = "prometheus"
version = "0.1.0"
description = "A plugin that reports metrics to be collected by prometheus"
readme = "README.md"
authors = [{ name = "Christian Decker", email = "<decker@blockstream.io>" }]
license = "MIT"
requires-python = ">=3.10"
dependencies = ["prometheus-client>=0.26.0", "pyln-client>=25.9.3"]
[dependency-groups]
dev = [
"pyln-testing>=25.9.3",
"pytest-rerunfailures>=16.4",
"pytest-timeout>=2.1.0",
"pytest-xdist>=3.1.0",
]