From 3c693439068220bfb6335909be30ce89fe461b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 00:41:13 +0000 Subject: [PATCH] build(deps): bump hypothesis in the python-minor group Bumps the python-minor group with 1 update: [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `hypothesis` from 6.151.14 to 6.152.1 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.151.14...hypothesis-python-6.152.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.152.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-ci.in | 2 +- requirements-dev.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d6f327c1..b76dea4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "pytest>=7.4.0", "pytest-cov>=4.1.0", "pytest-xdist>=3.5.0", - "hypothesis>=6.100.0,<6.152.0", + "hypothesis>=6.100.0,<6.153.0", "coverage[toml]>=7.4.0", "black>=24.3.0", "flake8>=6.1.0", diff --git a/requirements-ci.in b/requirements-ci.in index c591d5db..56351a9e 100644 --- a/requirements-ci.in +++ b/requirements-ci.in @@ -16,6 +16,6 @@ pip-audit==2.10.0 pip-licenses==5.5.5 cyclonedx-bom==7.3.0 toml==0.10.2 -hypothesis==6.151.14 +hypothesis==6.152.1 cryptography==46.0.7 argon2-cffi==25.1.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 9030965c..e4f5715d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -13,7 +13,7 @@ twine>=4.0.0 build>=0.10.0 # Property-based testing (security invariant verification) -hypothesis>=6.100.0,<6.152.0 # Pinned to avoid types.SimpleNamespace bug in 6.123+ +hypothesis>=6.100.0,<6.153.0 # Pinned to avoid types.SimpleNamespace bug in 6.123+ # Differential testing and coverage pytest-xdist>=3.5.0 # Parallel test execution