From c07e0f454198a122b335a95653dacbaed973013a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 09:19:03 +0000 Subject: [PATCH] Bump aiohttp from 3.10.5 to 3.11.0 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.5 to 3.11.0. - [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.5...v3.11.0) --- 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 +- pyproject.toml | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 2ed1accb2..9904c11f8 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,7 @@ # aiohappyeyeballs==2.4.0 # via aiohttp -aiohttp==3.10.5 +aiohttp==3.11.0 # via # aiohttp-jinja2 # appdaemon (pyproject.toml) diff --git a/doc-requirements.txt b/doc-requirements.txt index b19a110df..91b14df29 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -6,7 +6,7 @@ # aiohappyeyeballs==2.4.0 # via aiohttp -aiohttp==3.10.5 +aiohttp==3.11.0 # via # aiohttp-jinja2 # appdaemon (pyproject.toml) diff --git a/pyproject.toml b/pyproject.toml index 862fc9b75..51e1fec59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.10" keywords=[ "appdaemon", "home", "automation" ] dependencies = [ 'importlib-metadata; python_version<"3.8"', - 'aiohttp >= 3.9.0,< 3.11.0', + 'aiohttp >= 3.9.0,< 3.12.0', 'aiohttp_jinja2 >= 1.5.1,< 1.7.0', 'astral ~= 3.2', 'bcrypt >= 4.0.1,< 4.3.0', diff --git a/requirements.txt b/requirements.txt index b77dc29e4..2b41a0559 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # aiohappyeyeballs==2.4.0 # via aiohttp -aiohttp==3.10.5 +aiohttp==3.11.0 # via # aiohttp-jinja2 # appdaemon (pyproject.toml)