cln-plugins/backup/pyproject.toml
dependabot[bot] 1143525ada build(deps): bump werkzeug from 2.3.8 to 3.0.3 in /backup
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.8 to 3.0.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.3.8...3.0.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 16:37:26 -06:00

23 lines
583 B
TOML

[tool.poetry]
name = "cln-backup"
version = "0.1.0"
description = "Keep your Core-Lightning node save by backing it up, in real-time (allows recovering without channel closures)."
authors = ["Christian Decker <decker@blockstream.com>"]
[tool.poetry.dependencies]
python = "^3.8"
pyln-client = "^23.11"
click = "^8.0.4"
psutil = "^5.9.4"
flask = "^2.2"
werkzeug = "<4"
[tool.poetry.group.dev.dependencies]
pyln-testing = "^23.11"
flaky = "^3.7.0"
pytest-timeout = "^2.2.0"
pytest-xdist = "^3.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"