Skip to content

Commit

Permalink
aiohttp 3.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gandiddi committed Aug 23, 2024
1 parent 734b6d1 commit 936ec44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libraries/botbuilder-ai/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"azure-cognitiveservices-language-luis==0.2.0",
"botbuilder-schema==4.17.0",
"botbuilder-core==4.17.0",
"aiohttp==3.9.5",
"aiohttp==3.10.2",
]

TESTS_REQUIRES = ["aiounittest>=1.1.0"]
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-integration-aiohttp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"botframework-connector==4.17.0",
"botbuilder-core==4.17.0",
"yarl>=1.8.1",
"aiohttp==3.9.5",
"aiohttp==3.10.2",
]

root = os.path.abspath(os.path.dirname(__file__))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

REQUIRES = [
"applicationinsights>=0.11.9",
"aiohttp==3.9.5",
"aiohttp==3.10.2",
"botbuilder-schema==4.17.0",
"botframework-connector==4.17.0",
"botbuilder-core==4.17.0",
Expand Down

0 comments on commit 936ec44

Please sign in to comment.