File tree 3 files changed +3
-3
lines changed
botbuilder-integration-aiohttp
botbuilder-integration-applicationinsights-aiohttp
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
"azure-cognitiveservices-language-luis==0.2.0" ,
9
9
"botbuilder-schema==4.16.0" ,
10
10
"botbuilder-core==4.16.0" ,
11
- "aiohttp==3.9.4 " ,
11
+ "aiohttp==3.9.5 " ,
12
12
]
13
13
14
14
TESTS_REQUIRES = ["aiounittest>=1.1.0" ]
Original file line number Diff line number Diff line change 10
10
"botframework-connector==4.16.0" ,
11
11
"botbuilder-core==4.16.0" ,
12
12
"yarl>=1.8.1" ,
13
- "aiohttp==3.9.4 " ,
13
+ "aiohttp==3.9.5 " ,
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.9.4 " ,
9
+ "aiohttp==3.9.5 " ,
10
10
"botbuilder-schema==4.16.0" ,
11
11
"botframework-connector==4.16.0" ,
12
12
"botbuilder-core==4.16.0" ,
You can’t perform that action at this time.
0 commit comments