From 55df16161853d8b3d95f45678ef3a268ea446411 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 06:09:41 +0000 Subject: [PATCH] Bump hypothesis from 5.16.1 to 5.24.3 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.16.1 to 5.24.3. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-5.16.1...hypothesis-python-5.24.3) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c76a8284..8e7582df 100644 --- a/poetry.lock +++ b/poetry.lock @@ -359,7 +359,7 @@ description = "A library for property-based testing" name = "hypothesis" optional = false python-versions = ">=3.5.2" -version = "5.16.1" +version = "5.24.3" [package.dependencies] attrs = ">=19.2.0" @@ -1387,7 +1387,7 @@ testing = ["coverage", "nose", "zope.event"] docs = ["sphinx", "sphinx-rtd-theme", "sphinx-autodoc-typehints", "sphinx-click", "marshmallow-jsonschema", "sphinx-jsonschema"] [metadata] -content-hash = "d972665328aff6a46fc9e5b9bf928f3061dd3eb94e201a9fd2e1c97635fa0875" +content-hash = "c6fc8f71a00bdb9f10fbe4f2a056d5725efb4452d7e9254577c1350f34c825cb" python-versions = "^3.7" [metadata.files] @@ -1586,8 +1586,8 @@ hyperlink = [ {file = "hyperlink-19.0.0.tar.gz", hash = "sha256:4288e34705da077fada1111a24a0aa08bb1e76699c9ce49876af722441845654"}, ] hypothesis = [ - {file = "hypothesis-5.16.1-py3-none-any.whl", hash = "sha256:8e7ee0101086d95157f4886abd190cc582783b3310c803eb2387e505427e8cbe"}, - {file = "hypothesis-5.16.1.tar.gz", hash = "sha256:dcd97367571657e9155d78ea0b6c3abf67acf4eaa6440e861213cd1beab02714"}, + {file = "hypothesis-5.24.3-py3-none-any.whl", hash = "sha256:04a0ed49ae7e02d876a2dcd8adaaf843157816ef2a48d317b815cc8875f1293c"}, + {file = "hypothesis-5.24.3.tar.gz", hash = "sha256:ca691b5b93a9cb930b1daca07b7a5570a427d13f828addbfbe6a4ba660a8aa1d"}, ] identify = [ {file = "identify-1.4.8-py2.py3-none-any.whl", hash = "sha256:9e7521e9abeaede4d2d1092a106e418c65ddf6b3182b43930bcb3c8cfb974488"}, diff --git a/pyproject.toml b/pyproject.toml index 98fb571c..7fa0a3bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ toolz = "^0.10.0" [tool.poetry.dev-dependencies] bump2version = "^1.0.0" coverage = "^4.5" -hypothesis = "^5.16" +hypothesis = "^5.24" requests = "^2.24" yapf = "^0.30.0" pylint = "^2.3"