Bump hypothesis from 6.148.8 to 6.149.0 (#2153)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.148.8 to 6.149.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.148.8...hypothesis-python-6.149.0)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.149.0
  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]
2026-01-06 15:59:28 +00:00
committed by GitHub
parent 06a9bed5c8
commit 3f05993704
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2072,14 +2072,14 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]] [[package]]
name = "hypothesis" name = "hypothesis"
version = "6.148.8" version = "6.149.1"
description = "The property-based testing library for Python" description = "The property-based testing library for Python"
optional = false optional = false
python-versions = ">=3.10" python-versions = ">=3.10"
groups = ["dev"] groups = ["dev"]
files = [ files = [
{file = "hypothesis-6.148.8-py3-none-any.whl", hash = "sha256:c1842f47f974d74661b3779a26032f8b91bc1eb30d84741714d3712d7f43e85e"}, {file = "hypothesis-6.149.1-py3-none-any.whl", hash = "sha256:48d7ea77cae8b83c6c3c9f50ac683ae3b1673c1c306909410ea348e4e97aeb77"},
{file = "hypothesis-6.148.8.tar.gz", hash = "sha256:fa6b2ae029bc02f9d2d6c2257b0cbf2dc3782362457d2027a038ad7f4209c385"}, {file = "hypothesis-6.149.1.tar.gz", hash = "sha256:abe36199df3f068f72db85bd5f347a9032b79044a27bd9d2eb016179e5313069"},
] ]
[package.dependencies] [package.dependencies]
@@ -6005,4 +6005,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.13.2" python-versions = "^3.13.2"
content-hash = "0e4a10c45849bb41dc5deece876757cd7b8525264b4e9611ec6cf02d2ac17fe3" content-hash = "72886efb13d11e7de7f08e603a1655c77a2b8cf9272b938e7f34ce9df722338e"

View File

@@ -92,7 +92,7 @@ exceptiongroup = "==1.3.1"
flake8 = "^7.3.0" flake8 = "^7.3.0"
flake8-bugbear = "^25.11.29" flake8-bugbear = "^25.11.29"
freezegun = "^1.5.5" freezegun = "^1.5.5"
hypothesis = "^6.148.8" hypothesis = "^6.149.1"
honcho = "*" honcho = "*"
isort = "^7.0.0" isort = "^7.0.0"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}