Skip to content

Commit

Permalink
Bump: aiohttp from 3.10.5 to 3.10.11 (#2190)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* Bump: aiohttp to 3.10.11 in SDK packages

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ganapathi Diddi <v-gandiddi@microsoft.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 2, 2024
1 parent 394d3d6 commit a7f5d91
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.10.5
aiohttp==3.10.11
pyslack
botbuilder-core==4.17.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.17.0",
"botbuilder-core==4.17.0",
"aiohttp==3.10.5",
"aiohttp==3.10.11",
]

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.7.*
botframework-connector==4.17.0
botbuilder-schema==4.17.0
aiohttp==3.10.5
aiohttp==3.10.11
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.10.5",
"aiohttp==3.10.11",
]

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.10.5",
"aiohttp==3.10.11",
"botbuilder-schema==4.17.0",
"botframework-connector==4.17.0",
"botbuilder-core==4.17.0",
Expand Down

0 comments on commit a7f5d91

Please sign in to comment.