8000 aiohttp 3.9.5 (#2127) · DEXTERBP/botbuilder-python@d7cd937 · GitHub
[go: up one dir, main page]

Skip to content

Commit d7cd937

Browse files
tracyboehrerTracy Boehrer
and
Tracy Boehrer
authored
aiohttp 3.9.5 (microsoft#2127)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
1 parent fc94514 commit d7cd937

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.16.0",
1010
"botbuilder-core==4.16.0",
11-
"aiohttp==3.9.4",
11+
"aiohttp==3.9.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.16.0",
1111
"botbuilder-core==4.16.0",
1212
"yarl>=1.8.1",
13-
"aiohttp==3.9.4",
13+
"aiohttp==3.9.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.9.4",
9+
"aiohttp==3.9.5",
1010
"botbuilder-schema==4.16.0",
1111
"botframework-connector==4.16.0",
1212
"botbuilder-core==4.16.0",

0 commit comments

Comments
 (0)
0