8000 aiohttp to 3.8.5 · andreikop/botbuilder-python@971e782 · GitHub
[go: up one dir, main page]

Skip to content

Commit 971e782

Browse files
author
Tracy Boehrer
committed
aiohttp to 3.8.5
1 parent 1b2991e commit 971e782

File tree

3 files changed

+3
-3
lines changed
  • libraries

3 files changed

+3
-3
lines changed

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.15.0",
1010
"botbuilder-core==4.15.0",
11-
"aiohttp==3.8.4",
11+
"aiohttp==3.8.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.15.0",
1111
"botbuilder-core==4.15.0",
1212
"yarl>=1.8.1",
13-
"aiohttp==3.8.4",
13+
"aiohttp==3.8.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.8.4",
9+
"aiohttp==3.8.5",
1010
"botbuilder-schema==4.15.0",
1111
"botframework-connector==4.15.0",
1212
"botbuilder-core==4.15.0",

0 commit comments

Comments
 (0)
0