diff --git a/poetry.lock b/poetry.lock index 968b0109..1dfea5f0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -210,13 +210,13 @@ pydantic = ">=2.7.0,<2.8.0" [[package]] name = "hypothesis" -version = "6.103.1" +version = "6.103.2" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.103.1-py3-none-any.whl", hash = "sha256:d3c959fab6233e78867499e2117ae9db8dc40eeed936d71a2cfc7b6094972e74"}, - {file = "hypothesis-6.103.1.tar.gz", hash = "sha256:d299d5c21d6408eab3be670c94c974f3acf0b511c61fe81804b09091e393ee1f"}, + {file = "hypothesis-6.103.2-py3-none-any.whl", hash = "sha256:629b7cdeca8c225933739f99879caba21949000d2c919c8b4585e01048b3bc73"}, + {file = "hypothesis-6.103.2.tar.gz", hash = "sha256:83504e31e90a0d7d6e8eb93e51525dc1a48d79c932a50ad6035e29f8295328cd"}, ] [package.dependencies] @@ -1034,4 +1034,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4c5bd9a3ef09b616831dfcea1a058da859a4fe2c7a73062d3b4d9b2ac480dd8f" +content-hash = "8cb1c4d800ec2d33d91c478d1dbb5307dcc6753011a620a39b8e1397aec3719c" diff --git a/pyproject.toml b/pyproject.toml index 9b8b579c..1255ae7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pytest = "^8.2.2" pytest-cov = "^5.0.0" ruff = "^0.4.9" mypy = "^1.9.0" -hypothesis = "^6.103.1" +hypothesis = "^6.103.2" graphviz = "^0.20" pre-commit = "^3.7.1" guppylang = "^0.5.0"