From 0f8a53b2c95b6c208d768d0c1ab3f5555bb35718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 09:55:58 +0000 Subject: [PATCH] build(deps): bump pyasn1 from 0.4.2 to 0.6.3 in /riotbuild Bumps [pyasn1](https://github.com/pyasn1/pyasn1) from 0.4.2 to 0.6.3. - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](https://github.com/pyasn1/pyasn1/compare/v0.4.2...v0.6.3) --- updated-dependencies: - dependency-name: pyasn1 dependency-version: 0.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- riotbuild/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riotbuild/requirements.txt b/riotbuild/requirements.txt index bf74886c..ebc089bb 100644 --- a/riotbuild/requirements.txt +++ b/riotbuild/requirements.txt @@ -15,7 +15,7 @@ scapy>=2.4.3 # used by network tests ## mcuboot ecdsa==0.13.3 -pyasn1==0.4.2 +pyasn1==0.6.3 pycryptodome==3.11.0 ## pkg/NanoPb