8000 Increased dependency version (#352) · TaffyWrinkle/botbuilder-python@fe71071 · GitHub
[go: up one dir, main page]

Skip to content

Commit fe71071

Browse files
authored
Increased dependency version (microsoft#352)
1 parent f42179e commit fe71071

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

libraries/botbuilder-core/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ botframework-connector>=4.4.0b1
33
botbuilder-schema>=4.4.0b1
44
requests>=2.18.1
55
PyJWT==1.5.3
6-
cryptography==2.1.4
6+
cryptography>=2.3.0
77
aiounittest>=1.2.1

libraries/botbuilder-dialogs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ botbuilder-schema>=4.4.0b1
44
botbuilder-core>=4.4.0b1
55
requests>=2.18.1
66
PyJWT==1.5.3
7-
cryptography==2.1.4
7+
cryptography>=2.3.0
88
aiounittest>=1.1.0

libraries/botframework-connector/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ msrest>=0.6.6
22
botbuilder-schema>=4.4.0b1
33
requests>=2.18.1
44
PyJWT==1.5.3
5-
cryptography==2.1.4
5+
cryptography>=2.3.0

libraries/botframework-connector/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
REQUIRES = [
99
"msrest>=0.6.6",
1010
"requests>=2.8.1",
11-
"cryptography>=2.1.4",
11+
"cryptography>=2.3.0",
1212
"PyJWT>=1.5.3",
1313
"botbuilder-schema>=4.4.0b1",
1414
]

0 commit comments

Comments
 (0)
0