diff --git a/pyproject.toml b/pyproject.toml index e76ef3f..e8f427b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ dev = [ "pytest-asyncio>=0.23", "pytest-benchmark>=4.0", "pytest-cov>=5.0", - "hypothesis>=6.152.9", + "hypothesis>=6.152.11", "ruff>=0.15.14", "ty>=0.0.39,<0.1", "zensical", diff --git a/uv.lock b/uv.lock index 0d0ed39..b31c2e9 100644 --- a/uv.lock +++ b/uv.lock @@ -1042,14 +1042,14 @@ wheels = [ [[package]] name = "hypothesis" -version = "6.152.9" +version = "6.152.11" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "sortedcontainers" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/3b/fb/a5651eb0cd03ecee644e8f4d8cd2027b40a08bf1488f46201e794aebe9b5/hypothesis-6.152.9.tar.gz", hash = "sha256:de4711d69ce3a18009047c3b44882810fd0c0348c1558e920a4b0d2c45f59e1e", size = 472009, upload-time = "2026-05-19T17:10:19.586Z" } +sdist = { url = "https://files.pythonhosted.org/packages/2f/de/7437cb6baa558e7f520fe41ef55bbd944d17351cee299f7993f032a637f1/hypothesis-6.152.11.tar.gz", hash = "sha256:13167fb2fd61710ff9e9ad3fd6ac02bc683c9999a4166c9877b0b0422a908134", size = 472721, upload-time = "2026-05-26T00:15:57.82Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/79/d9/40ef7ed22f0c45c2316467edb9afb8fc172cd089cb329c0ee6da6b74416c/hypothesis-6.152.9-py3-none-any.whl", hash = "sha256:9c4fdccb1eac0b12ec740c12290d0e6a0bea3526a3f0bf812b7643bb563c2d8b", size = 538148, upload-time = "2026-05-19T17:10:16.131Z" }, + { url = "https://files.pythonhosted.org/packages/44/63/1ff40142fd3cd641f93e8a1f70c6b9fe24255f6111a137a25f2fcbd4ba71/hypothesis-6.152.11-py3-none-any.whl", hash = "sha256:deffc64bf3c178ca8225ce56926c345e43aacbc3d8b8d6df6f766c514f48e81f", size = 538883, upload-time = "2026-05-26T00:15:54.754Z" }, ] [[package]] @@ -3257,7 +3257,7 @@ provides-extras = ["hf", "torch", "agent", "dp", "all"] [package.metadata.requires-dev] dev = [ { name = "fastmcp", extras = ["apps"], specifier = ">=3.3.1" }, - { name = "hypothesis", specifier = ">=6.152.9" }, + { name = "hypothesis", specifier = ">=6.152.11" }, { name = "maturin", specifier = ">=1.13.3,<2.0" }, { name = "opacus", specifier = ">=1.6,<2" }, { name = "prefab-ui", specifier = ">=0.20.1,<0.21" },