Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan committed Jun 16, 2023
1 parent 3fdd920 commit 4325449
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
19 changes: 0 additions & 19 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,7 @@
aiohttp==3.8.4
aiohttp_cors
attr
janus
homeassistant==2023.6.0
paho-mqtt
python-dateutil
yarl
pytz==2022.7
black
flake8
mypy==1.1.1
pre-commit
pytest
pytest-homeassistant-custom-component==0.13.36
pylint-pytest
pylint
pytest-aiohttp
pytest-asyncio
types-python-dateutil
types-pytz
pytest-asyncio
asynctest
aioresponses
requests==2.31.0
geopy==2.3.0
2 changes: 1 addition & 1 deletion tests/test_sensor.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Test ESB Faults sensor states."""
from unittest.mock import AsyncMock, MagicMock, patch
from unittest.mock import AsyncMock, patch
import pytest
from custom_components.esb_faults.sensor import ESBFaultsSensor

Expand Down

0 comments on commit 4325449

Please sign in to comment.