From dff259cf96243bf80cef9668987999a3adfe20fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:05:07 +0000 Subject: [PATCH] Bump cryptography from 2.0 to 3.2 in /2017/solutions/rllchatbot Bumps [cryptography](https://github.com/pyca/cryptography) from 2.0 to 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/2.0...3.2) Signed-off-by: dependabot[bot] --- 2017/solutions/rllchatbot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2017/solutions/rllchatbot/requirements.txt b/2017/solutions/rllchatbot/requirements.txt index d3da83a50..2cce0e9c7 100644 --- a/2017/solutions/rllchatbot/requirements.txt +++ b/2017/solutions/rllchatbot/requirements.txt @@ -17,7 +17,7 @@ certifi==2017.11.5 cffi==1.10.0 chardet==3.0.4 configparser==3.5.0 -cryptography==2.0 +cryptography==3.2 cvxopt==1.1.4 cymem==1.31.2 Cython==0.25.2