mirror of
https://github.com/esphome/esphome.git
synced 2024-12-22 05:24:53 +01:00
Bump hypothesis from 5.21.0 to 5.49.0 (#1753)
This commit is contained in:
parent
4c4099966a
commit
8ca34f7098
2 changed files with 2 additions and 2 deletions
|
@ -10,4 +10,4 @@ pytest-cov==2.11.1
|
|||
pytest-mock==3.5.1
|
||||
pytest-asyncio==0.14.0
|
||||
asyncmock==0.4.2
|
||||
hypothesis==5.21.0
|
||||
hypothesis==5.49.0
|
||||
|
|
|
@ -4,7 +4,7 @@ import hypothesis.strategies._internal.core as st
|
|||
from hypothesis.strategies._internal.strategies import SearchStrategy
|
||||
|
||||
|
||||
@st.defines_strategy_with_reusable_values
|
||||
@st.defines_strategy(force_reusable_values=True)
|
||||
def mac_addr_strings():
|
||||
# type: () -> SearchStrategy[Text]
|
||||
"""A strategy for MAC address strings.
|
||||
|
|
Loading…
Reference in a new issue