Bump hypothesis from 6.151.2 to 6.151.3 (#2196)

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

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.151.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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-29 11:46:52 +00:00
committed by GitHub
parent 746a891bc0
commit 24ca958f30
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2026,14 +2026,14 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]] [[package]]
name = "hypothesis" name = "hypothesis"
version = "6.151.2" version = "6.151.4"
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.151.2-py3-none-any.whl", hash = "sha256:909d2b5f0dc80640561bb2c3859f3c56a52ed8d1cc589e5e6450362ced8c31a0"}, {file = "hypothesis-6.151.4-py3-none-any.whl", hash = "sha256:a1cf7e0fdaa296d697a68ff3c0b3912c0050f07aa37e7d2ff33a966749d1d9b4"},
{file = "hypothesis-6.151.2.tar.gz", hash = "sha256:fc91f88a77074b31c7ab871eebab3d2e0210fd3095f1d1ecbd9440c1c6bc06d9"}, {file = "hypothesis-6.151.4.tar.gz", hash = "sha256:658a62da1c3ccb36746ac2f7dc4bb1a6e76bd314e0dc54c4e1aaba2503d5545c"},
] ]
[package.dependencies] [package.dependencies]
@@ -5977,4 +5977,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 = "053b741d5296c6ad7dec82e4d6e2e9c3f663948ee2617bdd8fbda8803dcccadc" content-hash = "7a5b0c2ef843bd673b6c49d6a12d01ce8bffbb728027a59b16aa0531f1be6f5c"

View File

@@ -94,7 +94,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.151.2" hypothesis = "^6.151.4"
honcho = "*" honcho = "*"
isort = "^7.0.0" isort = "^7.0.0"
jinja2-cli = {version = "==1.0.0", extras = ["yaml"]} jinja2-cli = {version = "==1.0.0", extras = ["yaml"]}