From 319a2859f3a3e78dfb99288c6c6db8b5a3457947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 09:36:34 +0000 Subject: [PATCH] chore(deps): bump hypothesis from 5.49.0 to 6.56.4 in /dev_requirements Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.49.0 to 6.56.4. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-5.49.0...hypothesis-python-6.56.4) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev_requirements/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/test-requirements.txt b/dev_requirements/test-requirements.txt index 83d215f3..8b8d9d2d 100644 --- a/dev_requirements/test-requirements.txt +++ b/dev_requirements/test-requirements.txt @@ -1,4 +1,4 @@ -hypothesis==5.49.0 +hypothesis==6.56.4 mock==4.0.3 moto==3.0.2 pytest==7.0.0