From 08aa7b54b707375c2f6ff33b1a7c53a8feb23c98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:13:41 -0500 Subject: [PATCH] Build(deps): Bump aiohttp from 3.10.2 to 3.10.11 in /notifier (#2275) Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.2 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](https://github.com/aio-libs/aiohttp/compare/v3.10.2...v3.10.11) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- notifier/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifier/requirements.txt b/notifier/requirements.txt index da4a348c3..af97b5012 100644 --- a/notifier/requirements.txt +++ b/notifier/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.10.2 +aiohttp==3.10.11 aiosmtplib==3.0.0 html2text==2020.1.16 humanize==4.8.0