diff --git a/poetry.lock b/poetry.lock index 8667691..d245581 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.82.7" +version = "6.84.0" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.82.7-py3-none-any.whl", hash = "sha256:7950944b4a8b7610ab32d077a05e48bec30ecee7385e4d75eedd8120974b199e"}, - {file = "hypothesis-6.82.7.tar.gz", hash = "sha256:06069ff2f18b530a253c0b853b9fae299369cf8f025b3ad3b86ee7131ecd3207"}, + {file = "hypothesis-6.84.0-py3-none-any.whl", hash = "sha256:d91a48fd896666d9ab04590bdd840eb97c8a04db16d7dd6c79a47df8ed412a79"}, + {file = "hypothesis-6.84.0.tar.gz", hash = "sha256:446ecc9665a23fc67a6d32bafbe4233d77fef10eb90d4ede8ab1e76474a63215"}, ] [package.dependencies] @@ -1061,4 +1061,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "94ced607f065e36251d96192883a7f6f0ffbdc890e38e913a46c7ebb51ec9860" +content-hash = "24aaca5a8291e32f7bfb41302409d091b767224ee20212da1eb33b8d19377a2b" diff --git a/pyproject.toml b/pyproject.toml index 76be508..71c0d70 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.82.7" +hypothesis = "^6.84.0" [tool.poetry.group.dev.dependencies] pytest-pylint = {git = "https://github.com/carsongee/pytest-pylint.git", rev = "804add7"}