Skip to content

Commit

Permalink
fix pyproject aiohttp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pszafer committed Mar 7, 2024
1 parent fcfd1d1 commit c3ba726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bosch_thermostat_client/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# flake8: noqa
__version__ = "0.25.0-dev.1"
__version__ = "0.25.0-dev.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
{name = "Pawel Szafer", email = "[email protected]"},
]
dependencies = [
"aiohttp>=3.9.3",
"aiohttp>=3.9.0",
"click>=8.1.7",
"colorlog>=6.8.2",
"pyaes>=1.6.1",
Expand Down

0 comments on commit c3ba726

Please sign in to comment.