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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-11-18 14:51:50 +00:00
committed by GitHub
parent 9519a3754a
commit 9714977f3b
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -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"

View File

@@ -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"]}