diff --git a/poetry.lock b/poetry.lock index e92b2c2..e7b0015 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1153,14 +1153,14 @@ colorama = ">=0.4" [[package]] name = "hypothesis" -version = "6.147.0" -description = "A library for property-based testing" +version = "6.148.1" +description = "The property-based testing library for Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "hypothesis-6.147.0-py3-none-any.whl", hash = "sha256:de588807b6da33550d32f47bcd42b1a86d061df85673aa73e6443680249d185e"}, - {file = "hypothesis-6.147.0.tar.gz", hash = "sha256:72e6004ea3bd1460bdb4640b6389df23b87ba7a4851893fd84d1375635d3e507"}, + {file = "hypothesis-6.148.1-py3-none-any.whl", hash = "sha256:2cca1a20e8fcd230da86bb6d9f3e940a052caef0d4327c12b5694d164ea0f89e"}, + {file = "hypothesis-6.148.1.tar.gz", hash = "sha256:98851429bd89b0c8835e8ebca6705c28dec56517576e5606fc3b841ddb0dc1c7"}, ] [package.dependencies] @@ -4139,4 +4139,4 @@ numpy-backend = ["numpy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "bc13b773e345af692c8b919795333d833c1fc0e20fbcbe08a3c8ad77cebccbb4" +content-hash = "6c7949448daf9bbc23c8c696e63a420e542487e49c1bbb3bb3ccc508fadc1105" diff --git a/pyproject.toml b/pyproject.toml index ff4a363..8304044 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ mypy = "^1.18" black = "^25.11" isort = "^7.0" pre-commit = "^4.4" -hypothesis = "^6.147.0" +hypothesis = "^6.148.1" python-semantic-release = "^10.5.1" pydocstyle = "^6.3" flake8-docstrings = "^1.7"