chore(dependencies): update rns package to version 1.1.2 and specify lxst version
Some checks failed
CI / test-backend (pull_request) Successful in 5s
CI / test-backend (push) Successful in 29s
Build and Publish Docker Image / build (pull_request) Has been skipped
CI / lint (pull_request) Failing after 2m21s
CI / lint (push) Failing after 2m28s
OSV-Scanner PR Scan / scan-pr (pull_request) Successful in 53s
CI / build-frontend (push) Successful in 9m43s
CI / test-lang (push) Successful in 9m41s
CI / build-frontend (pull_request) Successful in 9m44s
CI / test-lang (pull_request) Successful in 9m42s
Build Test / Build and Test (pull_request) Successful in 15m35s
Build Test / Build and Test (push) Successful in 15m44s
Build and Publish Docker Image / build-dev (pull_request) Failing after 17m1s
Tests / test (push) Failing after 18m54s
Tests / test (pull_request) Failing after 17m13s

This commit is contained in:
2026-01-08 12:14:26 -06:00
parent 6498956903
commit 115b01ee65
2 changed files with 6 additions and 5 deletions

8
poetry.lock generated
View File

@@ -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"

View File

@@ -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"