diff --git a/poetry.lock b/poetry.lock index 81431db..e058433 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1149,14 +1149,14 @@ colorama = ">=0.4" [[package]] name = "hypothesis" -version = "6.145.0" +version = "6.147.0" description = "A library for property-based testing" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "hypothesis-6.145.0-py3-none-any.whl", hash = "sha256:c9675afc69980ba13da59bbc66cd0760a2440d4c16e8c162fdcf4cc8e5dde562"}, - {file = "hypothesis-6.145.0.tar.gz", hash = "sha256:75946d124cbc3e928bcd0e3e29617a1187bcb37a1381d8cce352515f90e4971b"}, + {file = "hypothesis-6.147.0-py3-none-any.whl", hash = "sha256:de588807b6da33550d32f47bcd42b1a86d061df85673aa73e6443680249d185e"}, + {file = "hypothesis-6.147.0.tar.gz", hash = "sha256:72e6004ea3bd1460bdb4640b6389df23b87ba7a4851893fd84d1375635d3e507"}, ] [package.dependencies] @@ -4135,4 +4135,4 @@ numpy-backend = ["numpy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "3caa57aeca2ac35e57525be296c5145b9c8bd4e8eaf5c1038d06e952d39e7429" +content-hash = "07c0480962fa25932a2b002c367fb1bf1dbf3c9685e5d85dac7f4a0ae0a3f1d2" diff --git a/pyproject.toml b/pyproject.toml index edb737e..d6c1e83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ mypy = "^1.18" black = "^25.9" isort = "^7.0" pre-commit = "^4.3" -hypothesis = "^6.145.0" +hypothesis = "^6.147.0" python-semantic-release = "^10.4.1" pydocstyle = "^6.3" flake8-docstrings = "^1.7"