diff --git a/poetry.lock b/poetry.lock index 8b19086..3929b17 100644 --- a/poetry.lock +++ b/poetry.lock @@ -799,14 +799,14 @@ typing-extensions = {version = ">=3.7.4.3", markers = "python_version < \"3.8\"" [[package]] name = "hypothesis" -version = "6.67.1" +version = "6.68.0" description = "A library for property-based testing" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "hypothesis-6.67.1-py3-none-any.whl", hash = "sha256:947839d8b5fd24d9b4d1e41ee10f7285d023f49f3b318519bf110fa9e5f3154e"}, - {file = "hypothesis-6.67.1.tar.gz", hash = "sha256:7abb4361d796ae6432d1c0b22a514210a2a19cb0d85efca8463e619a80f3132c"}, + {file = "hypothesis-6.68.0-py3-none-any.whl", hash = "sha256:064a5bf7a98cbdfa3589d8934a2c548524c6d108bfa368ec5ed8b09caa526108"}, + {file = "hypothesis-6.68.0.tar.gz", hash = "sha256:8cfa1de15271debb2750545a460e58e3e84527d94157f38ab9309826953572f3"}, ] [package.dependencies] @@ -2274,4 +2274,4 @@ docs = ["sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "m2r2", "tomlk [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "7fbefe9516b014e5151d5c2100fa9c7d40588bde14afd77073d3ee66ef7bb978" +content-hash = "082a00c8eb31bb64caa86f0856d3d41ef9aa90238efd3073b35a0ce501e69b58" diff --git a/pyproject.toml b/pyproject.toml index 10b0340..689445c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ pytest-cov = "^4.0" pytest-randomly = "^3.12" pytest-pythonpath = "^0.7.4" pytest-django = "^4.5.2" -hypothesis = "^6.67.1" +hypothesis = "^6.68.0" doc8 = "^0.11.2"