Update pyOpenSSL stubs to 22.1.* (#8838)

This commit is contained in:
Sebastian Rittau
2022-10-04 14:29:16 +02:00
committed by GitHub
parent 1cb5482554
commit 61de308e29
3 changed files with 3 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
version = "22.0.*"
version = "22.1.*"
requires = ["types-cryptography"]