diff --git a/poetry.lock b/poetry.lock index a529ea4..e04a845 100644 --- a/poetry.lock +++ b/poetry.lock @@ -879,14 +879,14 @@ gitdb = ">=4.0.1,<5" [[package]] name = "hypothesis" -version = "6.72.0" +version = "6.72.2" description = "A library for property-based testing" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "hypothesis-6.72.0-py3-none-any.whl", hash = "sha256:12d2a7d72eed477701f66ca48e5b212ea49e2e57ad63903d9bc36f08a5ca2bdb"}, - {file = "hypothesis-6.72.0.tar.gz", hash = "sha256:1fb102fe1fdf5c00206507e2719ddfa118d84cf4b9799ef5c28e4aff020964e0"}, + {file = "hypothesis-6.72.2-py3-none-any.whl", hash = "sha256:83224b49c8320fca3fadcd5b6041c5311f59fdf4190d3819a783869f4720b690"}, + {file = "hypothesis-6.72.2.tar.gz", hash = "sha256:a3c6003c45e825a9c5f7b910c0b4a0522d7e6302f9616b3d723df3f6129a18ca"}, ] [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 = "61448e5e7d7e3d1de1d522fe49cfb2b5528130c8d80a1599c35c9446cba5578c" +content-hash = "4cdb386ab3080514d196ee218d48f99a31d73446e9721c9ce71781d2d38b83e9" diff --git a/pyproject.toml b/pyproject.toml index dc2f8a1..8e302a4 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.72.0" +hypothesis = "^6.72.2" doc8 = "^0.11.2"