From 090a48da98410aaea5a82ad6ffce0e18b7016e2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 22:58:17 +0000 Subject: [PATCH] Bump cryptography from 2.8 to 39.0.1 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4387340..a7d67b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ cached-property==1.5.1 certifi==2019.11.28 # via requests cffi==1.13.2 # via bcrypt, cryptography, pynacl chardet==3.0.4 # via requests -cryptography==2.8 # via paramiko +cryptography==39.0.1 # via paramiko decorator==4.4.1 # via dogpile.cache docker-pycreds==0.4.0 # via docker docker==3.2.1