From 323440674a0f064db4497cbd9b1741a0a1a0dd62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:49:24 +0000 Subject: [PATCH] Bump aiohttp from 3.8.6 to 3.9.3 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.6 to 3.9.3. - [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.8.6...v3.9.3) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor ... 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 92a3c2287..f1dde9ff1 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.2 +aiohttp==3.9.3 # via # aiohttp-jinja2 # appdaemon (pyproject.toml) diff --git a/doc-requirements.txt b/doc-requirements.txt index 3b75c2ea9..a7ff0379c 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.2 +aiohttp==3.9.3 # via # aiohttp-jinja2 # appdaemon (pyproject.toml) diff --git a/requirements.txt b/requirements.txt index 1fce19fb3..3ce54dff2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --resolver=backtracking pyproject.toml # -aiohttp==3.9.2 +aiohttp==3.9.3 # via # aiohttp-jinja2 # appdaemon (pyproject.toml)