Skip to content

Commit

Permalink
msrest to 0.7.*
Browse files Browse the repository at this point in the history
  • Loading branch information
Tracy Boehrer committed Dec 5, 2023
1 parent 3de2546 commit e3f7c51
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion libraries/botbuilder-ai/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
msrest==0.6.*
msrest== 0.7.*
botbuilder-schema==4.15.0
botbuilder-core==4.15.0
requests==2.31.0
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-applicationinsights/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
msrest==0.6.*
msrest== 0.7.*
botbuilder-core==4.15.0
aiounittest==1.3.0
2 changes: 1 addition & 1 deletion libraries/botbuilder-core/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
msrest==0.6.*
msrest== 0.7.*
botframework-connector==4.15.0
botbuilder-schema==4.15.0
botframework-streaming==4.15.0
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-dialogs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
msrest==0.6.*
msrest== 0.7.*
botframework-connector==4.15.0
botbuilder-schema==4.15.0
botbuilder-core==4.15.0
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-integration-aiohttp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
msrest==0.6.*
msrest== 0.7.*
botframework-connector==4.15.0
botbuilder-schema==4.15.0
aiohttp==3.9.0
2 changes: 1 addition & 1 deletion libraries/botbuilder-schema/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
aiounittest==1.3.0
msrest==0.6.*
msrest== 0.7.*
2 changes: 1 addition & 1 deletion libraries/botbuilder-schema/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

NAME = "botbuilder-schema"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
REQUIRES = ["msrest==0.6.*", "urllib3<2.0.0"]
REQUIRES = ["msrest== 0.7.*", "urllib3<2.0.0"]

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

Expand Down
2 changes: 1 addition & 1 deletion libraries/botframework-connector/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
msrest==0.6.*
msrest==0.7.*
botbuilder-schema==4.15.0
requests==2.31.0
PyJWT==2.4.0
Expand Down
2 changes: 1 addition & 1 deletion libraries/botframework-connector/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
NAME = "botframework-connector"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
REQUIRES = [
"msrest==0.6.*",
"msrest==0.7.*",
# "requests>=2.23.0,<2.26",
"PyJWT>=2.4.0",
"botbuilder-schema==4.15.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/botframework-streaming/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
msrest==0.6.*
msrest==0.7.*
botframework-connector>=4.15.0
botbuilder-schema>=4.15.0

0 comments on commit e3f7c51

Please sign in to comment.