Skip to content

Commit bafc08d

Browse files
authored
Updating masal and msrest dependencies (#1970)
1 parent 58a036e commit bafc08d

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

libraries/botbuilder-ai/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
msrest==0.6.21
1+
msrest==0.6.*
22
botbuilder-schema==4.15.0
33
botbuilder-core==4.15.0
44
requests==2.27.1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
msrest==0.6.21
1+
msrest==0.6.*
22
botbuilder-core==4.15.0
33
aiounittest==1.3.0

libraries/botbuilder-core/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
msrest==0.6.21
1+
msrest==0.6.*
22
botframework-connector==4.15.0
33
botbuilder-schema==4.15.0
44
botframework-streaming==4.15.0

libraries/botbuilder-dialogs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
msrest==0.6.21
1+
msrest==0.6.*
22
botframework-connector==4.15.0
33
botbuilder-schema==4.15.0
44
botbuilder-core==4.15.0
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
msrest==0.6.21
1+
msrest==0.6.*
22
botframework-connector==4.15.0
33
botbuilder-schema==4.15.0
44
aiohttp==3.7.4
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
aiounittest==1.3.0
2-
msrest==0.6.21
2+
msrest==0.6.*

libraries/botbuilder-schema/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
NAME = "botbuilder-schema"
88
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
9-
REQUIRES = ["msrest==0.6.19"]
9+
REQUIRES = ["msrest==0.6.*"]
1010

1111
root = os.path.abspath(os.path.dirname(__file__))
1212

Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
msrest==0.6.21
1+
msrest==0.6.*
22
botbuilder-schema==4.15.0
33
requests==2.27.1
44
PyJWT==1.5.3
55
cryptography==3.3.2
6-
msal==1.17.0
6+
msal==1.*

libraries/botframework-connector/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
NAME = "botframework-connector"
88
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
99
REQUIRES = [
10-
"msrest==0.6.19",
10+
"msrest==0.6.*",
1111
"requests>=2.23.0,<2.26",
1212
"PyJWT>=1.5.3,<2.0.0",
1313
"botbuilder-schema==4.15.0",
14-
"msal==1.17.0",
14+
"msal==1.*",
1515
]
1616

1717
root = os.path.abspath(os.path.dirname(__file__))
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
msrest==0.6.19
1+
msrest==0.6.*
22
botframework-connector>=4.15.0
33
botbuilder-schema>=4.15.0

0 commit comments

Comments
 (0)