Skip to content

Commit dc52ec5

Browse files
authored
Merge pull request #412 from microsoft/trboehre-pin_azure_storage
Pinned dependencies in all libraries
2 parents 4df4e1f + 8c0f540 commit dc52ec5

File tree

17 files changed

+39
-39
lines changed

17 files changed

+39
-39
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
msrest>=0.6.6
1+
msrest==0.6.10
22
botbuilder-schema>=4.4.0b1
33
botbuilder-core>=4.4.0b1
4-
requests>=2.18.1
5-
aiounittest>=1.1.0
6-
azure-cognitiveservices-language-luis>=0.2.0
4+
requests==2.22.0
5+
aiounittest==1.3.0
6+
azure-cognitiveservices-language-luis==0.2.0

libraries/botbuilder-ai/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"azure-cognitiveservices-language-luis==0.2.0",
99
"botbuilder-schema>=4.4.0b1",
1010
"botbuilder-core>=4.4.0b1",
11-
"aiohttp>=3.5.4",
11+
"aiohttp==3.6.2",
1212
]
1313

1414
TESTS_REQUIRES = ["aiounittest>=1.1.0"]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
msrest>=0.6.6
1+
msrest==0.6.10
22
botbuilder-core>=4.4.0b1
3-
aiounittest>=1.1.0
3+
aiounittest==1.3.0

libraries/botbuilder-applicationinsights/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"botbuilder-core>=4.4.0b1",
1212
]
1313
TESTS_REQUIRES = [
14-
"aiounittest>=1.1.0",
15-
"django>=2.2", # For samples
16-
"djangorestframework>=3.9.2", # For samples
17-
"flask>=1.0.2", # For samples
14+
"aiounittest==1.3.0",
15+
"django==2.2.6", # For samples
16+
"djangorestframework==3.10.3", # For samples
17+
"flask==1.1.1", # For samples
1818
]
1919

2020
root = os.path.abspath(os.path.dirname(__file__))

libraries/botbuilder-azure/setup.py

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

77
REQUIRES = [
8-
"azure-cosmos>=3.0.0",
9-
"azure-storage-blob>=2.1.0",
8+
"azure-cosmos==3.1.2",
9+
"azure-storage-blob==2.1.0",
1010
"botbuilder-schema>=4.4.0b1",
1111
"botframework-connector>=4.4.0b1",
12-
"jsonpickle>=1.2",
12+
"jsonpickle==1.2",
1313
]
14-
TEST_REQUIRES = ["aiounittest>=1.1.0"]
14+
TEST_REQUIRES = ["aiounittest==1.3.0"]
1515

1616
root = os.path.abspath(os.path.dirname(__file__))
1717

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
msrest>=0.6.6
1+
msrest==0.6.10
22
botframework-connector>=4.4.0b1
33
botbuilder-schema>=4.4.0b1
4-
requests>=2.18.1
4+
requests==2.22.0
55
PyJWT==1.5.3
6-
cryptography>=2.3.0
7-
aiounittest>=1.2.1
6+
cryptography==2.8.0
7+
aiounittest==1.3.0

libraries/botbuilder-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
REQUIRES = [
99
"botbuilder-schema>=4.4.0b1",
1010
"botframework-connector>=4.4.0b1",
11-
"jsonpickle>=1.2",
11+
"jsonpickle==1.2",
1212
]
1313

1414
root = os.path.abspath(os.path.dirname(__file__))
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
msrest>=0.6.6
1+
msrest==0.6.10
22
botframework-connector>=4.4.0b1
33
botbuilder-schema>=4.4.0b1
44
botbuilder-core>=4.4.0b1
5-
requests>=2.18.1
5+
requests==2.22.0
66
PyJWT==1.5.3
7-
cryptography>=2.3.0
8-
aiounittest>=1.1.0
7+
cryptography==2.8
8+
aiounittest==1.3.0

libraries/botbuilder-dialogs/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"recognizers-text-number>=1.0.2a1",
1111
"recognizers-text>=1.0.2a1",
1212
"recognizers-text-choice>=1.0.2a1",
13-
"babel>=2.7.0",
13+
"babel==2.7.0",
1414
"botbuilder-schema>=4.4.0b1",
1515
"botframework-connector>=4.4.0b1",
1616
"botbuilder-core>=4.4.0b1",
1717
]
1818

19-
TEST_REQUIRES = ["aiounittest>=1.1.0"]
19+
TEST_REQUIRES = ["aiounittest==1.3.0"]
2020

2121
root = os.path.abspath(os.path.dirname(__file__))
2222

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msrest>=0.6.6
1+
msrest==0.6.10

0 commit comments

Comments
 (0)