diff --git a/poetry.lock b/poetry.lock index 15383dfdc..7eebadaf2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2072,14 +2072,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "hypothesis" -version = "6.149.1" +version = "6.150.2" description = "The property-based testing library for Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "hypothesis-6.149.1-py3-none-any.whl", hash = "sha256:48d7ea77cae8b83c6c3c9f50ac683ae3b1673c1c306909410ea348e4e97aeb77"}, - {file = "hypothesis-6.149.1.tar.gz", hash = "sha256:abe36199df3f068f72db85bd5f347a9032b79044a27bd9d2eb016179e5313069"}, + {file = "hypothesis-6.150.2-py3-none-any.whl", hash = "sha256:648d6a2be435889e713ba3d335b0fb5e7a250f569b56e6867887c1e7a0d1f02f"}, + {file = "hypothesis-6.150.2.tar.gz", hash = "sha256:deb043c41c53eaf0955f4a08739c2a34c3d8040ee3d9a2da0aa5470122979f75"}, ] [package.dependencies] @@ -6006,4 +6006,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 = "a63c4c594b5865c5864990d0240483e45273a63ce0ff03350ba21dc63065c313" +content-hash = "f8394cf1d362ba086ea2eaa8ec336ef0f5bf1f69286e5cfb673fe619e4bab774" diff --git a/pyproject.toml b/pyproject.toml index b6c083126..16f9db6cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ exceptiongroup = "==1.3.1" flake8 = "^7.3.0" flake8-bugbear = "^25.11.29" freezegun = "^1.5.5" -hypothesis = "^6.149.1" +hypothesis = "^6.150.2" honcho = "*" isort = "^7.0.0" jinja2-cli = {version = "==1.0.0", extras = ["yaml"]}