From 2e8ae6eaf2a7b7bf2f304692d58a782d3b8d4b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 19:45:16 +0000 Subject: [PATCH] deps: bump hypothesis from 6.145.1 to 6.168.0 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.145.1 to 6.168.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.145.1...v6.168.0) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.168.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements/dev.in | 2 +- requirements/fuzz.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0f7faf0..9b3b491 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dev = [ "pytest-cov==7.1.0", "jsonschema==4.26.0", "PyYAML==6.0.3", - "hypothesis==6.145.1", + "hypothesis==6.168.0", ] [tool.setuptools.packages.find] diff --git a/requirements/dev.in b/requirements/dev.in index ae8cc7a..a2b81f7 100644 --- a/requirements/dev.in +++ b/requirements/dev.in @@ -8,4 +8,4 @@ twine==6.2.0 pytest-cov==7.1.0 jsonschema==4.26.0 PyYAML==6.0.3 -hypothesis==6.145.1 +hypothesis==6.168.0 diff --git a/requirements/fuzz.in b/requirements/fuzz.in index 7a22fe1..32ae455 100644 --- a/requirements/fuzz.in +++ b/requirements/fuzz.in @@ -2,4 +2,4 @@ # harnesses import versionsec. -r runtime.in atheris==2.3.0 -hypothesis==6.145.1 +hypothesis==6.168.0