Skip to content

Commit a7f5d91

Browse files
dependabot[bot]gandidditracyboehrer
authored
Bump: aiohttp from 3.10.5 to 3.10.11 (#2190)
* Bump aiohttp Bumps the pip group with 1 update in the /libraries/botbuilder-integration-aiohttp directory: [aiohttp](https://github.com/aio-libs/aiohttp). Updates `aiohttp` from 3.10.5 to 3.10.11 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.10.5...v3.10.11) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]> * Bump: aiohttp to 3.10.11 in SDK packages --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ganapathi Diddi <[email protected]> Co-authored-by: tracyboehrer <[email protected]>
1 parent 394d3d6 commit a7f5d91

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.10.5
1+
aiohttp==3.10.11
22
pyslack
33
botbuilder-core==4.17.0
44
slackclient

libraries/botbuilder-ai/setup.py

+1-1
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.5",
11+
"aiohttp==3.10.11",
1212
]
1313

1414
TESTS_REQUIRES = ["aiounittest>=1.1.0"]
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
msrest== 0.7.*
22
botframework-connector==4.17.0
33
botbuilder-schema==4.17.0
4-
aiohttp==3.10.5
4+
aiohttp==3.10.11

libraries/botbuilder-integration-aiohttp/setup.py

+1-1
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.5",
13+
"aiohttp==3.10.11",
1414
]
1515

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

0 commit comments

Comments
 (0)