From 342d5071a099e7e08bee9e5cd4ded086c538105c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 23:15:23 +0000 Subject: [PATCH] Bump cryptography from 2.8 to 39.0.1 in /tests Bumps [cryptography](https://github.com/pyca/cryptography) from 2.8 to 39.0.1. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.8...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... 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 242d3a28633..83d18efbfaa 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -3,6 +3,6 @@ yamllint==1.19.0 apache-libcloud==2.2.1 tox==3.11.1 dopy==0.3.7 -cryptography==2.8 +cryptography==39.0.1 ansible-lint==4.2.0 openshift==0.8.8