diff --git a/poetry.lock b/poetry.lock index d245581..012075f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -345,13 +345,13 @@ testing = ["covdefaults (>=1.2.0)", "coverage (>=4)", "pytest (>=4)", "pytest-co [[package]] name = "hypothesis" -version = "6.84.0" +version = "6.86.2" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.84.0-py3-none-any.whl", hash = "sha256:d91a48fd896666d9ab04590bdd840eb97c8a04db16d7dd6c79a47df8ed412a79"}, - {file = "hypothesis-6.84.0.tar.gz", hash = "sha256:446ecc9665a23fc67a6d32bafbe4233d77fef10eb90d4ede8ab1e76474a63215"}, + {file = "hypothesis-6.86.2-py3-none-any.whl", hash = "sha256:e1d36522824d62bb3e9fcb7b57dd4a6ca330bb36921324bb19c476bdafabeda7"}, + {file = "hypothesis-6.86.2.tar.gz", hash = "sha256:e5d75d70f5a4fc372cddf03ec6141237a0a270ed106aeb2156a4984f06d37b0f"}, ] [package.dependencies] @@ -1061,4 +1061,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "24aaca5a8291e32f7bfb41302409d091b767224ee20212da1eb33b8d19377a2b" +content-hash = "dd1248e0f7472bbdda234142ad1588695a7727cc8503e84c517a8e48035f340f" diff --git a/pyproject.toml b/pyproject.toml index 71c0d70..2ef9f7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ pytest-mypy = "^0.10.3" pydocstyle = "^6.3.0" pytest-pydocstyle = "^2.3.2" pyenchant = "^3.2.2" -hypothesis = "^6.84.0" +hypothesis = "^6.86.2" [tool.poetry.group.dev.dependencies] pytest-pylint = {git = "https://github.com/carsongee/pytest-pylint.git", rev = "804add7"}