From d412038172bcc447e8842eefa75e4e8092bcd08c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 18:30:54 +0000 Subject: [PATCH] chore(deps-dev): bump hypothesis from 6.142.2 to 6.142.4 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.142.2 to 6.142.4. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.142.2...hypothesis-python-6.142.4) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.142.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index cf04721..4e653f7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1149,14 +1149,14 @@ colorama = ">=0.4" [[package]] name = "hypothesis" -version = "6.142.2" +version = "6.142.4" description = "A library for property-based testing" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "hypothesis-6.142.2-py3-none-any.whl", hash = "sha256:cc6c6e66c06aff695dd255501a767b528e00d84ce3572160425a9ba5e4a47845"}, - {file = "hypothesis-6.142.2.tar.gz", hash = "sha256:c4204a2ce327e45fbaf83a2b58142a285135698dc1d08e368ae9901f06b49e64"}, + {file = "hypothesis-6.142.4-py3-none-any.whl", hash = "sha256:25eecc73fadecd8b491aed822204cfe4be9c98ff5c1e8e038d181136ffc54b5b"}, + {file = "hypothesis-6.142.4.tar.gz", hash = "sha256:b3e71a84708994aa910ea47f1483ad892a7c390839959d689b2a2b07ebfd160e"}, ] [package.dependencies] @@ -4136,4 +4136,4 @@ numpy-backend = ["numpy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "64e526c08bfab45e561187ff52b413f86ce77ea1c78503e467648cd0f193f8b1" +content-hash = "4dd2f2cb573c2feb46bfd70087ad0128b0589f93f603847201a045b5c7ed7fb6" diff --git a/pyproject.toml b/pyproject.toml index b7d51c2..45e143f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ mypy = "^1.18" black = "^25.9" isort = "^7.0" pre-commit = "^4.3" -hypothesis = "^6.142.2" +hypothesis = "^6.142.4" python-semantic-release = "^10.4.1" pydocstyle = "^6.3" flake8-docstrings = "^1.7"