Skip to content

Commit fbd73de

Browse files
Bump cryptography from 3.2 to 3.3.2 in /libraries/botframework-connector (#1511)
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](pyca/cryptography@3.2...3.3.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
1 parent 446f545 commit fbd73de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/botframework-connector/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ msrest==0.6.10
22
botbuilder-schema==4.12.0
33
requests==2.23.0
44
PyJWT==1.5.3
5-
cryptography==3.2
5+
cryptography==3.3.2
66
msal==1.2.0

libraries/botframework-connector/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
REQUIRES = [
1010
"msrest==0.6.10",
1111
"requests==2.23.0",
12-
"cryptography==3.2",
12+
"cryptography==3.3.2",
1313
"PyJWT==1.5.3",
1414
"botbuilder-schema==4.12.0",
1515
"adal==1.2.1",

0 commit comments

Comments
 (0)