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
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:
8
poetry.lock
generated
8
poetry.lock
generated
@@ -1952,14 +1952,14 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rns"
|
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"
|
description = "Self-configuring, encrypted and resilient mesh networking stack for LoRa, packet radio, WiFi and everything in between"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
groups = ["main"]
|
groups = ["main"]
|
||||||
files = [
|
files = [
|
||||||
{file = "rns-1.1.1-py3-none-any.whl", hash = "sha256:d991c4ade4ce737c3f654aa216e18dc71a03546f71ea82ef06d5ac96f30bd086"},
|
{file = "rns-1.1.2-py3-none-any.whl", hash = "sha256:8a153d97a02b4b326556b7f5926c37029767b70c9093b5f00c53c72105bc2091"},
|
||||||
{file = "rns-1.1.1.tar.gz", hash = "sha256:112ad19a284afa2723a23e4966ddd9d39a89f0347091e298a81c08fb2ae7a34c"},
|
{file = "rns-1.1.2.tar.gz", hash = "sha256:ff2af56490c065adcc5f38aef07081b19bb355101406d10d768ec54f783a30c3"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@@ -2273,4 +2273,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 = "dec7422181899d6946be5ce2ce97aef45a806a408ea1d4fd83278afc324e4d34"
|
content-hash = "cf4375df2e3a86e2a1095e6446971d35421704c286f725ae9a3e22f7ead15241"
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ dependencies = [
|
|||||||
"requests>=2.32.5,<3.0.0",
|
"requests>=2.32.5,<3.0.0",
|
||||||
"audioop-lts>=0.2.2; python_version >= '3.13'",
|
"audioop-lts>=0.2.2; python_version >= '3.13'",
|
||||||
"ply>=3.11,<4.0",
|
"ply>=3.11,<4.0",
|
||||||
"lxst",
|
"lxst>=0.4.6",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
@@ -47,6 +47,7 @@ packages = [{include = "meshchatx"}]
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.11"
|
python = ">=3.11"
|
||||||
lxmfy = {git = "https://git.quad4.io/LXMFy/LXMFy.git"}
|
lxmfy = {git = "https://git.quad4.io/LXMFy/LXMFy.git"}
|
||||||
|
lxst = ">=0.4.6"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
cx-freeze = ">=7.0.0"
|
cx-freeze = ">=7.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user