From 37ff89cf6f7de8b1066702be0c952f9e5239314e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:29:29 +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",