From 19f2a99e69e5986a03c0ea6a85f12f8837dbb217 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 10:56:53 +0000 Subject: [PATCH] chore(deps-dev): bump hypothesis from 5.1.0 to 5.10.4 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.1.0 to 5.10.4. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-5.1.0...hypothesis-python-5.10.4) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0be2b98..ce59a08 100644 --- a/poetry.lock +++ b/poetry.lock @@ -213,17 +213,17 @@ category = "dev" description = "A library for property-based testing" name = "hypothesis" optional = false -python-versions = ">=3.5" -version = "5.1.0" +python-versions = ">=3.5.2" +version = "5.10.4" [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 = ["django (>=2.2)", "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)"] dateutil = ["python-dateutil (>=1.4)"] -django = ["pytz (>=2014.1)", "django (>=1.11)"] +django = ["pytz (>=2014.1)", "django (>=2.2)"] dpcontracts = ["dpcontracts (>=0.4)"] lark = ["lark-parser (>=0.6.5)"] numpy = ["numpy (>=1.9.0)"] @@ -281,7 +281,7 @@ xdg_home = ["appdirs (>=1.4.0)"] category = "main" description = "A very fast and expressive template engine." name = "jinja2" -optional = false +optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" version = "2.11.2" @@ -295,7 +295,7 @@ i18n = ["Babel (>=0.8)"] category = "main" description = "Safely add untrusted strings to HTML/XML markup." name = "markupsafe" -optional = false +optional = true python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" version = "1.1.1" @@ -721,7 +721,7 @@ testing = ["jaraco.itertools", "func-timeout"] docs = ["sphinx", "sphinx-autodoc-typehints", "toml"] [metadata] -content-hash = "05f265b48d0a7cf0efcfbe2fcc29c95482fa4a5f147c75191d1ece66b19b4773" +content-hash = "2f11561a18dd1d1ce1d4675b8f0047e09dfdf49b3514ae3f04fff595eff88c43" python-versions = ">= 3.6" [metadata.files] @@ -842,8 +842,8 @@ gitpython = [ {file = "GitPython-3.1.1.tar.gz", hash = "sha256:6d4f10e2aaad1864bb0f17ec06a2c2831534140e5883c350d58b4e85189dab74"}, ] 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.10.4-py3-none-any.whl", hash = "sha256:07498961389e108f7e595dedb6a47297a4d64a91c9a5f53b6c05fdc46d95ece2"}, + {file = "hypothesis-5.10.4.tar.gz", hash = "sha256:080837935f774765c792b44c9c37d6299776029d05642b5fa29d983c307d861f"}, ] idna = [ {file = "idna-2.9-py2.py3-none-any.whl", hash = "sha256:a068a21ceac8a4d63dbfd964670474107f541babbd2250d61922f029858365fa"}, diff --git a/pyproject.toml b/pyproject.toml index 62ce033..f39aa3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ toml = { version = "^0.10.0", optional = true } [tool.poetry.dev-dependencies] pytest = "^5.4" -hypothesis = "^5.1" +hypothesis = "^5.10" isort = "^4.3" flake8 = "^3.7" black = "^19.3b0"