diff --git a/poetry.lock b/poetry.lock index 68a82ca90..9da91fb03 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2092,14 +2092,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "hypothesis" -version = "6.148.1" +version = "6.148.2" description = "The property-based testing library for Python" optional = false -python-versions = ">=3.10" +python-versions = ">=3.10.2" groups = ["dev"] files = [ - {file = "hypothesis-6.148.1-py3-none-any.whl", hash = "sha256:2cca1a20e8fcd230da86bb6d9f3e940a052caef0d4327c12b5694d164ea0f89e"}, - {file = "hypothesis-6.148.1.tar.gz", hash = "sha256:98851429bd89b0c8835e8ebca6705c28dec56517576e5606fc3b841ddb0dc1c7"}, + {file = "hypothesis-6.148.2-py3-none-any.whl", hash = "sha256:bf8ddc829009da73b321994b902b1964bcc3e5c3f0ed9a1c1e6a1631ab97c5fa"}, + {file = "hypothesis-6.148.2.tar.gz", hash = "sha256:07e65d34d687ddff3e92a3ac6b43966c193356896813aec79f0a611c5018f4b1"}, ] [package.dependencies] @@ -5957,4 +5957,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "48e71f0546489dabed585ffbaf2437fd5efb37183ef76e00d8cd288234b0ab34" +content-hash = "cca000cfbe6d40d4943c6cd0b7876d607a6a02e1e9cc385877e5a4249eca9bca" diff --git a/pyproject.toml b/pyproject.toml index b554ae893..cd26b17ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ exceptiongroup = "==1.3.0" flake8 = "^7.3.0" flake8-bugbear = "^25.10.21" freezegun = "^1.5.5" -hypothesis = "^6.148.1" +hypothesis = "^6.148.2" honcho = "*" isort = "^7.0.0" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}