From 61576480305bcd2fe68db86751e83dc484a3fee1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 09:53:56 +0000 Subject: [PATCH] Bump hypothesis from 6.87.0 to 6.91.0 in /src/requirements Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.87.0 to 6.91.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.87.0...hypothesis-python-6.91.0) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements/dev.txt b/src/requirements/dev.txt index c36d968d2..b8c35c933 100644 --- a/src/requirements/dev.txt +++ b/src/requirements/dev.txt @@ -4,6 +4,6 @@ django-debug-toolbar==4.2.0 factory_boy==3.3.0 coverage==7.3.1 pre-commit==3.4.0 -hypothesis==6.87.0 +hypothesis==6.91.0 tblib==2.0.0 unittest-xml-reporting==3.2.0