From b3d941e139e9f54b9a9cf55edbfd0a3d39279ac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 00:59:24 +0000 Subject: [PATCH] Bump cryptography in /src/Diagnostics.AIProjects/SearchAPI Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2 to 3.3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.2...3.3.2) Signed-off-by: dependabot[bot] --- src/Diagnostics.AIProjects/SearchAPI/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Diagnostics.AIProjects/SearchAPI/requirements.txt b/src/Diagnostics.AIProjects/SearchAPI/requirements.txt index 4c9611fd4..110765d73 100644 --- a/src/Diagnostics.AIProjects/SearchAPI/requirements.txt +++ b/src/Diagnostics.AIProjects/SearchAPI/requirements.txt @@ -4,7 +4,7 @@ nltk==3.4 gensim==3.7.2 requests==2.18.4 pyjwt==1.7.1 -cryptography==3.2 +cryptography==3.3.2 azure-storage==0.36.0 pytz==2018.9 pywin32