From 219818443d07f0198774c9565b3b0de0f91e52cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 02:11:47 +0000 Subject: [PATCH] Bump hypothesis from 6.82.2 to 6.82.3 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.82.2 to 6.82.3. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.82.2...hypothesis-python-6.82.3) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index ad447b98c..51ac47314 100644 --- a/poetry.lock +++ b/poetry.lock @@ -862,13 +862,12 @@ typing-extensions = ">=3.10.0.0" [[package]] name = "hypothesis" -version = "6.82.2" +version = "6.82.3" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.82.2-py3-none-any.whl", hash = "sha256:b62b8736fdaece14fc0a54bccfa3da341c6f44a857128c9a1774faf63956279a"}, - {file = "hypothesis-6.82.2.tar.gz", hash = "sha256:0b11df224102bef9441ebd91537b61f416d21ee0c7bdb1da49d903d6d4bfc063"}, + {file = "hypothesis-6.82.3-py3-none-any.whl", hash = "sha256:7ff0f6a12d3cd9372e30f84d300e2468c3923e813198a93b9e479dda91858460"}, ] [package.dependencies]