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

2
poetry.lock generated
View File

@@ -1518,4 +1518,4 @@ propcache = ">=0.2.1"
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = ">=3.11" python-versions = ">=3.11"
content-hash = "8ae392a5c674d2f2983f9696c11fa80ac5154b5cf17e8660c10b38f1a2342a02" content-hash = "dee816aa85ed74bf00c5a27a7744997ac7aaf4ce0c2c9b165a45a43c2be9aaa8"

View File

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