mirror of
https://github.com/esphome/esphome.git
synced 2024-11-09 16:57:47 +01:00
Bump hypothesis to 6.92.1 (#6011)
This commit is contained in:
parent
65e6f9cba9
commit
d9def0cb3a
3 changed files with 3 additions and 3 deletions
|
@ -10,4 +10,4 @@ pytest-cov==4.1.0
|
|||
pytest-mock==3.12.0
|
||||
pytest-asyncio==0.23.2
|
||||
asyncmock==0.4.2
|
||||
hypothesis==5.49.0
|
||||
hypothesis==6.92.1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import pytest
|
||||
|
||||
from hypothesis import given
|
||||
from hypothesis.provisional import ip_addresses
|
||||
from hypothesis.strategies import ip_addresses
|
||||
from strategies import mac_addr_strings
|
||||
|
||||
from esphome import core, const
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import pytest
|
||||
|
||||
from hypothesis import given
|
||||
from hypothesis.provisional import ip_addresses
|
||||
from hypothesis.strategies import ip_addresses
|
||||
|
||||
from esphome import helpers
|
||||
|
||||
|
|
Loading…
Reference in a new issue