From 7c378d7648a2c4275a1f39d00b3f96293b684fd9 Mon Sep 17 00:00:00 2001 From: WKDV Bot <adm-git+wkdv-bot@ufz.de> Date: Mon, 1 Apr 2024 02:04:33 +0200 Subject: [PATCH] Bump hypothesis from 6.98.15 to 6.100.0 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.98.15 to 6.100.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.98.15...hypothesis-python-6.100.0) --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index af4cf289d..cafe6bd18 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -3,7 +3,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later beautifulsoup4==4.12.3 -hypothesis==6.98.15 +hypothesis==6.100.0 Markdown==3.5.2 pytest==8.0.2 requests==2.31.0 -- GitLab