From 1b9eaf005b39a809c9cda2a242458a1fbdd8fafc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Aug 2021 13:11:47 +0000 Subject: [PATCH] :arrow_up: Bump hypothesis from 6.17.3 to 6.17.4 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.17.3 to 6.17.4. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.17.3...hypothesis-python-6.17.4) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 84c7fe54a4..c82cdd5360 100644 --- a/poetry.lock +++ b/poetry.lock @@ -515,7 +515,7 @@ python-versions = "*" [[package]] name = "hypothesis" -version = "6.17.3" +version = "6.17.4" description = "A library for property-based testing" category = "dev" optional = false @@ -2372,7 +2372,7 @@ docs = ["emoji", "myst-parser", "pygments", "sphinx", "sphinx-autoapi", "sphinx- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "613d0a2e90e0a8a2e4f8f6b4ebc5d4a7b6d9cfa2b6eb6c6976fd11b6dc6e1d6c" +content-hash = "2818851d193d0ebb73f03aae0e4df5f2800fc4e0746afedc0fc63b7f6af68e1f" [metadata.files] alabaster = [ @@ -2701,8 +2701,8 @@ glob2 = [ {file = "glob2-0.7.tar.gz", hash = "sha256:85c3dbd07c8aa26d63d7aacee34fa86e9a91a3873bc30bf62ec46e531f92ab8c"}, ] hypothesis = [ - {file = "hypothesis-6.17.3-py3-none-any.whl", hash = "sha256:cb302d4e18b9ff840be2b83e364c516f9f08dd2c7e6c80c2f5b2a1138dcdd17e"}, - {file = "hypothesis-6.17.3.tar.gz", hash = "sha256:3ca5410d081eb6627da607302d07b62c9d80ff6722d6813b90a8cc5c9d3300d8"}, + {file = "hypothesis-6.17.4-py3-none-any.whl", hash = "sha256:47b86bda10dba94bb9e5733dcb4df27fca8b421ebe81aad2516441272c374c10"}, + {file = "hypothesis-6.17.4.tar.gz", hash = "sha256:fd5a2207aaaaea430fe1dd0fc4392edb1c95cb21034fdf69231113cc1ab86fa0"}, ] icontract = [ {file = "icontract-2.5.4.tar.gz", hash = "sha256:e195cd35b2ab4ab1710c733368f009b676a26b1ab9c2c2191403c80c8df1db35"}, diff --git a/pyproject.toml b/pyproject.toml index fc3b373bb7..0fa428ac01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ pytest-emoji = "^0.2.0" pytest-mock = "^3.6.1" pytest-sugar = "^0.9.4" pytest-xdist = "^2.3.0" -hypothesis = "^6.10.1" +hypothesis = "^6.17.4" icontract-hypothesis = "^1.1.0" mutmut = "^2.2.0" xdoctest = {extras = ["all"], version = "^0.15.6"}