diff --git a/poetry.lock b/poetry.lock index 7aed1a1..11fd45e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -471,13 +471,13 @@ scipy = "*" [[package]] name = "hypothesis" -version = "6.87.1" +version = "6.91.0" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.87.1-py3-none-any.whl", hash = "sha256:6b03e774d7ddddc29810e58ba4c41b5c9a894427aaf336e6400c560655a7449b"}, - {file = "hypothesis-6.87.1.tar.gz", hash = "sha256:13615a8f7fa27d102c43ab2f92eaef519988700f3ca8129bc6340d36dec372dd"}, + {file = "hypothesis-6.91.0-py3-none-any.whl", hash = "sha256:316e06d6f7d5f8ab87bcc7417fca750a2b082ed3ce902b979816b413276680b3"}, + {file = "hypothesis-6.91.0.tar.gz", hash = "sha256:a9f61a2bcfc342febcc1d04b80a99e789c57b700f91cbd43bbdb5d651af385cd"}, ] [package.dependencies] @@ -1535,4 +1535,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "b34e9272b3da6c82d9514358cae7a8f302c3578b826c226b45f3c99a20e7755e" +content-hash = "3d3a617520e31839e5a121e6106478407358024ffcb40783c68886fddda9bced" diff --git a/pyproject.toml b/pyproject.toml index f766e67..6c95496 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ arctic3d-restraints = "arctic3d.cli_restraints:maincli" pytest = "^7.4.3" pytest-cov = "^4.1.0" coverage = "^7.3.2" -hypothesis = "^6.87.1" +hypothesis = "^6.91.0" [tool.black] line-length = 79