1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

Bump hypothesis from 5.21.0 to 5.49.0 (#1753)

This commit is contained in:
Martin Weinelt
2021-07-05 00:10:59 +02:00
committed by GitHub
parent 4c4099966a
commit 8ca34f7098
2 changed files with 2 additions and 2 deletions

View File

@@ -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.