From c426a99907f80184431b6475d8a1e87e33c67328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 03:01:39 +0000 Subject: [PATCH] chore(deps-dev): bump hypothesis from 6.68.2 to 6.70.0 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.68.2 to 6.70.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.68.2...hypothesis-python-6.70.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 3469d28..17d1714 100644 --- a/poetry.lock +++ b/poetry.lock @@ -891,14 +891,14 @@ gitdb = ">=4.0.1,<5" [[package]] name = "hypothesis" -version = "6.68.2" +version = "6.70.0" description = "A library for property-based testing" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "hypothesis-6.68.2-py3-none-any.whl", hash = "sha256:2a41cc766cde52705895e54547374af89c617e8ec7bc4186cb7f03884a667d4e"}, - {file = "hypothesis-6.68.2.tar.gz", hash = "sha256:a7eb2b0c9a18560d8197fe35047ceb58e7e8ab7623a3e5a82613f6a2cd71cffa"}, + {file = "hypothesis-6.70.0-py3-none-any.whl", hash = "sha256:be395f71d6337a5e8ed2f695c568360a686056c3b00c98bd818874c674b24586"}, + {file = "hypothesis-6.70.0.tar.gz", hash = "sha256:f5cae09417d0ffc7711f602cdcfa3b7baf344597a672a84658186605b04f4a4f"}, ] [package.dependencies] @@ -2313,4 +2313,4 @@ docs = ["sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "m2r2", "tomlk [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "62fa63e8fce2816f682ccfff5bae950d79bce0e8c0297b0ca922e22c90767db2" +content-hash = "7c96b603e468e86ebbb786fc46c606918da3f6211d48103a56a93338a0de2cfe" diff --git a/pyproject.toml b/pyproject.toml index 95663fd..0783fb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ pytest-cov = "^4.0" pytest-randomly = "^3.12" pytest-pythonpath = "^0.7.4" pytest-django = "^4.5.2" -hypothesis = "^6.68.2" +hypothesis = "^6.70.0" doc8 = "^0.11.2"