diff --git a/poetry.lock b/poetry.lock index 9eaff7716..f285e7dd2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -938,13 +938,13 @@ socks = ["socksio (==1.*)"] [[package]] name = "hypothesis" -version = "6.94.0" +version = "6.96.0" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.94.0-py3-none-any.whl", hash = "sha256:69bdaff4a8d87ca6b07e48a5ee28652bba766429ddcef1d74d7729b9de4026d0"}, - {file = "hypothesis-6.94.0.tar.gz", hash = "sha256:bfe02236bd701eaf1056fd7023ced31fc583c6d136ca534a55cd2d64617059aa"}, + {file = "hypothesis-6.96.0-py3-none-any.whl", hash = "sha256:ec8e0348844e1a9368aeaf85dbea1d247f93f5f865fdf65801bc578b4608cc08"}, + {file = "hypothesis-6.96.0.tar.gz", hash = "sha256:fec50dcbc54ec5884a4199d723543ba9408bbab940cc3ab849a92fe1fab97625"}, ] [package.dependencies] @@ -2513,4 +2513,4 @@ compatible-mypy = ["mypy"] [metadata] lock-version = "2.0" python-versions = ">= 3.8.1,<4.0" -content-hash = "351c8256eb08ecda375760df82090fdfe8a87b391380fe17246f736cff7752d0" +content-hash = "f85662520e213aeb548ab800f68384e3075de32865521a361d552841b41a1a06" diff --git a/pyproject.toml b/pyproject.toml index bd0e9b38b..084ad604e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ pytest-cov = "^4.1" pytest-randomly = "^3.12" pytest-mypy-plugins = "^3.0" pytest-subtests = "^0.11" -hypothesis = "^6.94" +hypothesis = "^6.96" sphinx = "^5.2" sphinx-autodoc-typehints = "^1.23"