From a747e67a62c62d3fc984e4234ca34afecdf17f75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 02:16:23 +0000 Subject: [PATCH] build(deps): bump cryptography from 35.0.0 to 39.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 35.0.0 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/35.0.0...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8cf0f79..a66c12f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ ansible-core==2.11.5 # via ansible cffi==1.14.6 # via cryptography -cryptography==35.0.0 +cryptography==39.0.1 # via ansible-core jinja2==3.0.2 # via ansible-core