File tree 5 files changed +5
-5
lines changed
botbuilder-adapters-slack
botbuilder-integration-aiohttp
botbuilder-integration-applicationinsights-aiohttp
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- aiohttp == 3.10.5
1
+ aiohttp == 3.10.11
2
2
pyslack
3
3
botbuilder-core == 4.17.0
4
4
slackclient
Original file line number Diff line number Diff line change 8
8
"azure-cognitiveservices-language-luis==0.2.0" ,
9
9
"botbuilder-schema==4.17.0" ,
10
10
"botbuilder-core==4.17.0" ,
11
- "aiohttp==3.10.5 " ,
11
+ "aiohttp==3.10.11 " ,
12
12
]
13
13
14
14
TESTS_REQUIRES = ["aiounittest>=1.1.0" ]
Original file line number Diff line number Diff line change 1
1
msrest == 0.7.*
2
2
botframework-connector == 4.17.0
3
3
botbuilder-schema == 4.17.0
4
- aiohttp == 3.10.5
4
+ aiohttp == 3.10.11
Original file line number Diff line number Diff line change 10
10
"botframework-connector==4.17.0" ,
11
11
"botbuilder-core==4.17.0" ,
12
12
"yarl>=1.8.1" ,
13
- "aiohttp==3.10.5 " ,
13
+ "aiohttp==3.10.11 " ,
14
14
]
15
15
16
16
root = os .path .abspath (os .path .dirname (__file__ ))
Original file line number Diff line number Diff line change 6
6
7
7
REQUIRES = [
8
8
"applicationinsights>=0.11.9" ,
9
- "aiohttp==3.10.5 " ,
9
+ "aiohttp==3.10.11 " ,
10
10
"botbuilder-schema==4.17.0" ,
11
11
"botframework-connector==4.17.0" ,
12
12
"botbuilder-core==4.17.0" ,
You can’t perform that action at this time.
0 commit comments