From b4df77fc1a233277958ae15c6f8b5ab728d947f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 12:50:32 +0800 Subject: [PATCH] chore(deps): update dependency pyopenssl to v24.1.0 (#242) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cc445e1e9..c46b93957 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ pydantic ==1.10.14 cosl ==0.0.8 # juju 3.1.2.0 depends on pyyaml<=6.0 and >=5.1.2 PyYAML ==6.0.* -pyOpenSSL==24.0.0 \ No newline at end of file +pyOpenSSL==24.1.0 \ No newline at end of file