From 283c2250e94665fcecb596ba1da56f3794c67629 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Sun, 1 Dec 2024 23:05:34 +0300 Subject: [PATCH] Update hypothesis --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e24e0c914..54d9b34f9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -942,13 +942,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "hypothesis" -version = "6.122.0" +version = "6.122.1" description = "A library for property-based testing" optional = true python-versions = ">=3.9" files = [ - {file = "hypothesis-6.122.0-py3-none-any.whl", hash = "sha256:523451a187cb0e861074bc560c2d27382b7872c28b57c6e14e98bb2152fe3a0e"}, - {file = "hypothesis-6.122.0.tar.gz", hash = "sha256:8f1675a62f70e2821b347f550e6d3b5478ec25470b6e0281c974b57ab53f5dc7"}, + {file = "hypothesis-6.122.1-py3-none-any.whl", hash = "sha256:59e52da0f2529b40f0b7bd0c3c61d8b3fe3337102800bf3534c53d4a8bdf8a6d"}, + {file = "hypothesis-6.122.1.tar.gz", hash = "sha256:23280e802eef88316b02cb32205d74b5bf2e3de4a378e2579a8974117c512b83"}, ] [package.dependencies] @@ -2634,4 +2634,4 @@ compatible-mypy = ["mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "59456d59aa27ddfd7d37c30bf28d55d27dffa990fc74d1d5ec4c24708db55c71" +content-hash = "b03cf03e46d7497abb2f85e20faa4ed0cb3ae0214fdb3d6bc13516fdb1e986d6" diff --git a/pyproject.toml b/pyproject.toml index 6353fb2c1..38f76a374 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ python = "^3.10" typing-extensions = ">=4.0,<5.0" pytest = { version = "^8.0", optional = true } -hypothesis = { version = "^6.98", optional = true } +hypothesis = { version = "^6.122", optional = true } mypy = {version = ">=1.12,<1.14", optional = true} [tool.poetry.group.dev.dependencies]