diff --git a/pyproject.toml b/pyproject.toml index d1e05713..f1a50854 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dev = [ "flake8-docstrings-complete==1.4.1", "flake8-modern-annotations==1.6.0", "flake8-variables-names==0.0.6", - "hypothesis==6.152.5", + "hypothesis==6.152.7", "isort==8.0.1", "pydoclint==0.8.3", "pylint==4.0.5", diff --git a/uv.lock b/uv.lock index c8bbecb1..177e7c32 100644 --- a/uv.lock +++ b/uv.lock @@ -302,7 +302,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.152.5" }, + { name = "hypothesis", marker = "extra == 'dev'", specifier = "==6.152.7" }, { name = "inflect", specifier = "==7.5.0" }, { name = "irc", specifier = "==20.5.0" }, { name = "isort", marker = "extra == 'dev'", specifier = "==8.0.1" }, @@ -497,14 +497,14 @@ wheels = [ [[package]] name = "hypothesis" -version = "6.152.5" +version = "6.152.7" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "sortedcontainers" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/bf/a5/7c66caf83d51b0b8bba1aca94e34c3ae4ff36d58dfd6432d9b29bcf5ce2f/hypothesis-6.152.5.tar.gz", hash = "sha256:d6e7a3b163ee7f951a2652cfa26ea4c5ff5e94afcdfcaccf1ed72f0435276ff4", size = 466966, upload-time = "2026-05-10T20:31:37.644Z" } +sdist = { url = "https://files.pythonhosted.org/packages/91/dd/19d273652eb20dac15f32bbc484f2f6d51ccd8fe51fdb27da3f85f9017e8/hypothesis-6.152.7.tar.gz", hash = "sha256:741dedcede2ae0f32c32929a5992804b61f2b0400403b6a51a881a2b58482782", size = 468147, upload-time = "2026-05-13T04:19:34.124Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/9b/22/fc48568d69a219825eb0111c2e92ab261c0a6a6a6f01bd82c1dd465c636e/hypothesis-6.152.5-py3-none-any.whl", hash = "sha256:9d6fc81a7321dc34ec6a986c0bc5d669746d1cc694bc12a39280cec9c549f7c4", size = 532706, upload-time = "2026-05-10T20:31:34.014Z" }, + { url = "https://files.pythonhosted.org/packages/0a/1e/8222edaee03c37350eaa726213614e343a62f1e56396dd000ad9277bfa3d/hypothesis-6.152.7-py3-none-any.whl", hash = "sha256:c0b17dd428fcb6e962f60315f6f4a77816c72fbb281ce9ba73699dabead5ec82", size = 533802, upload-time = "2026-05-13T04:19:30.635Z" }, ] [[package]]