From 92cb48de383ff97496c2a2f5df28b275ac9d8e28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 21:09:38 +0000 Subject: [PATCH] chore(deps): update dependency pyopenssl to v23.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca5733857..3e589853a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "semver==2.13.0", "bazel-runfiles==0.25.0", "requests==2.31.0", - "pyOpenSSL==23.1.0", + "pyOpenSSL==23.3.0", "setuptools>=68.2.2", "wheel>=0.41.2", "poetry-core>=1.7.0",