diff --git a/poetry.lock b/poetry.lock index b6581feb3..d7f1c2246 100644 --- a/poetry.lock +++ b/poetry.lock @@ -598,7 +598,7 @@ http2 = ["h2 (>=3,<5)"] [[package]] name = "hypothesis" -version = "6.25.0" +version = "6.27.0" description = "A library for property-based testing" category = "dev" optional = false @@ -1568,7 +1568,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "677145bf8d47b66fc7ddc51f99a19c0b4a491fbd0f5ef1fc95caf78ad344c496" +content-hash = "334bd8b9882fb220b97a7ad6f143f9b1f089b3ee93eba5f751766be761795aa0" [metadata.files] alabaster = [ @@ -1869,8 +1869,8 @@ httpx = [ {file = "httpx-0.21.1.tar.gz", hash = "sha256:02af20df486b78892a614a7ccd4e4e86a5409ec4981ab0e422c579a887acad83"}, ] hypothesis = [ - {file = "hypothesis-6.25.0-py3-none-any.whl", hash = "sha256:60b5b03de4219d0ead26d481e4029941024b9cbeb4ef99cc285c5fafa920e908"}, - {file = "hypothesis-6.25.0.tar.gz", hash = "sha256:8e126f2f59d81f32a5c6866df2558b119938515ed9cd6c9a044ef6a74e649ee5"}, + {file = "hypothesis-6.27.0-py3-none-any.whl", hash = "sha256:cc1222e1e491c7101f572516d3b37b52cecdc689bc97d4fd860ed3a56d2f7899"}, + {file = "hypothesis-6.27.0.tar.gz", hash = "sha256:1beddacc1917b272b4b04ce877984c18f5c9930d891614bc02c8a62ebe237285"}, ] identify = [ {file = "identify-2.1.3-py2.py3-none-any.whl", hash = "sha256:46d1816c6a4fc2d1e8758f293a5dcc1ae6404ab344179d7c1e73637bf283beb1"}, diff --git a/pyproject.toml b/pyproject.toml index 028026625..76c40af63 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.25" +hypothesis = "^6.27" sphinx = "^4.3" sphinx-autodoc-typehints = "^1.12"