8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446f545 commit fbd73deCopy full SHA for fbd73de
libraries/botframework-connector/requirements.txt
@@ -2,5 +2,5 @@ msrest==0.6.10
2
botbuilder-schema==4.12.0
3
requests==2.23.0
4
PyJWT==1.5.3
5
-cryptography==3.2
+cryptography==3.3.2
6
msal==1.2.0
libraries/botframework-connector/setup.py
@@ -9,7 +9,7 @@
9
REQUIRES = [
10
"msrest==0.6.10",
11
"requests==2.23.0",
12
- "cryptography==3.2",
+ "cryptography==3.3.2",
13
"PyJWT==1.5.3",
14
"botbuilder-schema==4.12.0",
15
"adal==1.2.1",
0 commit comments