Update dependencies in pyproject.toml and regenerate poetry.lock

This commit is contained in:
2025-12-01 11:03:28 -06:00
parent ac839df357
commit 94d91c4934
2 changed files with 4 additions and 4 deletions

View File

@@ -24,12 +24,12 @@ classifiers = [
]
requires-python = ">=3.11"
dependencies = [
"aiohttp>=3.12.14",
"aiohttp>=3.13.2",
"lxmf>=0.9.3",
"peewee>=3.18.1",
"peewee>=3.18.3",
"psutil>=7.1.3",
"rns>=1.0.4",
"websockets>=14.2",
"websockets>=15.0.1",
]
[project.scripts]