diff --git a/poetry.lock b/poetry.lock index 4da7147f5b..582366358e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -503,7 +503,7 @@ python-versions = "*" [[package]] name = "hypothesis" -version = "6.14.4" +version = "6.14.5" description = "A library for property-based testing" category = "dev" optional = false @@ -2323,7 +2323,7 @@ docs = ["emoji", "myst-parser", "pygments", "sphinx", "sphinx-autoapi", "sphinx- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "b2c3d252d66a881444687e14fc076c4a34e426c8b78d59ffaab78c7777ab48ae" +content-hash = "b642d6a1c722591a7b48010e95df0eb09ad115a6a237d50be97818da84ee5153" [metadata.files] alabaster = [ @@ -2683,8 +2683,8 @@ glob2 = [ {file = "glob2-0.7.tar.gz", hash = "sha256:85c3dbd07c8aa26d63d7aacee34fa86e9a91a3873bc30bf62ec46e531f92ab8c"}, ] hypothesis = [ - {file = "hypothesis-6.14.4-py3-none-any.whl", hash = "sha256:8ffb719d65f591782fee1b50899e52b291b3bcc2e4a0ffc9b783c86dc3dc6a03"}, - {file = "hypothesis-6.14.4.tar.gz", hash = "sha256:629decf31b54f8223a53fc4566057b62bf73ac43b87c4b7f3d71a34e71876998"}, + {file = "hypothesis-6.14.5-py3-none-any.whl", hash = "sha256:cc4efbce2446fa6f04ce55bb20d53dcfef9cf2187ec51332aac2c30306f537e2"}, + {file = "hypothesis-6.14.5.tar.gz", hash = "sha256:0563b9711fd9bf478cb591580a575c369d2c396f283efa85d0f9a75b26db65b5"}, ] icontract = [ {file = "icontract-2.5.3.tar.gz", hash = "sha256:b790101c8cc0d9df0105d852a645373c4d90d5049391b6e54db32a0acb4bccd7"}, diff --git a/pyproject.toml b/pyproject.toml index d71dd1880a..7beb000931 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ pytest-emoji = "^0.2.0" pytest-mock = "^3.6.0" pytest-sugar = "^0.9.4" pytest-xdist = "^2.2.1" -hypothesis = "^6.10.1" +hypothesis = "^6.14.5" icontract-hypothesis = "^1.1.0" mutmut = "^2.1.0" xdoctest = {extras = ["all"], version = "^0.15.4"}