8000 Bump aiohttp (#2164) · fkatada/ms-botbuilder-python@31dd569 · GitHub
[go: up one dir, main page]

Skip to content

Commit 31dd569

Browse files
authored
Bump aiohttp (microsoft#2164)
1 parent 693acf0 commit 31dd569

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.10.2
1+
aiohttp==3.10.5
22
pyslack
33
botbuilder-core==4.17.0
44
slackclient

libraries/botbuilder-ai/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"azure-cognitiveservices-language-luis==0.2.0",
99
"botbuilder-schema==4.17.0",
1010
"botbuilder-core==4.17.0",
11-
"aiohttp==3.10.2",
11+
"aiohttp==3.10.5",
1212
]
1313

1414
TESTS_REQUIRES = ["aiounittest>=1.1.0"]

libraries/botbuilder-integration-aiohttp/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"botframework-connector==4.17.0",
1111
"botbuilder-core==4.17.0",
1212
"yarl>=1.8.1",
13-
"aiohttp==3.10.2",
13+
"aiohttp==3.10.5",
1414
]
1515

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

libraries/botbuilder-integration-applicationinsights-aiohttp/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
REQUIRES = [
88
"applicationinsights>=0.11.9",
9-
"aiohttp==3.10.2",
9+
"aiohttp==3.10.5",
1010
"botbuilder-schema==4.17.0",
1111
"botframework-connector==4.17.0",
1212
"botbuilder-core==4.17.0",

0 commit comments

Comments
 (0)
0