From 6a0c101fc7fcd6d14be9864fa57155cb2d577ec9 Mon Sep 17 00:00:00 2001 From: Stackspin renovate bot <renovatebot@stackspin.net> Date: Wed, 2 Feb 2022 09:35:10 +0000 Subject: [PATCH] Update dependency pyopenssl to v22 --- requirements.in | 2 +- requirements.txt | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index acd633b97..118588e2f 100644 --- a/requirements.in +++ b/requirements.in @@ -19,7 +19,7 @@ kubernetes==21.7.0 # Needed for testinfra using the ansible module paramiko==2.9.2 psutil==5.9.0 -pyopenssl==21.0.0 +pyopenssl==22.0.0 pytest-rerunfailures==10.2 pytest-testinfra==6.5.0 # needed for test_dns.py diff --git a/requirements.txt b/requirements.txt index 2e0cafdd9..daa9fb1a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with python 3.9 +# This file is autogenerated by pip-compile with python 3.10 # To update, run: # # pip-compile @@ -76,7 +76,7 @@ pycparser==2.21 # via cffi pynacl==1.5.0 # via paramiko -pyopenssl==21.0.0 +pyopenssl==22.0.0 # via -r requirements.in pyparsing==3.0.7 # via packaging @@ -111,7 +111,6 @@ six==1.16.0 # google-auth # kubernetes # orderedmultidict - # pyopenssl # python-dateutil tabulate==0.8.9 # via greenhost-cloud -- GitLab