From 3d0c4933f6721760794d2d02c26faed2bd5cc689 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 08:48:08 +0000 Subject: [PATCH] chore(deps-dev): bump hypothesis from 5.1.0 to 6.0.3 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.1.0 to 6.0.3. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-5.1.0...hypothesis-python-6.0.3) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 23 ++++++++++++++--------- pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7387fa5..441d59c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -184,26 +184,31 @@ gitdb = ">=4.0.1,<5" [[package]] name = "hypothesis" -version = "5.1.0" +version = "6.0.3" description = "A library for property-based testing" category = "dev" optional = false -python-versions = ">=3.5" +python-versions = ">=3.6" [package.dependencies] attrs = ">=19.2.0" sortedcontainers = ">=2.1.0,<3.0.0" [package.extras] -all = ["django (>=1.11)", "dpcontracts (>=0.4)", "lark-parser (>=0.6.5)", "numpy (>=1.9.0)", "pandas (>=0.19)", "pytest (>=4.3)", "python-dateutil (>=1.4)", "pytz (>=2014.1)"] +all = ["black (>=19.10b0)", "click (>=7.0)", "django (>=2.2)", "dpcontracts (>=0.4)", "lark-parser (>=0.6.5)", "libcst (>=0.3.16)", "numpy (>=1.9.0)", "pandas (>=0.25)", "pytest (>=4.3)", "python-dateutil (>=1.4)", "pytz (>=2014.1)", "redis (>=3.0.0)", "importlib-resources (>=3.3.0)", "importlib-metadata", "backports.zoneinfo (>=0.2.1)", "tzdata (>=2020.4)"] +cli = ["click (>=7.0)", "black (>=19.10b0)"] +codemods = ["libcst (>=0.3.16)"] dateutil = ["python-dateutil (>=1.4)"] -django = ["pytz (>=2014.1)", "django (>=1.11)"] +django = ["pytz (>=2014.1)", "django (>=2.2)"] dpcontracts = ["dpcontracts (>=0.4)"] +ghostwriter = ["black (>=19.10b0)"] lark = ["lark-parser (>=0.6.5)"] numpy = ["numpy (>=1.9.0)"] -pandas = ["pandas (>=0.19)"] +pandas = ["pandas (>=0.25)"] pytest = ["pytest (>=4.3)"] pytz = ["pytz (>=2014.1)"] +redis = ["redis (>=3.0.0)"] +zoneinfo = ["importlib-resources (>=3.3.0)", "backports.zoneinfo (>=0.2.1)", "tzdata (>=2020.4)"] [[package]] name = "imagesize" @@ -367,7 +372,7 @@ name = "pygments" version = "2.7.4" description = "Pygments is a syntax highlighting package written in Python." category = "main" -optional = false +optional = true python-versions = ">=3.5" [[package]] @@ -654,7 +659,7 @@ docs = ["sphinx", "sphinx-autodoc-typehints", "toml"] [metadata] lock-version = "1.1" python-versions = ">= 3.6" -content-hash = "18fd7bf20b8fa21f9eadf5b4d75dcaf17e1d754af0e94952baa27d92a5ad5089" +content-hash = "220f45c7e04cd468c409f7d142776caea9904f19589ec201515ce2a8a4cfb3bd" [metadata.files] alabaster = [ @@ -762,8 +767,8 @@ gitpython = [ {file = "GitPython-3.1.12.tar.gz", hash = "sha256:42dbefd8d9e2576c496ed0059f3103dcef7125b9ce16f9d5f9c834aed44a1dac"}, ] hypothesis = [ - {file = "hypothesis-5.1.0-py3-none-any.whl", hash = "sha256:6abd5740ed05dff9efe0df18f0f7013eb4aa99c143f7177fbefb603888a990d0"}, - {file = "hypothesis-5.1.0.tar.gz", hash = "sha256:1b03916e72265655378c5e67f27663adb1e6175fe1ad906d58997b7a04ce99ad"}, + {file = "hypothesis-6.0.3-py3-none-any.whl", hash = "sha256:de3c21d89e2d9e36463a57706b411fad37158f2dc704e357b7f3b1ddd2669aa4"}, + {file = "hypothesis-6.0.3.tar.gz", hash = "sha256:c606c5141ea167a6893ffaea2647a263b93f8db6af28f58b526ce2edce08685a"}, ] imagesize = [ {file = "imagesize-1.2.0-py2.py3-none-any.whl", hash = "sha256:6965f19a6a2039c7d48bca7dba2473069ff854c36ae6f19d2cde309d998228a1"}, diff --git a/pyproject.toml b/pyproject.toml index 28fd486..a21fb82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ toml = { version = "^0.10.0", optional = true } [tool.poetry.dev-dependencies] pytest = "^6.2" -hypothesis = "^5.1" +hypothesis = "^6.0" isort = "^4.3" flake8 = "^3.8" black = "^19.3b0"