diff --git a/{{cookiecutter.project_name}}/poetry.lock b/{{cookiecutter.project_name}}/poetry.lock index 9a19c3d7..0846833e 100644 --- a/{{cookiecutter.project_name}}/poetry.lock +++ b/{{cookiecutter.project_name}}/poetry.lock @@ -1409,13 +1409,13 @@ files = [ [[package]] name = "hypothesis" -version = "6.83.1" +version = "6.84.0" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.83.1-py3-none-any.whl", hash = "sha256:c3c33b4f1256898f370a2231389872c9c3fbeac4a87416ff727622baa917b674"}, - {file = "hypothesis-6.83.1.tar.gz", hash = "sha256:3d487440d77a0d8f57d70d12fd9e463508b8ca4838940455aec52369b60e13d6"}, + {file = "hypothesis-6.84.0-py3-none-any.whl", hash = "sha256:d91a48fd896666d9ab04590bdd840eb97c8a04db16d7dd6c79a47df8ed412a79"}, + {file = "hypothesis-6.84.0.tar.gz", hash = "sha256:446ecc9665a23fc67a6d32bafbe4233d77fef10eb90d4ede8ab1e76474a63215"}, ] [package.dependencies] @@ -3387,4 +3387,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "8574d1646aab81346b72b74d1667a2ad8eb6d920ea12bf1ba8e41a476092b499" +content-hash = "b3ab3e2b1ff05f0e5bbf0ae17ffaa4a35ebb60930ef6f396adf289a0b2481397" diff --git a/{{cookiecutter.project_name}}/pyproject.toml b/{{cookiecutter.project_name}}/pyproject.toml index 8a243128..701d5d14 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.15" pytest-timeout = "^2.1" django-test-migrations = "^1.3" -hypothesis = "^6.83" +hypothesis = "^6.84" mypy = "^1.5" django-stubs = "^4.2"