diff --git a/poetry.lock b/poetry.lock index f7afb7f..ee34ccb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -344,13 +344,13 @@ testing = ["covdefaults (>=1.2.0)", "coverage (>=4)", "pytest (>=4)", "pytest-co [[package]] name = "hypothesis" -version = "6.80.0" +version = "6.81.0" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.80.0-py3-none-any.whl", hash = "sha256:63dc6b094b52da6180ca50edd63bf08184bc96810f8624fdbe66578aaf377993"}, - {file = "hypothesis-6.80.0.tar.gz", hash = "sha256:75d74da36fd3837b5b3fe15211dabc7389e78d882bf2c91bab2184ccf91fe64c"}, + {file = "hypothesis-6.81.0-py3-none-any.whl", hash = "sha256:accda6cd8706c611f038cd83f2dbdd5ba9488ce3cf7fac25d8a6df9fff4247fc"}, + {file = "hypothesis-6.81.0.tar.gz", hash = "sha256:315cab90c379efa994816e5d073673600e52bf47545b06a46592496ad1b08ed7"}, ] [package.dependencies] @@ -1053,4 +1053,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "05634e738495e1408dc92a34cbf268cc35794b1db1ddb349d3a2ee1a579ac3ae" +content-hash = "1613060c29d5fbd7b5634d7b5a3ec809e251bc83df7fe946bd01906563252c63" diff --git a/pyproject.toml b/pyproject.toml index 65fd91a..cf4a09b 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.80.0" +hypothesis = "^6.81.0" [build-system] requires = ["poetry-core>=1.0.0"]