From 10947516b087170e9f0ffa47641b00cced79910c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 22:31:51 +0000 Subject: [PATCH] Bump cryptography Bumps [cryptography](https://github.com/pyca/cryptography) from 2.8 to 3.3.2. - [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...3.3.2) Signed-off-by: dependabot[bot] --- .../NaiveBayesClassification/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Machine Learning Algorithms/NaiveBayesClassification/requirements.txt b/Machine Learning Algorithms/NaiveBayesClassification/requirements.txt index 000ba21..da5e9ec 100644 --- a/Machine Learning Algorithms/NaiveBayesClassification/requirements.txt +++ b/Machine Learning Algorithms/NaiveBayesClassification/requirements.txt @@ -47,7 +47,7 @@ conda-build==3.18.8 conda-package-handling==1.6.0 conda-verify==3.4.2 contextlib2==0.6.0 -cryptography==2.8 +cryptography==3.3.2 cufflinks==0.17.0 cycler==0.10.0 cymem==2.0.2