Skip to content

Commit 3b4857c

Browse files
Bump aiohttp from 3.10.5 to 3.11.2
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.5 to 3.11.2. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.10.5...v3.11.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 02dfb69 commit 3b4857c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiohappyeyeballs==2.4.0
88
# via aiohttp
9-
aiohttp==3.10.5
9+
aiohttp==3.11.2
1010
# via
1111
# aiohttp-jinja2
1212
# appdaemon (pyproject.toml)

doc-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiohappyeyeballs==2.4.0
88
# via aiohttp
9-
aiohttp==3.10.5
9+
aiohttp==3.11.2
1010
# via
1111
# aiohttp-jinja2
1212
# appdaemon (pyproject.toml)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ requires-python = ">=3.10"
1111
keywords=[ "appdaemon", "home", "automation" ]
1212
dependencies = [
1313
'importlib-metadata; python_version<"3.8"',
14-
'aiohttp >= 3.9.0,< 3.11.0',
14+
'aiohttp >= 3.9.0,< 3.12.0',
1515
'aiohttp_jinja2 >= 1.5.1,< 1.7.0',
1616
'astral ~= 3.2',
1717
'bcrypt >= 4.0.1,< 4.3.0',

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiohappyeyeballs==2.4.0
88
# via aiohttp
9-
aiohttp==3.10.5
9+
aiohttp==3.11.2
1010
# via
1111
# aiohttp-jinja2
1212
# appdaemon (pyproject.toml)

0 commit comments

Comments
 (0)