diff --git a/poetry.lock b/poetry.lock index 8391e4f..df53756 100644 --- a/poetry.lock +++ b/poetry.lock @@ -833,13 +833,13 @@ gitdb = ">=4.0.1,<5" [[package]] name = "hypothesis" -version = "6.82.0" +version = "6.82.6" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.82.0-py3-none-any.whl", hash = "sha256:fa8eee429b99f7d3c953fb2b57de415fd39b472b09328b86c1978f12669ef395"}, - {file = "hypothesis-6.82.0.tar.gz", hash = "sha256:ffece8e40a34329e7112f7408f2c45fe587761978fdbc6f4f91bf0d683a7d4d9"}, + {file = "hypothesis-6.82.6-py3-none-any.whl", hash = "sha256:e99c445140e43f1cceda07b569f2f2d920d95435c6b0e6b507b35b01bb025e9d"}, + {file = "hypothesis-6.82.6.tar.gz", hash = "sha256:f52ac4180a16208224e3d648fbf0fef8b9ca24863ba4b41bfef30a78c42646bd"}, ] [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 = "424b9dcf7de611855a7dc206cac0d150a44d58a0fb0eab6ed56c2fa78b3b9c0a" +content-hash = "36d26382fd12ef7c6544392604f6c9353ad2629104ad3323b8fb314556db2a48" diff --git a/pyproject.toml b/pyproject.toml index a650a44..bb336b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ pytest-cov = "^4.1" pytest-randomly = "^3.15" pytest-pythonpath = "^0.7.4" pytest-django = "^4.5.2" -hypothesis = "^6.82.0" +hypothesis = "^6.82.6" doc8 = "^0.11.2"