summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-01 16:25:29 (GMT)
committerGitHub <noreply@github.com>2023-10-01 16:25:29 (GMT)
commita431a0f988f26dae387f2a107c7e695f5dfc0096 (patch)
treea16d5932e411f9844c67c016c3fc96513743c26b
parentd642c5bbf58b42c90053dc553885445d53f247fe (diff)
downloadcpython-a431a0f988f26dae387f2a107c7e695f5dfc0096.zip
cpython-a431a0f988f26dae387f2a107c7e695f5dfc0096.tar.gz
cpython-a431a0f988f26dae387f2a107c7e695f5dfc0096.tar.bz2
build(deps): bump hypothesis from 6.84.0 to 6.87.1 in /Tools (#110174)
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.84.0 to 6.87.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.84.0...hypothesis-python-6.87.1) --- 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 9db2b74..b95300a 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.84.0
+hypothesis==6.87.1