diff --git a/poetry.lock b/poetry.lock index eb9cf14..6cdb76b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1518,4 +1518,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.11" -content-hash = "8ae392a5c674d2f2983f9696c11fa80ac5154b5cf17e8660c10b38f1a2342a02" +content-hash = "dee816aa85ed74bf00c5a27a7744997ac7aaf4ce0c2c9b165a45a43c2be9aaa8" diff --git a/pyproject.toml b/pyproject.toml index fe9a4ad..bbaea80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]