From d3238e330b7538b643a6bad05d5ad4400e38b639 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 08:23:12 +0000 Subject: [PATCH] Bump hypothesis from 6.6.0 to 6.8.1 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.6.0 to 6.8.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.6.0...hypothesis-python-6.8.1) 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 367d0f8..9a1bcb0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -140,7 +140,7 @@ python-versions = "*" [[package]] name = "hypothesis" -version = "6.6.0" +version = "6.8.1" description = "A library for property-based testing" category = "dev" optional = false @@ -542,7 +542,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "8468d616eb79dcf836474ee5bf10dc3f990b6762aa00063e6cf843c97a73c0c7" +content-hash = "3b64f5d3e984fbef9a3443ae62ae0ca446ff19504705137c43786fa174d07ecc" [metadata.files] appdirs = [ @@ -647,8 +647,8 @@ filelock = [ {file = "filelock-3.0.12.tar.gz", hash = "sha256:18d82244ee114f543149c66a6e0c14e9c4f8a1044b5cdaadd0f82159d6a6ff59"}, ] hypothesis = [ - {file = "hypothesis-6.6.0-py3-none-any.whl", hash = "sha256:6a23d0c342d01a88f3b30b54ad459246beb01b0ce28d865cf06623a9209aac03"}, - {file = "hypothesis-6.6.0.tar.gz", hash = "sha256:0f6b970178b7676267029eb5d352ea7ff4fda4533d2d2eaa3adbda660db54b65"}, + {file = "hypothesis-6.8.1-py3-none-any.whl", hash = "sha256:3b7d9f7e40e406b550d4fd26fef0ce3fad216f163a3400ab701329b865e25876"}, + {file = "hypothesis-6.8.1.tar.gz", hash = "sha256:2dd38676402d1c218225210cde0cf19f286352279f32631ac5c801f5d767bc94"}, ] identify = [ {file = "identify-1.5.10-py2.py3-none-any.whl", hash = "sha256:cc86e6a9a390879dcc2976cef169dd9cc48843ed70b7380f321d1b118163c60e"}, diff --git a/pyproject.toml b/pyproject.toml index 53bcb8c..5c1c8e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ mypy = "^0.812" pytest = "^6.2.2" pytest-cov = "^2.11.1" coverage = {version = "^5.5", extras = ["toml"]} -hypothesis = {version = "^6.6.0", extras = ["numpy", "pandas"]} +hypothesis = {version = "^6.8.1", extras = ["numpy", "pandas"]} nox = "^2020.12.31" pre-commit = "^2.11.0" click = "^7.1.2"