Skip to content

Commit

Permalink
fix: fix aiohttp version to align with homeassistant
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Nov 15, 2023
1 parent fe4f2fd commit d5c7634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.11"
aiohttp = "^3.8.6"
aiohttp = "^3.8.5"

[tool.poetry.dev-dependencies]
pytest = "^7.2.1"
Expand Down

0 comments on commit d5c7634

Please sign in to comment.