summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-01 10:42:35 (GMT)
committerGitHub <noreply@github.com>2024-02-01 10:42:35 (GMT)
commit93bfaa858c22742b7229897ae7c15e9b6e456fc3 (patch)
treecf2a2824349422d4568f69935dcd8bd56b6f7e0b
parent21c01a009f970ccf73d2d3e4176b61fc8986adfa (diff)
downloadcpython-93bfaa858c22742b7229897ae7c15e9b6e456fc3.zip
cpython-93bfaa858c22742b7229897ae7c15e9b6e456fc3.tar.gz
cpython-93bfaa858c22742b7229897ae7c15e9b6e456fc3.tar.bz2
build(deps): bump hypothesis from 6.92.2 to 6.97.4 in /Tools (#114851)
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.92.2 to 6.97.4. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.92.2...hypothesis-python-6.97.4) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Tools/requirements-hypothesis.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/requirements-hypothesis.txt b/Tools/requirements-hypothesis.txt
index 0e6e16a..064731a 100644
--- a/Tools/requirements-hypothesis.txt
+++ b/Tools/requirements-hypothesis.txt
@@ -1,4 +1,4 @@
# Requirements file for hypothesis that
# we use to run our property-based tests in CI.
-hypothesis==6.92.2
+hypothesis==6.97.4