cln-plugins/donations/pyproject.toml
dependabot[bot] 79817b5b48 build(deps): bump the all-dependencies group across 2 directories with 3 updates
Updates the requirements on [cachetools](https://github.com/tkem/cachetools), [requests[socks]](https://github.com/psf/requests) and [requests](https://github.com/psf/requests) to permit the latest version.

Updates `cachetools` from 7.1.1 to 7.1.2
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/tkem/cachetools/compare/v7.1.1...v7.1.2)

Updates `requests[socks]` to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.33.1...v2.34.2)

Updates `requests` from 2.33.1 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.33.1...v2.34.2)

---
updated-dependencies:
- dependency-name: cachetools
  dependency-version: 7.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: requests[socks]
  dependency-version: 2.34.2
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-25 11:16:40 +02:00

30 lines
744 B
TOML

[project]
name = "cln-plugins-donations"
version = "0.2.0"
description = "Start one or more webservers for a donation page where visitors can let CLN generate invoices"
authors = [{ name = "Christian Decker", email = "<decker@blockstream.io>" }]
license = "MIT"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"qrcode[pil]>=8.2",
"flask>=2.3.3",
"pyln-client>=25.9.3",
"flask-bootstrap>=3.3.7.1",
"flask-wtf>=1.3.0",
"werkzeug>=3.0.6",
"wtforms>=3.2.2",
"waitress>=3.0.2",
]
[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",
"requests>=2.34.2",
]