From 550cf487cc8b69c275b5aa589fdc5ee131a2ada0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 07:58:56 +0000 Subject: [PATCH] Bump hypothesis from 6.84.3 to 6.87.1 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.84.3 to 6.87.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.84.3...hypothesis-python-6.87.1) --- 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 7a45f5c..39e0eeb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -467,13 +467,13 @@ scipy = "*" [[package]] name = "hypothesis" -version = "6.84.3" +version = "6.87.1" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.84.3-py3-none-any.whl", hash = "sha256:4dd7de7a341a80c10d3e6beca12c084aab84c48ea270c1b9b8cee7e4aa5d7be2"}, - {file = "hypothesis-6.84.3.tar.gz", hash = "sha256:b4117f4138e81986cf62ad4e1410a021adeaa52e4b0326419da626cd7d3b6250"}, + {file = "hypothesis-6.87.1-py3-none-any.whl", hash = "sha256:6b03e774d7ddddc29810e58ba4c41b5c9a894427aaf336e6400c560655a7449b"}, + {file = "hypothesis-6.87.1.tar.gz", hash = "sha256:13615a8f7fa27d102c43ab2f92eaef519988700f3ca8129bc6340d36dec372dd"}, ] [package.dependencies] @@ -1603,4 +1603,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "8b00977ead7b5b3eaf49d0faa76154db4d1bf2201b0cf9467ceb2b893ec5f01b" +content-hash = "6b2d4fb39fc71f14bdf3a42a013507e67f0febfea76da72d1d33f069a3cc8b13" diff --git a/pyproject.toml b/pyproject.toml index d121ac5..e3981e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ arctic3d-restraints = "arctic3d.cli_restraints:maincli" pytest = "^7.4.2" pytest-cov = "^4.1.0" coverage = "^7.3.1" -hypothesis = "^6.84.3" +hypothesis = "^6.87.1" [tool.black] line-length = 79