chore(dependencies): update rns package version to 1.2.3

This commit is contained in:
Ivan
2026-05-06 00:34:18 -05:00
parent 18656e15c3
commit afbc80b8fa
3 changed files with 6 additions and 6 deletions
Generated
+4 -4
View File
@@ -2458,14 +2458,14 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"]
[[package]]
name = "rns"
version = "1.2.1"
version = "1.2.3"
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.2.1-py3-none-any.whl", hash = "sha256:5ccbfc31b528133c4dd06c132034c2151e4eed74bc2dcf40af52385094492c9e"},
{file = "rns-1.2.1.tar.gz", hash = "sha256:3003ec50ef08ec3556a644f27071204b1f1de5a6e0c9e0c95113657aaec6e97d"},
{file = "rns-1.2.3-py3-none-any.whl", hash = "sha256:8562130f297a6b33be9d72c449bbe6ae83cad41e1530e0fa112f5fa545a3f364"},
{file = "rns-1.2.3.tar.gz", hash = "sha256:5388b82cf60ffa84ed18dc56e1f5e3d500b5864d08b34d4317bba766088c0a03"},
]
[package.dependencies]
@@ -3376,4 +3376,4 @@ propcache = ">=0.2.1"
[metadata]
lock-version = "2.1"
python-versions = ">=3.11"
content-hash = "3c7670cdbe9e3603e41a5772a9e3dd826c405656eb546aa40fd181b0902632c7"
content-hash = "16b831340e685824184a671c0148ddd417aa7b1e0ebaaf622f492ed9341aade8"
+1 -1
View File
@@ -24,7 +24,7 @@ dependencies = [
"lxmf>=0.9.6",
"psutil>=7.2.2",
"bleak==3.0.1",
"rns>=1.2.1",
"rns>=1.2.3",
"websockets>=16.0",
"bcrypt>=5.0.0,<6.0.0",
"aiohttp-session>=2.12.1,<3.0.0",
+1 -1
View File
@@ -23,7 +23,7 @@ pycodec2==4.1.1 ; python_version >= "3.11"
pycparser==3.0 ; python_version >= "3.11"
pyserial==3.5 ; python_version >= "3.11"
bleak==3.0.1 ; python_version >= "3.11"
rns==1.2.1 ; python_version >= "3.11"
rns==1.2.3 ; 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"