From 952a80c60bdcc89c1f2c43fa40a30dbc6955e2d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 13:53:19 +0000 Subject: [PATCH] Bump cryptography from 3.2 to 39.0.1 in /examples/yoti_example_flask Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2 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/3.2...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/yoti_example_flask/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/yoti_example_flask/requirements.txt b/examples/yoti_example_flask/requirements.txt index 81f2e9f6..27c7961c 100644 --- a/examples/yoti_example_flask/requirements.txt +++ b/examples/yoti_example_flask/requirements.txt @@ -18,7 +18,7 @@ click==8.1.2 # via # -r requirements.in # flask -cryptography==3.2 +cryptography==39.0.1 # via # pyopenssl # yoti @@ -59,7 +59,6 @@ requests==2.21.0 six==1.16.0 # via # -r requirements.in - # cryptography # protobuf # pyopenssl urllib3==1.24.2