From eea8c88aaed6261a7219e748f060f8822e863862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 17:46:09 +0000 Subject: [PATCH] Update hypothesis requirement from ~=6.54.4 to ~=6.54.5 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.54.4...hypothesis-python-6.54.5) --- 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 5118e003a00..fc645e3f741 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ google-auth~=2.11.0 googleapis-common-protos~=1.56.4 h5netcdf~=0.15.0 h5py~=3.7.0 -hypothesis~=6.54.4 +hypothesis~=6.54.5 idna~=3.3 imagesize~=1.4.1 importlib-metadata~=4.12.0; python_version < '3.10'