diff --git a/pyproject.toml b/pyproject.toml index 63eb87d..a02b6ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ convention = "google" [dependency-groups] dev = [ - "hypothesis>=6.148.1", + "hypothesis>=6.151.12", "pytest>=9.0.1", "ruff>=0.14.5", "ty>=0.0.1a32", diff --git a/uv.lock b/uv.lock index baa50b8..11f3619 100644 --- a/uv.lock +++ b/uv.lock @@ -15,7 +15,7 @@ members = [ [manifest.dependency-groups] dev = [ - { name = "hypothesis", specifier = ">=6.148.1" }, + { name = "hypothesis", specifier = ">=6.151.12" }, { name = "pytest", specifier = ">=9.0.1" }, { name = "ruff", specifier = ">=0.14.5" }, { name = "ty", specifier = ">=0.0.1a32" }, @@ -1308,14 +1308,14 @@ inference = [ [[package]] name = "hypothesis" -version = "6.150.2" +version = "6.151.12" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "sortedcontainers" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/d2/19/a4eee0c98e2ec678854272f79646f34943f8fbbc42689cc355b530c5bc96/hypothesis-6.150.2.tar.gz", hash = "sha256:deb043c41c53eaf0955f4a08739c2a34c3d8040ee3d9a2da0aa5470122979f75", size = 475250, upload-time = "2026-01-13T17:09:22.146Z" } +sdist = { url = "https://files.pythonhosted.org/packages/ce/ab/67ca321d1ab96fd3828b12142f1c258e2d4a668a025d06cd50ab3409787f/hypothesis-6.151.12.tar.gz", hash = "sha256:be485f503979af4c3dfa19e3fc2b967d0458e7f8c4e28128d7e215e0a55102e0", size = 463900, upload-time = "2026-04-08T19:40:06.205Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/b3/5e/21caad4acf45db7caf730cca1bc61422283e4c4e841efbc862d17ab81a21/hypothesis-6.150.2-py3-none-any.whl", hash = "sha256:648d6a2be435889e713ba3d335b0fb5e7a250f569b56e6867887c1e7a0d1f02f", size = 542712, upload-time = "2026-01-13T17:09:19.945Z" }, + { url = "https://files.pythonhosted.org/packages/0e/5a/6cecf134b631050a1f8605096adbe812483b60790d951470989d39b56860/hypothesis-6.151.12-py3-none-any.whl", hash = "sha256:37d4f3a768365c30571b11dfd7a6857a12173d933010b2c4ab65619f1b5952c5", size = 529656, upload-time = "2026-04-08T19:40:03.126Z" }, ] [[package]]