From a09193d9ce802faadbb02528bf4d8c5d4d41b18c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:30:39 -0600 Subject: [PATCH] Bump hypothesis from 6.87.3 to 6.88.0 (#196) Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.87.3 to 6.88.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.87.3...hypothesis-python-6.88.0) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:development 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 b3a9189..11f0a25 100644 --- a/poetry.lock +++ b/poetry.lock @@ -233,13 +233,13 @@ gitdb = ">=4.0.1,<5" [[package]] name = "hypothesis" -version = "6.87.3" +version = "6.88.0" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.87.3-py3-none-any.whl", hash = "sha256:684a7b56a4a2e990cb0efb3124c2d886c5138453550b6f4f4a3b75bfc8ef24d4"}, - {file = "hypothesis-6.87.3.tar.gz", hash = "sha256:e67391efb9e6f663031f493d04b5edfb2e47bfc5a6ea56190aed3bc7993d5899"}, + {file = "hypothesis-6.88.0-py3-none-any.whl", hash = "sha256:b52b5b5a5065340875fb8a1a45e45391c277d9c5765374560edc1c5e5c3e2d48"}, + {file = "hypothesis-6.88.0.tar.gz", hash = "sha256:c9096ccd5a78bbf75221a2b4a6149e00e254acb17637c94abab98c529b2f61e5"}, ] [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 = "1037ac1b5e88738d587f92adb7b5bc17a7a50e7c4db56f61ede36906e816f0b5" +content-hash = "07657a94c30cdda044fd54dfe31f9790e7e04af9d012767e86b7c6b92f15cddf" diff --git a/pyproject.toml b/pyproject.toml index 12cd279..67d037f 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.4.0" -hypothesis = {extras = ["zoneinfo"], version = "^6.87.3"} +hypothesis = {extras = ["zoneinfo"], version = "^6.88.0"} [build-system] requires = ["poetry-core>=1.0.0"]