diff --git a/poetry.lock b/poetry.lock index 2d1f0808e..674243912 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2076,14 +2076,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "hypothesis" -version = "6.141.0" +version = "6.141.1" description = "A library for property-based testing" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "hypothesis-6.141.0-py3-none-any.whl", hash = "sha256:29a1b4301611bdd2833a5ad5fc422c72b60071a169ee048e28b1435ac410d072"}, - {file = "hypothesis-6.141.0.tar.gz", hash = "sha256:a66861954dc1768945eda83ca28a9bbb5bc59a45edae899c219e2dd85a8ddd43"}, + {file = "hypothesis-6.141.1-py3-none-any.whl", hash = "sha256:a5b3c39c16d98b7b4c3c5c8d4262e511e3b2255e6814ced8023af49087ad60b3"}, + {file = "hypothesis-6.141.1.tar.gz", hash = "sha256:8ef356e1e18fbeaa8015aab3c805303b7fe4b868e5b506e87ad83c0bf951f46f"}, ] [package.dependencies] @@ -5926,4 +5926,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 = "5499591ed1f1d4846bf10722ba58f6ee0d5fba4da432fc23b97a3b012d482016" +content-hash = "aaffe41c9a22934989667fb887614e56bde32328575c26c2f2ca7699011d03a8" diff --git a/pyproject.toml b/pyproject.toml index 96ff17ab3..9060b8989 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ exceptiongroup = "==1.3.0" flake8 = "^7.3.0" flake8-bugbear = "^24.12.12" freezegun = "^1.5.5" -hypothesis = "^6.141.0" +hypothesis = "^6.141.1" honcho = "*" isort = "^7.0.0" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}