From 5a3e26c44f13b0e7af41fe2505a73a083287e9f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 10:51:34 +0000 Subject: [PATCH] Bump pyopenssl from 22.0.0 to 22.1.0 Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 22.0.0 to 22.1.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/22.0.0...22.1.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 8780ddca6..151740726 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -99,7 +99,7 @@ pygments==2.12.0 # via ipython pylint==2.14.5 # via -r test-requirements.in -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via -r test-requirements.in pyparsing==3.0.9 # via packaging