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)