diff --git a/{{cookiecutter.project_name}}/poetry.lock b/{{cookiecutter.project_name}}/poetry.lock index 19420cf8..bf5e856d 100644 --- a/{{cookiecutter.project_name}}/poetry.lock +++ b/{{cookiecutter.project_name}}/poetry.lock @@ -1434,13 +1434,13 @@ files = [ [[package]] name = "hypothesis" -version = "6.100.8" +version = "6.102.1" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.100.8-py3-none-any.whl", hash = "sha256:3602c2f473c44bd75cbe91dcf059bf5027deed22018199b7ade46d6017118cde"}, - {file = "hypothesis-6.100.8.tar.gz", hash = "sha256:d810be6da6e5c0e8c14ddcff194c42dd8989e9445bd2f9239ecc5b7c98480c8d"}, + {file = "hypothesis-6.102.1-py3-none-any.whl", hash = "sha256:90bbdc3aa6d90ca349a9a257793e66cafdea03a44bbb8dad940d2618b92acc5b"}, + {file = "hypothesis-6.102.1.tar.gz", hash = "sha256:ba1d6fd8369faa9adf19b1bfee60bceaa9eba165d7b3815df6a271cb75d41797"}, ] [package.dependencies] @@ -3557,4 +3557,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "3.11.5" -content-hash = "a794ec149b615da2936e92cf263d00eeffe4a33d77247d593e17abcb64b59ef6" +content-hash = "d2efeae0aba0c97afb852edf30c9b58237dd4121fd633a32acc388878e17f3ce" diff --git a/{{cookiecutter.project_name}}/pyproject.toml b/{{cookiecutter.project_name}}/pyproject.toml index 01f27511..6289da66 100644 --- a/{{cookiecutter.project_name}}/pyproject.toml +++ b/{{cookiecutter.project_name}}/pyproject.toml @@ -48,7 +48,7 @@ django-coverage-plugin = "^3.1" pytest-randomly = "^3.15" pytest-timeout = "^2.3" django-test-migrations = "^1.3" -hypothesis = "^6.100" +hypothesis = "^6.102" django-stubs = { version = "^4.2.7", extras = ["compatible-mypy"] }