diff --git a/poetry.lock b/poetry.lock index 8719a1586..2ad1dbf58 100644 --- a/poetry.lock +++ b/poetry.lock @@ -597,7 +597,7 @@ http2 = ["h2 (>=3,<5)"] [[package]] name = "hypothesis" -version = "6.23.2" +version = "6.24.0" description = "A library for property-based testing" category = "dev" optional = false @@ -1567,7 +1567,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "b35d7774f6473c8a3edf48267ee5917bc5fc6dcaf1ffd10a3275f0ac0c112186" +content-hash = "548455e58edaca31a4e693f49fc5d8c98893fa350762a272b245608bee234708" [metadata.files] alabaster = [ @@ -1854,8 +1854,8 @@ httpx = [ {file = "httpx-0.20.0.tar.gz", hash = "sha256:09606d630f070d07f9ff28104fbcea429ea0014c1e89ac90b4d8de8286c40e7b"}, ] hypothesis = [ - {file = "hypothesis-6.23.2-py3-none-any.whl", hash = "sha256:ffe81bf1e3122edfcdbf21b31a0b8db3759fac6b87cdc2f9ae32cd360311ccf4"}, - {file = "hypothesis-6.23.2.tar.gz", hash = "sha256:b71b257916c91484716a10220ed2b9a0cf82acc3ed8ef421bb2aa0a671761053"}, + {file = "hypothesis-6.24.0-py3-none-any.whl", hash = "sha256:17d03a15139b65b6e502e84c2c07a4f482cb92159ad43eac6c0b6b0fbdd3553a"}, + {file = "hypothesis-6.24.0.tar.gz", hash = "sha256:ef53bd1c4756436be2e8d4a2e16f6f5ffbca7acbe8041e6872aea16176ff3806"}, ] identify = [ {file = "identify-2.1.3-py2.py3-none-any.whl", hash = "sha256:46d1816c6a4fc2d1e8758f293a5dcc1ae6404ab344179d7c1e73637bf283beb1"}, diff --git a/pyproject.toml b/pyproject.toml index e55667283..185513408 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ pytest-randomly = "^3.10" pytest-mypy-plugins = "^1.9" pytest-subtests = "^0.5" pytest-xdist = "^2.4" -hypothesis = "^6.23" +hypothesis = "^6.24" sphinx = "^4.2" sphinx-autodoc-typehints = "^1.12"