diff --git a/poetry.lock b/poetry.lock index 5b2c9ad..5e9e108 100644 --- a/poetry.lock +++ b/poetry.lock @@ -833,13 +833,13 @@ gitdb = ">=4.0.1,<5" [[package]] name = "hypothesis" -version = "6.78.3" +version = "6.79.2" description = "A library for property-based testing" optional = false python-versions = ">=3.7" files = [ - {file = "hypothesis-6.78.3-py3-none-any.whl", hash = "sha256:6a853db06edca9867043cf6c14e5dff0e9ba8a7ad87b63d880016ca8469f42ba"}, - {file = "hypothesis-6.78.3.tar.gz", hash = "sha256:e14ee83db4d2008d790b1d90cb80c5cee10b86c8babcee4c12585e068b682f4b"}, + {file = "hypothesis-6.79.2-py3-none-any.whl", hash = "sha256:564d9860ed5e09b0434b7bafea392b0da8f67131190202c6002e58c2c96b7596"}, + {file = "hypothesis-6.79.2.tar.gz", hash = "sha256:51fb2259489dc446d3edc04cbc8ebd5848d7d3f238121183bee5449b91f7a8d8"}, ] [package.dependencies] @@ -2184,4 +2184,4 @@ docs = ["m2r2", "sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "tomlk [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "6cd575d8b7e0a5fb9564e0c0dae680f550d70f82b08759d1a5dec3376a89ff45" +content-hash = "90ef7f79ac158d1eab43a4c21a0ee02f23492b58ae03aa312ee9e316b44d1178" diff --git a/pyproject.toml b/pyproject.toml index e49f248..3c82130 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ pytest-cov = "^4.1" pytest-randomly = "^3.12" pytest-pythonpath = "^0.7.4" pytest-django = "^4.5.2" -hypothesis = "^6.78.3" +hypothesis = "^6.79.2" doc8 = "^0.11.2"