Merge pull request #2287 from GSA/fix_pyasn

update pyasn
This commit is contained in:
Kenneth Kehl
2026-07-22 15:36:14 -07:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -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"
+1 -1
View File
@@ -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"