From f03ffbe0b1e6bb11ea1d9ac0561482310915cff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 17:05:23 +0000 Subject: [PATCH] Bump pyopenssl from 20.0.1 to 21.0.0 in /tests Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 20.0.1 to 21.0.0. - [Release notes](https://github.com/pyca/pyopenssl/releases) - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/20.0.1...21.0.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index d11fbeb06f..9f55b5228f 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -5,7 +5,7 @@ kubernetes==19.15.0a1 pytest==6.2.5 ipaddress==1.0.23 # >= 1.0.17 cffi==1.14.6 -pyOpenSSL==20.0.1 +pyOpenSSL==21.0.0 certifi==2021.5.30 urllib3==1.26.7 pytest-html==3.1.1