Skip to content

Commit

Permalink
Merge pull request #1916 from AppDaemon/dependabot/pip/aiohttp-3.9.2
Browse files Browse the repository at this point in the history
Bump aiohttp from 3.8.6 to 3.9.2
  • Loading branch information
acockburn committed Jan 30, 2024
2 parents 034f07d + f53db1f commit 8775297
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 @@ -4,7 +4,7 @@
#
# pip-compile --extra=dev --output-file=dev-requirements.txt --resolver=backtracking pyproject.toml
#
aiohttp==3.8.6
aiohttp==3.9.2
# 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 @@ -4,7 +4,7 @@
#
# pip-compile --extra=doc --output-file=doc-requirements.txt --resolver=backtracking pyproject.toml
#
aiohttp==3.8.6
aiohttp==3.9.2
# 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.8"
keywords=[ "appdaemon", "home", "automation" ]
dependencies = [
'importlib-metadata; python_version<"3.8"',
'aiohttp ~= 3.8.4',
'aiohttp >= 3.8.4,< 3.10.0',
'aiohttp_jinja2 ~= 1.5.1',
'astral ~= 3.2',
'bcrypt ~= 4.0.1',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --resolver=backtracking pyproject.toml
#
aiohttp==3.8.6
aiohttp==3.9.2
# via
# aiohttp-jinja2
# appdaemon (pyproject.toml)
Expand Down

0 comments on commit 8775297

Please sign in to comment.