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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

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.