mirror of
https://github.com/lightningd/plugins.git
synced 2026-08-13 12:33:19 +02:00
Bumps the all-dependencies group with 1 update in the /feeadjuster directory: [pytest](https://github.com/pytest-dev/pytest). Bumps the all-dependencies group with 1 update in the /monitor directory: [packaging](https://github.com/pypa/packaging). 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 `packaging` from 26.1 to 26.2 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/26.1...26.2) --- 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: packaging dependency-version: '26.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
403 B
TOML
18 lines
403 B
TOML
[project]
|
|
name = "feeadjuster"
|
|
version = "0.1.0"
|
|
description = "Dynamically adjusts fees according to channel balances"
|
|
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",
|
|
]
|