diff --git a/poetry.lock b/poetry.lock index 2462283..c3b85be 100644 --- a/poetry.lock +++ b/poetry.lock @@ -879,14 +879,14 @@ gitdb = ">=4.0.1,<5" [[package]] name = "hypothesis" -version = "6.70.2" +version = "6.72.0" description = "A library for property-based testing" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "hypothesis-6.70.2-py3-none-any.whl", hash = "sha256:91869c4a29a04e812f677ded7e692c7e37514239e9137d21e3567fa4e1348c02"}, - {file = "hypothesis-6.70.2.tar.gz", hash = "sha256:a8d1d96ae2214f8ca4b8109d555df08e1eb5c31dd7e3995e53413c7094f74dcc"}, + {file = "hypothesis-6.72.0-py3-none-any.whl", hash = "sha256:12d2a7d72eed477701f66ca48e5b212ea49e2e57ad63903d9bc36f08a5ca2bdb"}, + {file = "hypothesis-6.72.0.tar.gz", hash = "sha256:1fb102fe1fdf5c00206507e2719ddfa118d84cf4b9799ef5c28e4aff020964e0"}, ] [package.dependencies] @@ -2301,4 +2301,4 @@ docs = ["sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "m2r2", "tomlk [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "4bb63b596bc23c686f642ea9f1cb4b5193fbc6fcc8f1d48f5b45c7dbc39648e3" +content-hash = "61448e5e7d7e3d1de1d522fe49cfb2b5528130c8d80a1599c35c9446cba5578c" diff --git a/pyproject.toml b/pyproject.toml index 8038a48..dc2f8a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ pytest-cov = "^4.0" pytest-randomly = "^3.12" pytest-pythonpath = "^0.7.4" pytest-django = "^4.5.2" -hypothesis = "^6.70.2" +hypothesis = "^6.72.0" doc8 = "^0.11.2"