Skip to content

Commit

Permalink
Bump aiohttp from 3.10.11 to 3.11.12
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 7, 2025
1 parent 7cc2af9 commit 8553fe8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.10.11
aiohttp==3.11.12
# via
# aiohttp-jinja2
# appdaemon (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.10.11
aiohttp==3.11.12
# via
# aiohttp-jinja2
# appdaemon (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.10.11
aiohttp==3.11.12
# via
# aiohttp-jinja2
# appdaemon (pyproject.toml)
Expand Down

0 comments on commit 8553fe8

Please sign in to comment.