Skip to content

Commit

Permalink
Merge pull request AppDaemon#1935 from AppDaemon/dependabot/pip/aioht…
Browse files Browse the repository at this point in the history
…tp-jinja2-1.6

Bump aiohttp-jinja2 from 1.5.1 to 1.6
  • Loading branch information
acockburn authored Feb 2, 2024
2 parents 133dfe1 + 879ce74 commit 40e7a68
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 @@ -9,7 +9,7 @@ aiohttp==3.9.3
# aiohttp-jinja2
# appdaemon (pyproject.toml)
# sockjs
aiohttp-jinja2==1.5.1
aiohttp-jinja2==1.6
# via appdaemon (pyproject.toml)
aiosignal==1.3.1
# via aiohttp
Expand Down
2 changes: 1 addition & 1 deletion doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ aiohttp==3.9.3
# aiohttp-jinja2
# appdaemon (pyproject.toml)
# sockjs
aiohttp-jinja2==1.5.1
aiohttp-jinja2==1.6
# via appdaemon (pyproject.toml)
aiosignal==1.3.1
# via aiohttp
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords=[ "appdaemon", "home", "automation" ]
dependencies = [
'importlib-metadata; python_version<"3.8"',
'aiohttp >= 3.9.0,< 3.10.0',
'aiohttp_jinja2 ~= 1.5.1',
'aiohttp_jinja2 >= 1.5.1,< 1.7.0',
'astral ~= 3.2',
'bcrypt ~= 4.0.1',
'deepdiff == 6.3.0',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ aiohttp==3.9.3
# aiohttp-jinja2
# appdaemon (pyproject.toml)
# sockjs
aiohttp-jinja2==1.5.1
aiohttp-jinja2==1.6
# via appdaemon (pyproject.toml)
aiosignal==1.3.1
# via aiohttp
Expand Down

0 comments on commit 40e7a68

Please sign in to comment.