From 4054bbc2ca568707fc6fa4a97db8d85442d5baea Mon Sep 17 00:00:00 2001 From: Ivan Date: Tue, 21 Apr 2026 15:34:52 -0500 Subject: [PATCH] chore(dependencies): update rns package version to 1.1.8 in poetry.lock, pyproject.toml, and requirements.txt --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6bef882..7fd62cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2319,14 +2319,14 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "rns" -version = "1.1.6" +version = "1.1.8" 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.6-py3-none-any.whl", hash = "sha256:2ce4451668f8c464295cc269188c232e7805ddd618ec0135550a5e6809df5de0"}, - {file = "rns-1.1.6.tar.gz", hash = "sha256:4405d1973248085ce84773b844f3b261608e07ae5b48856e6ddb6da53b99cffe"}, + {file = "rns-1.1.8-py3-none-any.whl", hash = "sha256:9cf728e9e9a9fe113e4ac14e6b833f7ee65feedf8468e6ab94a261bf205f2632"}, + {file = "rns-1.1.8.tar.gz", hash = "sha256:306fd27056373193ab1ac10b5006522746b3973b4d6a7832424db4759835e088"}, ] [package.dependencies] @@ -2916,4 +2916,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.11" -content-hash = "71ab82608a6dadf2fae0b8406faaa732a242bcf964f84e721252c056be0beb08" +content-hash = "b688c4f7b6e2afc39edd0dd4a6c1101e66e567cbbd9f3dfb86c9a8095f5c0a55" diff --git a/pyproject.toml b/pyproject.toml index 535bd3f..b647733 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "lxmf>=0.9.4", "lxmfy @ git+https://git.quad4.io/LXMFy/LXMFy.git", "psutil>=7.2.2", - "rns>=1.1.6", + "rns>=1.1.8", "websockets>=16.0", "bcrypt>=5.0.0,<6.0.0", "aiohttp-session>=2.12.1,<3.0.0", diff --git a/requirements.txt b/requirements.txt index 4180efa..f32d6ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ psutil==7.2.2 ; python_version >= "3.11" pycodec2==4.1.1 ; python_version >= "3.11" pycparser==3.0 ; python_version >= "3.11" pyserial==3.5 ; python_version >= "3.11" -rns==1.1.5 ; python_version >= "3.11" +rns==1.1.8 ; python_version >= "3.11" typing-extensions==4.15.0 ; python_version >= "3.11" and python_version < "3.13" websockets==16.0 ; python_version >= "3.11" yarl==1.23.0 ; python_version >= "3.11"