diff --git a/poetry.lock b/poetry.lock index 2753295..fcfee63 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.65.2" +version = "6.67.1" description = "A library for property-based testing" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "hypothesis-6.65.2-py3-none-any.whl", hash = "sha256:26c52473a526b31672d97f88be0b7ac134f0ea180737c71ada2a4d82ad175e92"}, - {file = "hypothesis-6.65.2.tar.gz", hash = "sha256:821279f05fad38575271be3fdfff1e22232613f3d21b3fc991d735057f9b5b47"}, + {file = "hypothesis-6.67.1-py3-none-any.whl", hash = "sha256:947839d8b5fd24d9b4d1e41ee10f7285d023f49f3b318519bf110fa9e5f3154e"}, + {file = "hypothesis-6.67.1.tar.gz", hash = "sha256:7abb4361d796ae6432d1c0b22a514210a2a19cb0d85efca8463e619a80f3132c"}, ] [package.dependencies] @@ -2262,4 +2262,4 @@ docs = ["sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "m2r2", "tomlk [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "e53d8acf493064b9992ac3836fc057624d2b6c85f33d8a2b1653ea69c1dcafb7" +content-hash = "1309110e5536da61a83068ba925e4a98deda6716aa5341d3198be1bebd5870f5" diff --git a/pyproject.toml b/pyproject.toml index 3cedbfc..5d9a1da 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.65.2" +hypothesis = "^6.67.1" doc8 = "^0.11.2"