From 27c4e4aa7e252463fb06d09695a5057b9bf3502b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 18:33:11 +0000 Subject: [PATCH] Bump pyasn1 from 0.6.0 to 0.6.3 Bumps [pyasn1](https://github.com/pyasn1/pyasn1) from 0.6.0 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.6.0...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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e2d6a1..c83af26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ stix2 = "3.0.1" stix2-patterns = "1.3.2" pyopenssl = "24.1.0" beautifulsoup4 = "4.12.3" -pyasn1 = "0.6.0" +pyasn1 = "0.6.3" async-timeout = "4.0.3" [build-system]