From 7a5e4db060a8f99c1e51e6b33dbf829321e6e3b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 02:11:29 +0000 Subject: [PATCH] Bump hypothesis in /{{cookiecutter.project_name}} Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.106.0 to 6.108.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.106.0...hypothesis-python-6.108.1) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- {{cookiecutter.project_name}}/poetry.lock | 12 ++++++------ {{cookiecutter.project_name}}/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/{{cookiecutter.project_name}}/poetry.lock b/{{cookiecutter.project_name}}/poetry.lock index fb37fe09..88092a9c 100644 --- a/{{cookiecutter.project_name}}/poetry.lock +++ b/{{cookiecutter.project_name}}/poetry.lock @@ -1422,13 +1422,13 @@ files = [ [[package]] name = "hypothesis" -version = "6.106.0" +version = "6.108.1" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.106.0-py3-none-any.whl", hash = "sha256:8d11004987bae91d1668e681b9255849e07b3787517644488d9f68cd9b748f38"}, - {file = "hypothesis-6.106.0.tar.gz", hash = "sha256:9a7ef0ce43263cb19ea8fd07015f59ca79aeff89ed036654f92f9dbd3788f3c6"}, + {file = "hypothesis-6.108.1-py3-none-any.whl", hash = "sha256:dc34373762211640e872e1df54b20c92ac497745d940244967f54d47f020fea1"}, + {file = "hypothesis-6.108.1.tar.gz", hash = "sha256:6101813f633990ffc0fd2dbb59619d5b836ed4ff6e4d27e8077adddf5095e976"}, ] [package.dependencies] @@ -1436,10 +1436,10 @@ attrs = ">=22.2.0" sortedcontainers = ">=2.1.0,<3.0.0" [package.extras] -all = ["backports.zoneinfo (>=0.2.1)", "black (>=19.10b0)", "click (>=7.0)", "crosshair-tool (>=0.0.59)", "django (>=3.2)", "dpcontracts (>=0.4)", "hypothesis-crosshair (>=0.0.7)", "lark (>=0.10.1)", "libcst (>=0.3.16)", "numpy (>=1.17.3)", "pandas (>=1.1)", "pytest (>=4.6)", "python-dateutil (>=1.4)", "pytz (>=2014.1)", "redis (>=3.0.0)", "rich (>=9.0.0)", "tzdata (>=2024.1)"] +all = ["backports.zoneinfo (>=0.2.1)", "black (>=19.10b0)", "click (>=7.0)", "crosshair-tool (>=0.0.60)", "django (>=3.2)", "dpcontracts (>=0.4)", "hypothesis-crosshair (>=0.0.7)", "lark (>=0.10.1)", "libcst (>=0.3.16)", "numpy (>=1.17.3)", "pandas (>=1.1)", "pytest (>=4.6)", "python-dateutil (>=1.4)", "pytz (>=2014.1)", "redis (>=3.0.0)", "rich (>=9.0.0)", "tzdata (>=2024.1)"] cli = ["black (>=19.10b0)", "click (>=7.0)", "rich (>=9.0.0)"] codemods = ["libcst (>=0.3.16)"] -crosshair = ["crosshair-tool (>=0.0.59)", "hypothesis-crosshair (>=0.0.7)"] +crosshair = ["crosshair-tool (>=0.0.60)", "hypothesis-crosshair (>=0.0.7)"] dateutil = ["python-dateutil (>=1.4)"] django = ["django (>=3.2)"] dpcontracts = ["dpcontracts (>=0.4)"] @@ -3488,4 +3488,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "3.11.9" -content-hash = "fa86f5d8c65223d9fa53fdbc6c8244073c05f2f24ad62f27884a6380414b31ac" +content-hash = "d5f0ee4e1420885ab3896e870a12b937e9016a20f633cd4db09fe305789ec970" diff --git a/{{cookiecutter.project_name}}/pyproject.toml b/{{cookiecutter.project_name}}/pyproject.toml index ba92bab8..962244aa 100644 --- a/{{cookiecutter.project_name}}/pyproject.toml +++ b/{{cookiecutter.project_name}}/pyproject.toml @@ -50,7 +50,7 @@ django-coverage-plugin = "^3.1" pytest-randomly = "^3.15" pytest-timeout = "^2.3" django-test-migrations = "^1.3" -hypothesis = "^6.106" +hypothesis = "^6.108" django-stubs = { version = "^4.2.7", extras = ["compatible-mypy"] }