diff --git a/poetry.lock b/poetry.lock index e7e92a83e..c97dea2e1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2027,14 +2027,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "hypothesis" -version = "6.151.5" +version = "6.151.6" description = "The property-based testing library for Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "hypothesis-6.151.5-py3-none-any.whl", hash = "sha256:c0e15c91fa0e67bc0295551ef5041bebad42753b7977a610cd7a6ec1ad04ef13"}, - {file = "hypothesis-6.151.5.tar.gz", hash = "sha256:ae3a0622f9693e6b19c697777c2c266c02801f9769ab7c2c37b7ec83d4743783"}, + {file = "hypothesis-6.151.6-py3-none-any.whl", hash = "sha256:4e6e933a98c6f606b3e0ada97a750e7fff12277a40260b9300a05e7a5c3c5e2e"}, + {file = "hypothesis-6.151.6.tar.gz", hash = "sha256:755decfa326c8c97a4c8766fe40509985003396442138554b0ae824f9584318f"}, ] [package.dependencies] @@ -5978,4 +5978,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 = "7f131169b2d563d8ed02756f486b2c4f37ca722efedc86cdaf4e4a9a6082aecb" +content-hash = "e80f54244409c2888f776e78e7907bd826936d88c9f111fe4ccb19907e7745eb" diff --git a/pyproject.toml b/pyproject.toml index 5144ed2b8..b9d1962a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ exceptiongroup = "==1.3.1" flake8 = "^7.3.0" flake8-bugbear = "^25.11.29" freezegun = "^1.5.5" -hypothesis = "^6.151.5" +hypothesis = "^6.151.6" honcho = "*" isort = "^7.0.0" jinja2-cli = {version = "==1.0.0", extras = ["yaml"]}