diff --git a/pyproject.toml b/pyproject.toml index 73aeca48..c87d740a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dev = [ "flake8-docstrings-complete==1.4.1", "flake8-modern-annotations==1.6.0", "flake8-variables-names==0.0.6", - "hypothesis==6.155.3", + "hypothesis==6.155.5", "isort==8.0.1", "pydoclint==0.8.6", "pylint==4.0.6", diff --git a/uv.lock b/uv.lock index 59679925..196534fb 100644 --- a/uv.lock +++ b/uv.lock @@ -375,7 +375,7 @@ requires-dist = [ { name = "flake8-variables-names", marker = "extra == 'dev'", specifier = "==0.0.6" }, { name = "gino", specifier = "==1.0.1" }, { name = "gitpython", specifier = "==3.1.50" }, - { name = "hypothesis", marker = "extra == 'dev'", specifier = "==6.155.3" }, + { name = "hypothesis", marker = "extra == 'dev'", specifier = "==6.155.5" }, { name = "inflect", specifier = "==7.5.0" }, { name = "irc", specifier = "==20.5.0" }, { name = "isort", marker = "extra == 'dev'", specifier = "==8.0.1" }, @@ -583,14 +583,14 @@ wheels = [ [[package]] name = "hypothesis" -version = "6.155.3" +version = "6.155.5" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "sortedcontainers" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/36/77/13ec9b6390bce44f5badab39837dd6789bbfe6342a2ac611a71537a7756f/hypothesis-6.155.3.tar.gz", hash = "sha256:1e34b17ae9873515384312cb7640abd773eb096c7eef8c0d9c614fa2c306e9bb", size = 477961, upload-time = "2026-06-16T00:33:23.273Z" } +sdist = { url = "https://files.pythonhosted.org/packages/b6/da/7e6cca4f0ad6b2f3a2380d72993ad3482c8ecb126f0908af26d2427455a1/hypothesis-6.155.5.tar.gz", hash = "sha256:f7f8f803e05a69cd70399b07ed89a89b673c9ff3530977c4a768ed3acb702169", size = 478083, upload-time = "2026-06-18T19:23:04.405Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/a2/23/ce3a543935a01e478349e82f6c1440776f92d4cb346662c4d81574878fed/hypothesis-6.155.3-py3-none-any.whl", hash = "sha256:ede5a3d142d9c5c9f70cb3075541905b228d6c3a682bcec3d4fe0722e9eda127", size = 544401, upload-time = "2026-06-16T00:33:20.497Z" }, + { url = "https://files.pythonhosted.org/packages/2e/db/04b7cfc3cc6d49eecc6a390e61c5b941a0a32a98884fdf0701228a9b9c4f/hypothesis-6.155.5-py3-none-any.whl", hash = "sha256:b0eb5645f4c962dffdafef36d05329aa704a5322ee1273495fa98d5a986daf70", size = 544524, upload-time = "2026-06-18T19:23:02.975Z" }, ] [[package]]