Bump pyasn1 to 0.6.* (#11681)

This commit is contained in:
Avasam
2024-04-01 04:49:37 -04:00
committed by GitHub
parent 8679e99468
commit d72a34a69a
2 changed files with 2 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
version = "0.5.*"
version = "0.6.*"
upstream_repository = "https://github.com/pyasn1/pyasn1"

View File

@@ -43,8 +43,7 @@ class ObjectIdentifierEncoder(AbstractItemEncoder):
def encodeValue(self, value, asn1Spec, encodeFun, **options): ...
class RealEncoder(AbstractItemEncoder):
# Mistake in the module, should be False, but is 0 at runtime
supportIndefLenMode: int # type: ignore[assignment]
supportIndefLenMode: bool
binEncBase: int
def encodeValue(self, value, asn1Spec, encodeFun, **options): ...