From d42f6bbc5e919958daf517dd29fab4464ffb09bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 07:26:09 +0000 Subject: [PATCH] Bump hypothesis from 6.82.6 to 6.84.0 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.82.6 to 6.84.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.82.6...hypothesis-python-6.84.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 03a96c4..2debc2e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -467,13 +467,13 @@ scipy = "*" [[package]] name = "hypothesis" -version = "6.82.6" +version = "6.84.0" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.82.6-py3-none-any.whl", hash = "sha256:e99c445140e43f1cceda07b569f2f2d920d95435c6b0e6b507b35b01bb025e9d"}, - {file = "hypothesis-6.82.6.tar.gz", hash = "sha256:f52ac4180a16208224e3d648fbf0fef8b9ca24863ba4b41bfef30a78c42646bd"}, + {file = "hypothesis-6.84.0-py3-none-any.whl", hash = "sha256:d91a48fd896666d9ab04590bdd840eb97c8a04db16d7dd6c79a47df8ed412a79"}, + {file = "hypothesis-6.84.0.tar.gz", hash = "sha256:446ecc9665a23fc67a6d32bafbe4233d77fef10eb90d4ede8ab1e76474a63215"}, ] [package.dependencies] @@ -1567,4 +1567,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "d3588fdb8044bb7f8f7ac89a7d62bf7a90661dc644962503f4f0d6467af4ad13" +content-hash = "031a82f8fb38fd758dcdc8ae987a0150e6f3886de0b11a2898a8038e412366b4" diff --git a/pyproject.toml b/pyproject.toml index 21acc5f..5e95b95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ arctic3d-restraints = "arctic3d.cli_restraints:maincli" pytest = "^7.4.1" pytest-cov = "^4.1.0" coverage = "^7.3.0" -hypothesis = "^6.82.6" +hypothesis = "^6.84.0" [tool.black] line-length = 79