From 58a4108ba099c8097297787e1c78389e2f654238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 18:25:51 +0200 Subject: [PATCH] Bump hypothesis from 6.79.1 to 6.79.3 (#282) Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.79.1 to 6.79.3. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.79.1...hypothesis-python-6.79.3) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d35f690..2ed9024 100644 --- a/poetry.lock +++ b/poetry.lock @@ -510,13 +510,13 @@ numpy = ">=1.9.3" [[package]] name = "hypothesis" -version = "6.79.1" +version = "6.79.3" description = "A library for property-based testing" optional = false python-versions = ">=3.7" files = [ - {file = "hypothesis-6.79.1-py3-none-any.whl", hash = "sha256:7a0b8ca178f16720e96f11e96b71b6139db0e30727e9cf8bd8e3059710393fc7"}, - {file = "hypothesis-6.79.1.tar.gz", hash = "sha256:de8fb599fc855d3006236ab58cd0edafd099d63837225aad848dac22e239475b"}, + {file = "hypothesis-6.79.3-py3-none-any.whl", hash = "sha256:245bed0fcf7612caa0ca1ecaa5c1e3a7100bbf9fd0fe4a24bdd9e46249b2774f"}, + {file = "hypothesis-6.79.3.tar.gz", hash = "sha256:69b55ee1dae2c7edd214e273a977d0dfba542946a211c9ef1f958743b49e430e"}, ] [package.dependencies] @@ -1575,4 +1575,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "4ae9e88bb77f78b29c15245c7c89c947087498f61cee5db56caa3b67651ed1ce" +content-hash = "f435968767cb49c2478fe981361f5f7bfe58af1258a01fbbd3ed955d8f21e7cb" diff --git a/pyproject.toml b/pyproject.toml index 9939dec..cea9c3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ arctic3d_restraints = "arctic3d.cli_restraints:maincli" pytest = "^7.4.0" pytest-cov = "^4.1.0" coverage = "^7.2.7" -hypothesis = "^6.79.1" +hypothesis = "^6.79.3" [tool.black] line-length = 79