From d7a2b8b7fdd35f478da6c51efbaaaef09238a667 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 18:17:02 -0700 Subject: [PATCH] [stubsabot] Bump pyOpenSSL to 23.2.* (#10235) Release: https://pypi.org/pypi/pyOpenSSL/23.2.0 Homepage: https://pyopenssl.org/ Diff: https://github.com/pyca/pyopenssl/compare/23.1.1...23.2.0 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 149. - Total lines of Python code deleted: 25. --- stubs/pyOpenSSL/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/pyOpenSSL/METADATA.toml b/stubs/pyOpenSSL/METADATA.toml index 4cdff58ef..02e6421bb 100644 --- a/stubs/pyOpenSSL/METADATA.toml +++ b/stubs/pyOpenSSL/METADATA.toml @@ -1,4 +1,4 @@ -version = "23.1.*" +version = "23.2.*" # Requires a version of cryptography with a `py.typed` file requires = ["cryptography>=35.0.0"] partial_stub = true