Skip to content

Commit

Permalink
Samples bump (microsoft#2944)
Browse files Browse the repository at this point in the history
  • Loading branch information
axelsrz authored Nov 20, 2020
1 parent 2854cf5 commit 1b9b882
Show file tree
Hide file tree
Showing 41 changed files with 66 additions and 66 deletions.
6 changes: 3 additions & 3 deletions samples/python/01.console-echo/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncio>=3.4.3
botbuilder-core>=4.10.1
botbuilder-schema>=4.10.1
botframework-connector>=4.10.1
botbuilder-core>=4.11.0
botbuilder-schema>=4.11.0
botframework-connector>=4.11.0
2 changes: 1 addition & 1 deletion samples/python/02.echo-bot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
2 changes: 1 addition & 1 deletion samples/python/03.welcome-user/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
6 changes: 3 additions & 3 deletions samples/python/05.multi-turn-prompt/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-dialogs>=4.10.1
botbuilder-ai>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
botbuilder-dialogs>=4.11.0
botbuilder-ai>=4.11.0

4 changes: 2 additions & 2 deletions samples/python/06.using-cards/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-dialogs>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
botbuilder-dialogs>=4.11.0
2 changes: 1 addition & 1 deletion samples/python/07.using-adaptive-cards/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
2 changes: 1 addition & 1 deletion samples/python/08.suggested-actions/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
4 changes: 2 additions & 2 deletions samples/python/11.qnamaker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-ai>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
botbuilder-ai>=4.11.0
6 changes: 3 additions & 3 deletions samples/python/13.core-bot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-dialogs>=4.10.1
botbuilder-ai>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
botbuilder-dialogs>=4.11.0
botbuilder-ai>=4.11.0
datatypes-date-time>=1.0.0.a2

4 changes: 2 additions & 2 deletions samples/python/14.nlp-with-dispatch/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
azure
botbuilder-integration-aiohttp>=4.10.1
botbuilder-ai>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
botbuilder-ai>=4.11.0
2 changes: 1 addition & 1 deletion samples/python/15.handling-attachments/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
jsonpickle
botbuilder-integration-aiohttp>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
2 changes: 1 addition & 1 deletion samples/python/16.proactive-messages/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
2 changes: 1 addition & 1 deletion samples/python/17.multilingual-bot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.23.0
botbuilder-integration-aiohttp>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
4 changes: 2 additions & 2 deletions samples/python/18.bot-authentication/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-dialogs>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
botbuilder-dialogs>=4.11.0
4 changes: 2 additions & 2 deletions samples/python/19.custom-dialogs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-dialogs>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
botbuilder-dialogs>=4.11.0
14 changes: 7 additions & 7 deletions samples/python/21.corebot-app-insights/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
asyncio>=3.4.3
requests==2.23.0
botbuilder-core>=4.10.1
botframework-connector>=4.10.1
botbuilder-schema>=4.10.1
botbuilder-dialogs>=4.10.1
botbuilder-ai>=4.10.1
botbuilder-applicationinsights>=4.10.1
botbuilder-integration-applicationinsights-aiohttp>=4.10.1
botbuilder-core>=4.11.0
botframework-connector>=4.11.0
botbuilder-schema>=4.11.0
botbuilder-dialogs>=4.11.0
botbuilder-ai>=4.11.0
botbuilder-applicationinsights>=4.11.0
botbuilder-integration-applicationinsights-aiohttp>=4.11.0
datatypes-date-time>=1.0.0.a1
azure-cognitiveservices-language-luis>=0.2.0
msrest>=0.6.10
Expand Down
2 changes: 1 addition & 1 deletion samples/python/23.facebook-events/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
jsonpickle==1.2
botbuilder-integration-aiohttp>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
4 changes: 2 additions & 2 deletions samples/python/24.bot-authentication-msgraph/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-dialogs>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
botbuilder-dialogs>=4.11.0
requests_oauthlib

4 changes: 2 additions & 2 deletions samples/python/42.scaleout/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jsonpickle
botbuilder-integration-aiohttp>=4.10.1
botbuilder-dialogs>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
botbuilder-dialogs>=4.11.0
azure>=4.0.0
4 changes: 2 additions & 2 deletions samples/python/43.complex-dialog/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-dialogs>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
botbuilder-dialogs>=4.11.0
2 changes: 1 addition & 1 deletion samples/python/44.prompt-for-user-input/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
recognizers-text>=1.0.2a1
2 changes: 1 addition & 1 deletion samples/python/45.state-management/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
4 changes: 2 additions & 2 deletions samples/python/46.teams-auth/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-dialogs>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
botbuilder-dialogs>=4.11.0
2 changes: 1 addition & 1 deletion samples/python/47.inspection/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
4 changes: 2 additions & 2 deletions samples/python/49.qnamaker-all-features/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-ai>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
botbuilder-ai>=4.11.0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
requests_oauthlib>=1.3.0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
2 changes: 1 addition & 1 deletion samples/python/54.teams-task-module/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
msrest
botbuilder-integration-aiohttp>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
2 changes: 1 addition & 1 deletion samples/python/55.teams-link-unfurling/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.23.0
botbuilder-integration-aiohttp>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
2 changes: 1 addition & 1 deletion samples/python/56.teams-file-upload/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.23.0
botbuilder-integration-aiohttp>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
2 changes: 1 addition & 1 deletion samples/python/57.teams-conversation-bot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.23.0
botbuilder-integration-aiohttp>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.23.0
botbuilder-integration-aiohttp>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
4 changes: 2 additions & 2 deletions samples/python/60.slack-adapter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-adapters-slack>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
botbuilder-adapters-slack>=4.11.0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
botbuilder-integration-aiohttp>=4.10.1
botbuilder-integration-aiohttp>=4.11.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aiohttp
botbuilder-core>=4.10.1
botbuilder-core>=4.11.0
datatypes-date-time>=1.0.0a2
4 changes: 2 additions & 2 deletions samples/python/wip/python_quart/13.core-bot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
quart>=0.10.0
botbuilder-dialogs>=4.10.1
botbuilder-ai>=4.10.1
botbuilder-dialogs>=4.11.0
botbuilder-ai>=4.11.0
datatypes-date-time>=1.0.0.a2

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tornado>=6.0.3
botbuilder-dialogs>=4.10.1
botbuilder-ai>=4.10.1
botbuilder-dialogs>=4.11.0
botbuilder-ai>=4.11.0
datatypes-date-time>=1.0.0.a2

0 comments on commit 1b9b882

Please sign in to comment.