diff --git a/changelog.md b/changelog.md index 08b77aa3..36792cfb 100644 --- a/changelog.md +++ b/changelog.md @@ -44,5 +44,6 @@ Changes since 2026.06.15 - dateparser -> 1.4.1 ## Dev +- hypothesis -> 6.155.3 # Documentation diff --git a/pyproject.toml b/pyproject.toml index f8b12333..73aeca48 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.2", + "hypothesis==6.155.3", "isort==8.0.1", "pydoclint==0.8.6", "pylint==4.0.6", diff --git a/uv.lock b/uv.lock index bb1c6fa9..59679925 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.2" }, + { name = "hypothesis", marker = "extra == 'dev'", specifier = "==6.155.3" }, { 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.2" +version = "6.155.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "sortedcontainers" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/f5/04/64032a1dccd2233615c8a3f701bbb563558575ed017496a24b6d81762c91/hypothesis-6.155.2.tar.gz", hash = "sha256:ae36880287c9c5defe9f199d3d2b67d9947a4da2a46e6c57373cbdf2345b20e1", size = 477765, upload-time = "2026-06-05T16:32:23.63Z" } +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" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ec/6e/e735f27ac1a530a4cd0a31cd970ec495a3a11830fdc5d281cc292593b330/hypothesis-6.155.2-py3-none-any.whl", hash = "sha256:c85ce6dcd630a90ce501f1d1dd1bc84b97f5649ca8a27e134c8cbf5aa480b1a5", size = 544213, upload-time = "2026-06-05T16:32:21.15Z" }, + { 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" }, ] [[package]]