diff --git a/poetry.lock b/poetry.lock index 93ac989c..f53a96d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -486,7 +486,7 @@ gitdb = ">=4.0.1,<5" [[package]] name = "hypothesis" -version = "6.8.0" +version = "6.8.1" description = "A library for property-based testing" category = "dev" optional = false @@ -1478,7 +1478,7 @@ docs = [] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "955cce5618366453c306b971f1677c199d3746b125a61fd6e2f6380e7358edc3" +content-hash = "135509c729b09c007bd5ce8174b057a6d1a87ee3c33922ceaa28ef7486993e04" [metadata.files] alabaster = [ @@ -1739,8 +1739,8 @@ gitpython = [ {file = "GitPython-3.1.14.tar.gz", hash = "sha256:be27633e7509e58391f10207cd32b2a6cf5b908f92d9cd30da2e514e1137af61"}, ] hypothesis = [ - {file = "hypothesis-6.8.0-py3-none-any.whl", hash = "sha256:9915e1ae1a6701ef98c671687d83e54d310b5ca3e832ba2833b14b9bbfb36ef5"}, - {file = "hypothesis-6.8.0.tar.gz", hash = "sha256:23c384d36dfc19b0e44d94698d707a66e679f7dc2fda4b242e88feebafa95d1f"}, + {file = "hypothesis-6.8.1-py3-none-any.whl", hash = "sha256:3b7d9f7e40e406b550d4fd26fef0ce3fad216f163a3400ab701329b865e25876"}, + {file = "hypothesis-6.8.1.tar.gz", hash = "sha256:2dd38676402d1c218225210cde0cf19f286352279f32631ac5c801f5d767bc94"}, ] identify = [ {file = "identify-2.1.0-py2.py3-none-any.whl", hash = "sha256:2a5fdf2f5319cc357eda2550bea713a404392495961022cf2462624ce62f0f46"}, diff --git a/pyproject.toml b/pyproject.toml index 369f3851..4efc5cb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ scipy = "^1.6.0" importlib-metadata = {version = ">=2,<4", python = "<=3.7"} [tool.poetry.dev-dependencies] -hypothesis = "^6.8.0" +hypothesis = "^6.8.1" pytest = "^6.2.2" pylint = "^2.6.2" flake8 = "^3.7.9"