Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenLooman committed Oct 5, 2024
1 parent eb8d949 commit 2295366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ keywords =
[options]
python_requires = >=3.8
install_requires =
voluptuous >= 0.15.2
voluptuous >= 0.14.2
aiohttp >3.9.0, <4.0
async-timeout >=3.0, <5.0
python-didl-lite ~= 1.4.0
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ deps =
pytest ~= 8.3.3
aiohttp ~= 3.10.9
pytest-asyncio ~= 0.24.0
pytest-aiohttp~=1.0.5
pytest-aiohttp ~= 1.0.5
commands = mypy --ignore-missing-imports async_upnp_client tests

[testenv:black]
Expand Down

0 comments on commit 2295366

Please sign in to comment.