From 85cb2a04c0d2b7bb699866b99f3049c78b1fc2fb Mon Sep 17 00:00:00 2001 From: chrysn Date: Fri, 17 May 2024 16:29:44 +0200 Subject: [PATCH] coap/fauxhoc: Use latest lakers-python module This enables the use of command line arguments that would previously have required manual installation of the latest version of lakers-python. --- examples/coap/fauxhoc.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/coap/fauxhoc.py b/examples/coap/fauxhoc.py index 259962362..f429da630 100755 --- a/examples/coap/fauxhoc.py +++ b/examples/coap/fauxhoc.py @@ -2,8 +2,7 @@ # /// script # requires-python = ">= 3.10" # dependencies = [ -# # 0.3.0 is insufficient for --random-identity, but works for the default case -# "lakers-python == 0.3.0", +# "lakers-python == 0.3.1", # "aiocoap[oscore] == 0.4.8", # "cbor2", # "coap_console == 0.0.1",