From cc762330b71e241b2e6e990a76d525a361468e40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 16:55:11 +0000 Subject: [PATCH] build(deps): bump pyasn1 from 0.4.8 to 0.6.3 Bumps [pyasn1](https://github.com/pyasn1/pyasn1) from 0.4.8 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.8...v0.6.3) --- updated-dependencies: - dependency-name: pyasn1 dependency-version: 0.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 377cb3bbf..0380ad8ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "autobahn[serialization]", "numpy", "ocs>=0.10.0", - "pyasn1==0.4.8", + "pyasn1==0.6.3", "pyModbusTCP", "pyserial", "pysmi", diff --git a/requirements.txt b/requirements.txt index a0df3840c..491aafd6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ twisted pyserial pysnmp==4.4.12 pysmi -pyasn1==0.4.8 +pyasn1==0.6.3 # common dependencies - used by multiple agents numpy