From 9a556dbd2b4f1c9875e055597602e30487382075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 07:40:18 +0000 Subject: [PATCH] Update hypothesis requirement from ~=6.62.0 to ~=6.113.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.62.0...hypothesis-python-6.113.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 daf3ef190b6..d1a0f0a604b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ google-auth~=2.16.0 googleapis-common-protos~=1.58.0 h5netcdf~=1.1.0 h5py~=3.7.0 -hypothesis~=6.62.0 +hypothesis~=6.113.0 idna==3.4 imagesize~=1.4.1 importlib-metadata~=5.0.0; python_version < '3.10'