From d54c34e5548bf7dc9c7d073bbc92b04fb92753e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 00:45:25 +0000 Subject: [PATCH] Bump cryptography from 3.3.2 to 39.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.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.3.2...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d2f589e..342966f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ cffi==1.12.3 # bcrypt # cryptography # pynacl -cryptography==3.3.2 +cryptography==39.0.1 # via paramiko paramiko==2.6.0 # via -r requirements.in @@ -22,5 +22,4 @@ pynacl==1.3.0 six==1.12.0 # via # bcrypt - # cryptography # pynacl