Skip to content

Commit 11b0877

Browse files
committed
Updated requests to 2.23.0, pinned more dependencies
1 parent 3a242b1 commit 11b0877

File tree

18 files changed

+49
-49
lines changed

18 files changed

+49
-49
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp
1+
aiohttp==3.6.2
22
pyslack
3-
botbuilder-core>=4.10.0
3+
botbuilder-core==4.10.0
44
slackclient

libraries/botbuilder-adapters-slack/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
from setuptools import setup
66

77
REQUIRES = [
8-
"botbuilder-schema>=4.10.0",
9-
"botframework-connector>=4.10.0",
10-
"botbuilder-core>=4.10.0",
8+
"botbuilder-schema==4.10.0",
9+
"botframework-connector==4.10.0",
10+
"botbuilder-core==4.10.0",
1111
]
1212

1313
TEST_REQUIRES = ["aiounittest==1.3.0"]
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
msrest==0.6.10
2-
botbuilder-schema>=4.10.0
3-
botbuilder-core>=4.10.0
4-
requests==2.22.0
2+
botbuilder-schema==4.10.0
3+
botbuilder-core==4.10.0
4+
requests==2.23.0
55
aiounittest==1.3.0
66
azure-cognitiveservices-language-luis==0.2.0

libraries/botbuilder-ai/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
REQUIRES = [
88
"azure-cognitiveservices-language-luis==0.2.0",
9-
"botbuilder-schema>=4.10.0",
10-
"botbuilder-core>=4.10.0",
9+
"botbuilder-schema==4.10.0",
10+
"botbuilder-core==4.10.0",
1111
"aiohttp==3.6.2",
1212
]
1313

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
msrest==0.6.10
2-
botbuilder-core>=4.10.0
2+
botbuilder-core==4.10.0
33
aiounittest==1.3.0

libraries/botbuilder-applicationinsights/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
from setuptools import setup
66

77
REQUIRES = [
8-
"applicationinsights>=0.11.9",
9-
"botbuilder-schema>=4.10.0",
10-
"botframework-connector>=4.10.0",
11-
"botbuilder-core>=4.10.0",
8+
"applicationinsights==0.11.9",
9+
"botbuilder-schema==4.10.0",
10+
"botframework-connector==4.10.0",
11+
"botbuilder-core==4.10.0",
1212
]
1313
TESTS_REQUIRES = [
1414
"aiounittest==1.3.0",

libraries/botbuilder-azure/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
REQUIRES = [
88
"azure-cosmos==3.1.2",
99
"azure-storage-blob==2.1.0",
10-
"botbuilder-schema>=4.10.0",
11-
"botframework-connector>=4.10.0",
10+
"botbuilder-schema==4.10.0",
11+
"botframework-connector==4.10.0",
1212
"jsonpickle==1.2",
1313
]
1414
TEST_REQUIRES = ["aiounittest==1.3.0"]
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msrest==0.6.10
2-
botframework-connector>=4.10.0
3-
botbuilder-schema>=4.10.0
4-
requests==2.22.0
2+
botframework-connector==4.10.0
3+
botbuilder-schema==4.10.0
4+
requests==2.23.0
55
PyJWT==1.5.3
66
cryptography==2.8.0
77
aiounittest==1.3.0

libraries/botbuilder-core/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.10.0"
88
REQUIRES = [
9-
"botbuilder-schema>=4.10.0",
10-
"botframework-connector>=4.10.0",
9+
"botbuilder-schema==4.10.0",
10+
"botframework-connector==4.10.0",
1111
"jsonpickle==1.2",
1212
]
1313

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
msrest==0.6.10
2-
botframework-connector>=4.10.0
3-
botbuilder-schema>=4.10.0
4-
botbuilder-core>=4.10.0
5-
requests==2.22.0
2+
botframework-connector==4.10.0
3+
botbuilder-schema==4.10.0
4+
botbuilder-core==4.10.0
5+
requests==2.23.0
66
PyJWT==1.5.3
77
cryptography==2.8
88
aiounittest==1.3.0

libraries/botbuilder-dialogs/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"recognizers-text>=1.0.2a1",
1313
"recognizers-text-choice>=1.0.2a1",
1414
"babel==2.7.0",
15-
"botbuilder-schema>=4.10.0",
16-
"botframework-connector>=4.10.0",
17-
"botbuilder-core>=4.10.0",
15+
"botbuilder-schema==4.10.0",
16+
"botframework-connector==4.10.0",
17+
"botbuilder-core==4.10.0",
1818
]
1919

2020
TEST_REQUIRES = ["aiounittest==1.3.0"]
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
msrest==0.6.10
2-
botframework-connector>=4.10.0
3-
botbuilder-schema>=4.10.0
4-
aiohttp>=3.6.2
2+
botframework-connector==4.10.0
3+
botbuilder-schema==4.10.0
4+
aiohttp==3.6.2

libraries/botbuilder-integration-aiohttp/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.10.0"
88
REQUIRES = [
9-
"botbuilder-schema>=4.10.0",
10-
"botframework-connector>=4.10.0",
11-
"botbuilder-core>=4.10.0",
9+
"botbuilder-schema==4.10.0",
10+
"botframework-connector==4.10.0",
11+
"botbuilder-core==4.10.0",
1212
"aiohttp==3.6.2",
1313
]
1414

libraries/botbuilder-integration-applicationinsights-aiohttp/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
REQUIRES = [
88
"applicationinsights>=0.11.9",
99
"aiohttp==3.6.2",
10-
"botbuilder-schema>=4.10.0",
11-
"botframework-connector>=4.10.0",
12-
"botbuilder-core>=4.10.0",
13-
"botbuilder-applicationinsights>=4.10.0",
10+
"botbuilder-schema==4.10.0",
11+
"botframework-connector==4.10.0",
12+
"botbuilder-core==4.10.0",
13+
"botbuilder-applicationinsights==4.10.0",
1414
]
1515
TESTS_REQUIRES = [
1616
"aiounittest==1.3.0",
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
botbuilder-schema>=4.10.0
2-
botbuilder-core>=4.10.0
3-
botbuilder-dialogs>=4.10.0
1+
botbuilder-schema==4.10.0
2+
botbuilder-core==4.10.0
3+
botbuilder-dialogs==4.10.0
44
aiounittest==1.3.0

libraries/botbuilder-testing/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
from setuptools import setup
66

77
REQUIRES = [
8-
"botbuilder-schema>=4.10.0",
9-
"botbuilder-core>=4.10.0",
10-
"botbuilder-dialogs>=4.10.0",
8+
"botbuilder-schema==4.10.0",
9+
"botbuilder-core==4.10.0",
10+
"botbuilder-dialogs==4.10.0",
1111
]
1212

1313
TESTS_REQUIRES = ["aiounittest==1.3.0"]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
msrest==0.6.10
2-
botbuilder-schema>=4.10.0
3-
requests==2.22.0
2+
botbuilder-schema==4.10.0
3+
requests==2.23.0
44
PyJWT==1.5.3
55
cryptography==2.8.0
66
msal==1.2.0

libraries/botframework-connector/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.10.0"
88
REQUIRES = [
99
"msrest==0.6.10",
10-
"requests==2.22.0",
10+
"requests==2.23.0",
1111
"cryptography==2.8.0",
1212
"PyJWT==1.5.3",
13-
"botbuilder-schema>=4.10.0",
13+
"botbuilder-schema==4.10.0",
1414
"adal==1.2.1",
1515
"msal==1.2.0",
1616
]

0 commit comments

Comments
 (0)