diff --git a/poetry.lock b/poetry.lock index 4d8825853..773650d18 100644 --- a/poetry.lock +++ b/poetry.lock @@ -167,13 +167,13 @@ test = ["coverage", "pytest (>=7,<8.1)", "pytest-cov", "pytest-mock (>=3)"] [[package]] name = "hypothesis" -version = "6.103.0" +version = "6.103.1" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.103.0-py3-none-any.whl", hash = "sha256:0d21a87e2d68b4937f19f1e6e681d747de65f748c9caa818308a0e3899ea8481"}, - {file = "hypothesis-6.103.0.tar.gz", hash = "sha256:7fe91917b99fc98ac150ec295775a687448c7c42c2276ab6e4a6969a4b285bb5"}, + {file = "hypothesis-6.103.1-py3-none-any.whl", hash = "sha256:d3c959fab6233e78867499e2117ae9db8dc40eeed936d71a2cfc7b6094972e74"}, + {file = "hypothesis-6.103.1.tar.gz", hash = "sha256:d299d5c21d6408eab3be670c94c974f3acf0b511c61fe81804b09091e393ee1f"}, ] [package.dependencies] @@ -884,4 +884,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.10" -content-hash = "8e822591e7f2efb10f99d6e68cf6b8759fac9ef68e40d47ed68f1a5cb83d65eb" +content-hash = "c4a3c270bb76b2bb02c8b0c391c0244d5e8f20a41f6f05072f7cee15ea551003" diff --git a/pyproject.toml b/pyproject.toml index c386dc9ee..a2b2eb061 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pytest = "^8.2.1" pytest-cov = "^5.0.0" ruff = "^0.4.8" mypy = "^1.9.0" -hypothesis = "^6.103.0" +hypothesis = "^6.103.1" graphviz = "^0.20" pre-commit = "^3.7.1"