From 9714977f3b15fb54a0deaed14e048b6f7ad1f45e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 14:51:50 +0000 Subject: [PATCH] Bump hypothesis from 6.147.0 to 6.148.1 (#2100) Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.147.0 to 6.148.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.147.0...hypothesis-python-6.148.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.148.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index e08d99988..b7cc2bc13 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2092,14 +2092,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "hypothesis" -version = "6.147.0" -description = "A library for property-based testing" +version = "6.148.1" +description = "The property-based testing library for Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "hypothesis-6.147.0-py3-none-any.whl", hash = "sha256:de588807b6da33550d32f47bcd42b1a86d061df85673aa73e6443680249d185e"}, - {file = "hypothesis-6.147.0.tar.gz", hash = "sha256:72e6004ea3bd1460bdb4640b6389df23b87ba7a4851893fd84d1375635d3e507"}, + {file = "hypothesis-6.148.1-py3-none-any.whl", hash = "sha256:2cca1a20e8fcd230da86bb6d9f3e940a052caef0d4327c12b5694d164ea0f89e"}, + {file = "hypothesis-6.148.1.tar.gz", hash = "sha256:98851429bd89b0c8835e8ebca6705c28dec56517576e5606fc3b841ddb0dc1c7"}, ] [package.dependencies] @@ -5957,4 +5957,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "a95d81e70c86e3f9bf8c178103dc9cbd743d1e9083e55b855251d088ef4156a7" +content-hash = "60e90e9d5913e82eff174af78915985ae23c51f9b410bb5e4482c8cb2247294a" diff --git a/pyproject.toml b/pyproject.toml index 0d2d6ad44..c0ead0b1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ exceptiongroup = "==1.3.0" flake8 = "^7.3.0" flake8-bugbear = "^25.10.21" freezegun = "^1.5.5" -hypothesis = "^6.147.0" +hypothesis = "^6.148.1" honcho = "*" isort = "^7.0.0" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}