Pin pyasn1 until fixed (#125712)

* pin pyasn1 until fixed

* add to gen requirements
This commit is contained in:
Jason Hunter 2024-09-11 03:35:05 -04:00 committed by GitHub
parent 56dfb2c734
commit 74834b2d88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 0 deletions

View file

@ -205,6 +205,12 @@ tuf>=4.0.0
# https://github.com/jd/tenacity/issues/471
tenacity!=8.4.0
# pyasn1.compat.octets was removed in pyasn1 0.6.1 and breaks some integrations
# and tests that import it directly
# https://github.com/pyasn1/pyasn1/pull/60
# https://github.com/lextudio/pysnmp/issues/114
pyasn1==0.6.0
"""
GENERATED_MESSAGE = (