diff --git a/poetry.lock b/poetry.lock index 578ce94..670e09c 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.64.0" +version = "6.65.0" description = "A library for property-based testing" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "hypothesis-6.64.0-py3-none-any.whl", hash = "sha256:5a1617d6b4d1d61079a8cc5bf2d29c1fef6619e1f3e0463e19375ce0e3613048"}, - {file = "hypothesis-6.64.0.tar.gz", hash = "sha256:ecae4b94c8f9e5a2faa7d070c2c7aae40f5c0e5ac5860c996c45dee7ee64a378"}, + {file = "hypothesis-6.65.0-py3-none-any.whl", hash = "sha256:24e3219b0b181414c06bb7a62649a6edb471f148d25c9c9687f47505b0f50b1c"}, + {file = "hypothesis-6.65.0.tar.gz", hash = "sha256:d25914dd4008b0292d116ac315f01f6691c5460c494a0291c01d96f4bc17fe68"}, ] [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 = "29cf9929c82b7f47ca603e81189578a6f0652dbfe62e155f439043b94c9aa1e3" +content-hash = "254ac51085729207f010d58f8917702be2c8ef295a93b92f9aed47dc033270ab" diff --git a/pyproject.toml b/pyproject.toml index 1cb7409..7d8dee1 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.64.0" +hypothesis = "^6.65.0" doc8 = "^0.11.2"