diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-01 09:42:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-01 09:42:44 (GMT) |
commit | 4036e48d59b0f9e8057e01458ab7df3dfd323a10 (patch) | |
tree | bd6cf75d01f8d986ecfd7b9f4dddf31505bda452 | |
parent | 9132f4287bf022a2fa79b2cc5f130df5188801ed (diff) | |
download | cpython-4036e48d59b0f9e8057e01458ab7df3dfd323a10.zip cpython-4036e48d59b0f9e8057e01458ab7df3dfd323a10.tar.gz cpython-4036e48d59b0f9e8057e01458ab7df3dfd323a10.tar.bz2 |
build(deps): bump hypothesis from 6.91.0 to 6.92.2 in /Tools (#113615)
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.91.0 to 6.92.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.91.0...hypothesis-python-6.92.2)
---
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/requirements-hypothesis.txt b/Tools/requirements-hypothesis.txt index 1bca5d2..0e6e16a 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.91.0 +hypothesis==6.92.2 |