diff --git a/poetry.lock b/poetry.lock index c76a8284..d34fb4a8 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.0" [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.0-py3-none-any.whl", hash = "sha256:b174be95ac1a8054d32de4d2cf91ff268f16fc4040dd49ed5aed1e136375e27d"}, + {file = "hypothesis-5.24.0.tar.gz", hash = "sha256:97f38ca8967d56f36db7f4c887336044f2a9bcd37b7987c1237513c218016f79"}, ] 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"