From 3870f459b89bd9235abd0d85e19687d91819c144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 02:36:08 +0000 Subject: [PATCH] Bump hypothesis from 6.88.0 to 6.88.3 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.88.0 to 6.88.3. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.88.0...hypothesis-python-6.88.3) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a24a029..6cea25c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -233,13 +233,13 @@ gitdb = ">=4.0.1,<5" [[package]] name = "hypothesis" -version = "6.88.0" +version = "6.88.3" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.88.0-py3-none-any.whl", hash = "sha256:b52b5b5a5065340875fb8a1a45e45391c277d9c5765374560edc1c5e5c3e2d48"}, - {file = "hypothesis-6.88.0.tar.gz", hash = "sha256:c9096ccd5a78bbf75221a2b4a6149e00e254acb17637c94abab98c529b2f61e5"}, + {file = "hypothesis-6.88.3-py3-none-any.whl", hash = "sha256:781ce6fd35e11ca77ad132a20cebe66fd215f56678f8efd6b87013b14500151b"}, + {file = "hypothesis-6.88.3.tar.gz", hash = "sha256:5cfda253e34726c98ab04b9595fca15677ee9f4f6055146aea25a6278d71f6f1"}, ] [package.dependencies] @@ -836,4 +836,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "5d49e13cf0f6c866ddfa1d7ea97eece83430cd3ab2c2d68c760baa2a68a83d0c" +content-hash = "080229c09a3d531f69a51002c0b1306f3a1bd2210a02104af0907b473980fbe0" diff --git a/pyproject.toml b/pyproject.toml index 58773e8..f598505 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ bandit = "^1.7.5" flake8 = "^6.1.0" pytest = "^7.4.2" pre-commit = "^3.5.0" -hypothesis = {extras = ["zoneinfo"], version = "^6.88.0"} +hypothesis = {extras = ["zoneinfo"], version = "^6.88.3"} [build-system] requires = ["poetry-core>=1.0.0"]