From c8697c7f298ee9efaef4891d4a22e2d8cbd14f92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 03:02:21 +0000 Subject: [PATCH] chore(deps-dev): bump hypothesis from 6.84.2 to 6.87.0 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.84.2 to 6.87.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.84.2...hypothesis-python-6.87.0) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 266cf2a..9506b64 100644 --- a/poetry.lock +++ b/poetry.lock @@ -833,13 +833,13 @@ gitdb = ">=4.0.1,<5" [[package]] name = "hypothesis" -version = "6.84.2" +version = "6.87.0" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.84.2-py3-none-any.whl", hash = "sha256:b79209f2e0adf5a48d49467548a6c7e831ec100674e7aa611a444815d8d9e0dd"}, - {file = "hypothesis-6.84.2.tar.gz", hash = "sha256:82c7d4b696d211a8edd04dddd1077f13090b10263fee09648f7da389b749f7b0"}, + {file = "hypothesis-6.87.0-py3-none-any.whl", hash = "sha256:a3fcf9e56fecfa1cc0c8e05eda18a76bdc1bbaf84784cce4aff0a5661dc7b11d"}, + {file = "hypothesis-6.87.0.tar.gz", hash = "sha256:2cc23c9bb1ee38f64ee19dda9acc6be9a1be947f6bd841d5efb9793a7ecf1415"}, ] [package.dependencies] @@ -2184,4 +2184,4 @@ docs = ["m2r2", "sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "tomlk [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "6f8f37c655c2bd0ae27cf3117c1822965535e9db1d8de7766b35662849e64774" +content-hash = "44a158b587705d1d71447140390fbb5fba40618f900cf07304486c33bd1c28aa" diff --git a/pyproject.toml b/pyproject.toml index e653721..51bbcbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ pytest-cov = "^4.1" pytest-randomly = "^3.15" pytest-pythonpath = "^0.7.4" pytest-django = "^4.5.2" -hypothesis = "^6.84.2" +hypothesis = "^6.87.0" doc8 = "^0.11.2"