diff --git a/{{cookiecutter.project_name}}/poetry.lock b/{{cookiecutter.project_name}}/poetry.lock index ff9438ee..5f1c0206 100644 --- a/{{cookiecutter.project_name}}/poetry.lock +++ b/{{cookiecutter.project_name}}/poetry.lock @@ -1442,13 +1442,13 @@ tornado = ["tornado (>=0.2)"] [[package]] name = "hypothesis" -version = "6.116.0" +version = "6.118.0" description = "A library for property-based testing" optional = false python-versions = ">=3.9" files = [ - {file = "hypothesis-6.116.0-py3-none-any.whl", hash = "sha256:d30271214eae0d4758b72b408e9777405c7c7f687e14e8a42853adea887b2891"}, - {file = "hypothesis-6.116.0.tar.gz", hash = "sha256:9c1ac9a2edb77aacae1950d8ded6b3f40dbf8483097c88336265c348d2132c71"}, + {file = "hypothesis-6.118.0-py3-none-any.whl", hash = "sha256:40e27343570cbb65d14a4d6da5ee38286995100d4fb93d4b8038ba3669e240e5"}, + {file = "hypothesis-6.118.0.tar.gz", hash = "sha256:5568bae62a2b29c92e579589befa7773f685e3ca76ca4b9ec0b2e356dbf8541e"}, ] [package.dependencies] @@ -3556,4 +3556,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "3.11.9" -content-hash = "481cfd544b20ee071e526f227e9fc5ffaf9542c35a7624f9d97aed2d9bfc3dda" +content-hash = "986af43b3e45c5dce188ad1240357e9b64467f2b4492dc2dd76ad47d6832a0c6" diff --git a/{{cookiecutter.project_name}}/pyproject.toml b/{{cookiecutter.project_name}}/pyproject.toml index 9185b1b2..abd74609 100644 --- a/{{cookiecutter.project_name}}/pyproject.toml +++ b/{{cookiecutter.project_name}}/pyproject.toml @@ -49,7 +49,7 @@ django-coverage-plugin = "^3.1" pytest-randomly = "^3.16" pytest-timeout = "^2.3" django-test-migrations = "^1.3" -hypothesis = "^6.116" +hypothesis = "^6.118" django-stubs = { version = "^5.1.1", extras = ["compatible-mypy"] }