From 7af70649919eacaf8c6e07f5b232228ff9b73b57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 01:38:07 +0000 Subject: [PATCH] Bump cryptography from 3.2 to 3.3.2 in /st2client 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] --- st2client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st2client/requirements.txt b/st2client/requirements.txt index 3bbc655d71..6390dcabb1 100644 --- a/st2client/requirements.txt +++ b/st2client/requirements.txt @@ -7,7 +7,7 @@ # update the component requirements.txt argcomplete chardet<3.1.0 -cryptography==3.2 +cryptography==3.3.2 jsonpath-rw==1.4.0 jsonschema==2.6.0 more-itertools==5.0.0