Upgrade cryptg (#4486)

This commit is contained in:
Jahongir Qurbonov 2024-10-14 21:32:38 +05:00 committed by GitHub
parent 9b18304e9c
commit fe733aad97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ dependencies = [
dynamic = ["version"]
[project.optional-dependencies]
cryptg = ["cryptg~=0.4"]
cryptg = ["cryptg~=0.5"]
dev = [
"mypy~=1.11.2",
"ruff~=0.6.8",

View File

@ -1,5 +1,5 @@
try:
import cryptg # type: ignore [import-untyped]
import cryptg
def ige_encrypt(
plaintext: bytes | bytearray | memoryview, key: bytes, iv: bytes