From c8cf03003c90b4f8a659a68421c83b8210b9d706 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Wed, 22 Jul 2026 13:21:33 -0700 Subject: [PATCH] update pyasn --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4d5db0d0c..3f8e15638 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4016,14 +4016,14 @@ defusedxml = ">=0.7.1,<0.8.0" [[package]] name = "pyasn1" -version = "0.6.3" +version = "0.6.4" description = "Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208)" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "pyasn1-0.6.3-py3-none-any.whl", hash = "sha256:a80184d120f0864a52a073acc6fc642847d0be408e7c7252f31390c0f4eadcde"}, - {file = "pyasn1-0.6.3.tar.gz", hash = "sha256:697a8ecd6d98891189184ca1fa05d1bb00e2f84b5977c481452050549c8a72cf"}, + {file = "pyasn1-0.6.4-py3-none-any.whl", hash = "sha256:deda9277cfd454080ec40b207fb6df82206a3a2688735233cdcd8d3d565f088b"}, + {file = "pyasn1-0.6.4.tar.gz", hash = "sha256:9c447d8431c947fe4c8febc4ed9e760bc29011a5b01e5c74b67025bd9fb8ce81"}, ] [[package]] @@ -5992,4 +5992,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "9c6f052f0dc0fd6eff19ca693081670aaf19150e8e2b0f2404eb8571ba6f4f90" +content-hash = "2f18784d4da70daaa7f6fc900561ee9c40900c17e2a014861a7f19dae98b54bd" diff --git a/pyproject.toml b/pyproject.toml index 58c341d97..bfc02f8df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ typing-extensions = "^4.15.0" aiohttp = "^3.14.1" pytest = "^9.0.2" filelock = ">=3.20.3" -pyasn1 = ">=0.6.3" +pyasn1 = ">=0.6.4" jaraco-context = ">=6.1.0" wheel = ">=0.46.2"