From 2e1a0c22871c4ad1dfa17cc11359be4461c564ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:41:34 -0400 Subject: [PATCH] pip: bump pyopenssl from 23.2.0 to 23.3.0 (#271) Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 23.2.0 to 23.3.0. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- py-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-requirements.txt b/py-requirements.txt index a54210bb..25500aa1 100644 --- a/py-requirements.txt +++ b/py-requirements.txt @@ -2,5 +2,5 @@ pytest==7.4.3 pytest-html==4.0.2 pytest-cov==4.1.0 flake8==6.1.0 -pyopenssl==23.2.0 +pyopenssl==23.3.0 pefile==2023.2.7