From 4e2820a507aec82d20ba7be29c635351302c0ead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 07:46:36 +0000 Subject: [PATCH] Bump hypothesis from 6.86.2 to 6.87.1 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.86.2 to 6.87.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.86.2...hypothesis-python-6.87.1) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 85e2fb34..22f1cfaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dev-pylint = [ dev-pytest = [ "pytest == 7.4.2", "async-solipsism == 0.5", - "hypothesis == 6.86.2", + "hypothesis == 6.87.1", "pytest-asyncio == 0.21.1", "frequenz-repo-config[extra-lint-examples] == 0.5.2", "pytest-mock == 3.11.1",