From 4fb0940d4200461a0d032d565d5df5f34d81945c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 17:36:15 -0400 Subject: [PATCH] Bump hypothesis from 6.100.4 to 6.101.0 (#2777) Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.100.4 to 6.101.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.100.4...hypothesis-python-6.101.0) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e18875ab64..f2a8349ff4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -167,13 +167,13 @@ files = [ [[package]] name = "hypothesis" -version = "6.100.4" +version = "6.101.0" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.100.4-py3-none-any.whl", hash = "sha256:f1909d4702d21be55720bbbc58e0b42172e14bf712a8ecbab00ad6ae209a5ec9"}, - {file = "hypothesis-6.100.4.tar.gz", hash = "sha256:f6858353a5fae943cae149cc618b9f2b261143df9d8d792cf1065a1b289bbb24"}, + {file = "hypothesis-6.101.0-py3-none-any.whl", hash = "sha256:3aeeda59bc7878aa2ad066f71925ab9296a148f7fb7d5395a47795035283dec2"}, + {file = "hypothesis-6.101.0.tar.gz", hash = "sha256:b43242fc2b672b26c81688876976c1c2cc44116050ca12f60eb2671b75eacd45"}, ] [package.dependencies] @@ -829,4 +829,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "15e6a8421fccd27fb067a2f5cdbc396bc393279afffc304720b04e4bb8d681cc" +content-hash = "f0a58c44dfbc0f1b5a7eedf7005569829a760a9bec8d27457e4eeb0c02a9a5f1" diff --git a/pyproject.toml b/pyproject.toml index c990a1762f..cde11fc63b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requests = "^2.31.0" ruamel-yaml = "^0.18.6" pydantic = "^2.7.0" typer = "^0.12.3" -hypothesis = "^6.100.4" +hypothesis = "^6.101.0" pytest = "^8.2.0"