From b149c41053ce3a06fb51ae476a9743502f6481d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 13:53:11 +0000 Subject: [PATCH] Bump cryptography from 3.2 to 39.0.1 in /examples/yoti_example_django 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_django/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/yoti_example_django/requirements.txt b/examples/yoti_example_django/requirements.txt index 743d3e65..45610476 100644 --- a/examples/yoti_example_django/requirements.txt +++ b/examples/yoti_example_django/requirements.txt @@ -14,7 +14,7 @@ cffi==1.14.0 # via cryptography chardet==3.0.4 # via requests -cryptography==3.2 +cryptography==39.0.1 # via # pyopenssl # yoti @@ -48,7 +48,6 @@ requests==2.21.0 # yoti six==1.11.0 # via - # cryptography # protobuf # pyopenssl sqlparse==0.3.0