From 130adff702ff8f9734d27df63a49bfcd5cf0ba2b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 08:57:33 +0000 Subject: [PATCH] chore(deps-dev): bump hypothesis from 5.1.0 to 5.46.0 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.1.0 to 5.46.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-5.1.0...hypothesis-python-5.46.0) 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 5cf473d..0f82234 100644 --- a/poetry.lock +++ b/poetry.lock @@ -184,26 +184,31 @@ gitdb = ">=4.0.1,<5" [[package]] name = "hypothesis" -version = "5.1.0" +version = "5.46.0" 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" @@ -420,7 +425,7 @@ name = "pytz" version = "2020.5" description = "World timezone definitions, modern and historical" category = "main" -optional = false +optional = true python-versions = "*" [[package]] @@ -654,7 +659,7 @@ docs = ["sphinx", "sphinx-autodoc-typehints", "toml"] [metadata] lock-version = "1.1" python-versions = ">= 3.6" -content-hash = "24f4c5457e7e68e93d9e0e528326be4fb7d1186545286926d55d77fdebd9a52a" +content-hash = "9b070e1f2740da2b70c1deeb2eec43bf9a090e4fe52e425c65e07cb00185fc08" [metadata.files] alabaster = [ @@ -762,8 +767,8 @@ gitpython = [ {file = "GitPython-3.1.11.tar.gz", hash = "sha256:befa4d101f91bad1b632df4308ec64555db684c360bd7d2130b4807d49ce86b8"}, ] 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-5.46.0-py3-none-any.whl", hash = "sha256:c53dacd3951092b02f6247214aae5f41054509ff5c68448deeb1b825c75f2712"}, + {file = "hypothesis-5.46.0.tar.gz", hash = "sha256:f30426f0923e1cf12b1bf9799394dcba96858fd4af5323f19cce016685c3fe16"}, ] imagesize = [ {file = "imagesize-1.2.0-py2.py3-none-any.whl", hash = "sha256:6965f19a6a2039c7d48bca7dba2473069ff854c36ae6f19d2cde309d998228a1"}, diff --git a/pyproject.toml b/pyproject.toml index f22f356..08b1012 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 = "^5.46" isort = "^4.3" flake8 = "^3.8" black = "^19.3b0"