From 115b01ee65ca208e19c9900b58ef3433b68da45f Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Thu, 8 Jan 2026 12:14:26 -0600 Subject: [PATCH] chore(dependencies): update rns package to version 1.1.2 and specify lxst version --- poetry.lock | 8 ++++---- pyproject.toml | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index bdb69bb..eba434f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1952,14 +1952,14 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "rns" -version = "1.1.1" +version = "1.1.2" description = "Self-configuring, encrypted and resilient mesh networking stack for LoRa, packet radio, WiFi and everything in between" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "rns-1.1.1-py3-none-any.whl", hash = "sha256:d991c4ade4ce737c3f654aa216e18dc71a03546f71ea82ef06d5ac96f30bd086"}, - {file = "rns-1.1.1.tar.gz", hash = "sha256:112ad19a284afa2723a23e4966ddd9d39a89f0347091e298a81c08fb2ae7a34c"}, + {file = "rns-1.1.2-py3-none-any.whl", hash = "sha256:8a153d97a02b4b326556b7f5926c37029767b70c9093b5f00c53c72105bc2091"}, + {file = "rns-1.1.2.tar.gz", hash = "sha256:ff2af56490c065adcc5f38aef07081b19bb355101406d10d768ec54f783a30c3"}, ] [package.dependencies] @@ -2273,4 +2273,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.11" -content-hash = "dec7422181899d6946be5ce2ce97aef45a806a408ea1d4fd83278afc324e4d34" +content-hash = "cf4375df2e3a86e2a1095e6446971d35421704c286f725ae9a3e22f7ead15241" diff --git a/pyproject.toml b/pyproject.toml index feec84c..b07d3ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "requests>=2.32.5,<3.0.0", "audioop-lts>=0.2.2; python_version >= '3.13'", "ply>=3.11,<4.0", - "lxst", + "lxst>=0.4.6", ] [project.scripts] @@ -47,6 +47,7 @@ packages = [{include = "meshchatx"}] [tool.poetry.dependencies] python = ">=3.11" lxmfy = {git = "https://git.quad4.io/LXMFy/LXMFy.git"} +lxst = ">=0.4.6" [tool.poetry.group.dev.dependencies] cx-freeze = ">=7.0.0"