upgrade pyasn1 as well due to pip-audit finding

This commit is contained in:
Kenneth Kehl
2026-03-17 14:26:06 -07:00
parent f85184ed62
commit 3d5c6be492
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -3871,14 +3871,14 @@ defusedxml = ">=0.7.1,<0.8.0"
[[package]]
name = "pyasn1"
version = "0.6.2"
version = "0.6.3"
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.2-py3-none-any.whl", hash = "sha256:1eb26d860996a18e9b6ed05e7aae0e9fc21619fcee6af91cca9bad4fbea224bf"},
{file = "pyasn1-0.6.2.tar.gz", hash = "sha256:9b59a2b25ba7e4f8197db7686c09fb33e658b98339fadb826e9512629017833b"},
{file = "pyasn1-0.6.3-py3-none-any.whl", hash = "sha256:a80184d120f0864a52a073acc6fc642847d0be408e7c7252f31390c0f4eadcde"},
{file = "pyasn1-0.6.3.tar.gz", hash = "sha256:697a8ecd6d98891189184ca1fa05d1bb00e2f84b5977c481452050549c8a72cf"},
]
[[package]]
@@ -5982,4 +5982,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt
[metadata]
lock-version = "2.1"
python-versions = "^3.13.2"
content-hash = "45f24781709000d21d10c83ff5634f79084ea4e4052d69a16e74bd730f459ba7"
content-hash = "907fd16727a1738c03d8f319d4ccfae2c3fff716d0d392e7f3b7eeb0ec26c90e"

View File

@@ -80,7 +80,7 @@ typing-extensions = "^4.15.0"
aiohttp = "^3.13.3"
pytest = "^9.0.2"
filelock = ">=3.20.3"
pyasn1 = ">=0.6.2"
pyasn1 = ">=0.6.3"
jaraco-context = ">=6.1.0"
wheel = ">=0.46.2"