From 5f37cf1e1be9356d2dcb1f4b958d35ef0e47ee1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 16:27:20 +0000 Subject: [PATCH] Bump pyasn1 from 0.4.5 to 0.6.3 Bumps [pyasn1](https://github.com/pyasn1/pyasn1) from 0.4.5 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.5...v0.6.3) --- updated-dependencies: - dependency-name: pyasn1 dependency-version: 0.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index dad88ea..988c321 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ pypandoc = "*" [packages] crcelk = "==1.3" pluginbase = "==1.0.1" -pyasn1 = "==0.4.5" +pyasn1 = "==0.6.3" pyserial = "==3.4" smoke-zephyr = "==1.4.1" tabulate = "==0.8.10"