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 /currencyrate directory: [cachetools](https://github.com/tkem/cachetools). Updates `cachetools` from 7.1.6 to 7.1.7 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v7.1.6...v7.1.7) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
514 B
TOML
23 lines
514 B
TOML
[project]
|
|
name = "currencyrate"
|
|
version = "0.1.0"
|
|
description = "Provides Bitcoin currency conversion functions using various different backends"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
|
|
dependencies = [
|
|
"cachetools>=7.1.7",
|
|
"pyln-client>=25.9.3",
|
|
"requests[socks]>=2.34.2",
|
|
"urllib3>=2.7.0",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pytest>=9.1.1,<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",
|
|
]
|