From bd2ecf8f9575660637bc2f2484df38df0a005b72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:00:03 +0000 Subject: [PATCH] Bump aiohttp from 3.9.3 to 3.9.5 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.3 to 3.9.5. - [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.9.3...v3.9.5) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- doc-requirements.txt | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index a683f0ed1..a20525394 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --extra=dev --output-file=dev-requirements.txt --resolver=backtracking pyproject.toml # -aiohttp==3.9.3 +aiohttp==3.9.5 # via # aiohttp-jinja2 # appdaemon (pyproject.toml) diff --git a/doc-requirements.txt b/doc-requirements.txt index 436ec15a8..158ae422e 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --extra=doc --output-file=doc-requirements.txt --resolver=backtracking pyproject.toml # -aiohttp==3.9.3 +aiohttp==3.9.5 # via # aiohttp-jinja2 # appdaemon (pyproject.toml) diff --git a/requirements.txt b/requirements.txt index 84839872d..3c55ca15a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --resolver=backtracking pyproject.toml # -aiohttp==3.9.3 +aiohttp==3.9.5 # via # aiohttp-jinja2 # appdaemon (pyproject.toml)