From fdc3a7211519d8c310eafbd3407d2f67e6f00aab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 22:54:30 +0000 Subject: [PATCH] Bump hypothesis from 6.112.1 to 6.114.1 in /etc/requirements_dependabot Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.112.1 to 6.114.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.112.1...hypothesis-python-6.114.1) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- etc/requirements_dependabot/requirements_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/requirements_dependabot/requirements_tests.txt b/etc/requirements_dependabot/requirements_tests.txt index 97a0b95..d385e9f 100644 --- a/etc/requirements_dependabot/requirements_tests.txt +++ b/etc/requirements_dependabot/requirements_tests.txt @@ -35,7 +35,7 @@ flake8==7.1.1 # market-prices (pyproject.toml) flake8-docstrings==1.7.0 # via market-prices (pyproject.toml) -hypothesis==6.112.1 +hypothesis==6.114.1 # via market-prices (pyproject.toml) idna==3.10 # via requests