From 61569113228db99f2526651b3322f1c343b5e924 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Thu, 21 Sep 2023 17:40:14 -0700 Subject: [PATCH] hypothesis: fix too slow health check (#30001) * update hypothesis * change less old-commit-hash: fb8f7ba8477e8243d9811bce941a2b11e180e033 --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7ede285dcb..2beb8a8914 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b3f0c3196e6ef092e596c7268f5d091be97c0de3e77f5aeab39bc76b2bb84200 +oid sha256:0cf0c4606485cdb273c8eeda8000d2b79c52150d9047d7f999ac82c964ba23c5 size 442779 diff --git a/pyproject.toml b/pyproject.toml index bc28ed1da1..d5302c1184 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -127,7 +127,7 @@ carla = { url = "https://github.com/commaai/carla/releases/download/3.11.4/carla coverage = "*" dictdiffer = "*" ft4222 = "*" -hypothesis = "==6.46.7" +hypothesis = "~6.47" inputs = "*" lru-dict = "*" markdown-it-py = "*"