hypothesis: fix too slow health check (#30001)

* update hypothesis

* change less
pull/30003/head^2
Shane Smiskol 2 years ago committed by GitHub
parent 3799fe46b3
commit fb8f7ba847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      poetry.lock
  2. 2
      pyproject.toml

8
poetry.lock generated

@ -1578,13 +1578,13 @@ files = [
[[package]]
name = "hypothesis"
version = "6.46.7"
version = "6.47.5"
description = "A library for property-based testing"
optional = false
python-versions = ">=3.7"
files = [
{file = "hypothesis-6.46.7-py3-none-any.whl", hash = "sha256:2696cdb9005946bf1d2b215cc91d3fc01625e3342eb8743ddd04b667b2f1882b"},
{file = "hypothesis-6.46.7.tar.gz", hash = "sha256:967009fa561b3a3f8363a73d71923357271c37dc7fa27b30c2d21a1b6092b240"},
{file = "hypothesis-6.47.5-py3-none-any.whl", hash = "sha256:87049b781ee11ec1c7948565b889ab02e428a1e32d427ab4de8fdb3649242d06"},
{file = "hypothesis-6.47.5.tar.gz", hash = "sha256:e0c1e253fc97e7ecdb9e2bbff2cf815d8739e0d1d3d093d67c3af5bb6a7211b0"},
]
[package.dependencies]
@ -5106,4 +5106,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "~3.11"
content-hash = "80bd9226bb8fc61c75fe8047c55ba2da3919bc8d9b32a8154ec0a40f9fe2a18e"
content-hash = "f159e93b7b57c4fad45a063d96ef97b01697fc811a51f968c7757b05808cee1c"

@ -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 = "*"

Loading…
Cancel
Save