From 12c86bc7133e0c49733cfd720273f211624de83c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 14:29:34 +0000 Subject: [PATCH] Update hypothesis requirement from ~=6.88.1 to ~=6.89.0 Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.88.1...hypothesis-python-6.89.0) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a17d3c9ce..abf177cfc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ executing~=2.0.0 fastjsonschema~=2.18.0 filelock~=3.13.0 fonttools~=4.44.0 -hypothesis~=6.88.1 +hypothesis~=6.89.0 identify~=2.5.8 idna~=3.4 imagesize~=1.4.1