Skip to content

Commit

Permalink
Bump aiohttp to 3.8.5 to fix CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
vavsab authored Sep 12, 2023
1 parent 40a4f60 commit 8069638
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libraries/botbuilder-adapters-slack/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.8.4
aiohttp==3.8.5
pyslack
botbuilder-core==4.15.0
slackclient
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.15.0",
"botbuilder-core==4.15.0",
"aiohttp==3.8.4",
"aiohttp==3.8.5",
]

TESTS_REQUIRES = ["aiounittest>=1.1.0"]
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-integration-aiohttp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
msrest==0.6.*
botframework-connector==4.15.0
botbuilder-schema==4.15.0
aiohttp==3.8.4
aiohttp==3.8.5
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.15.0",
"botbuilder-core==4.15.0",
"yarl<=1.4.2",
"aiohttp==3.8.4",
"aiohttp==3.8.5",
]

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.8.4",
"aiohttp==3.8.5",
"botbuilder-schema==4.15.0",
"botframework-connector==4.15.0",
"botbuilder-core==4.15.0",
Expand Down

0 comments on commit 8069638

Please sign in to comment.