diff --git a/poetry.lock b/poetry.lock index fcea8dd..2e14e49 100644 --- a/poetry.lock +++ b/poetry.lock @@ -510,13 +510,13 @@ numpy = ">=1.9.3" [[package]] name = "hypothesis" -version = "6.82.2" +version = "6.82.6" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.82.2-py3-none-any.whl", hash = "sha256:b62b8736fdaece14fc0a54bccfa3da341c6f44a857128c9a1774faf63956279a"}, - {file = "hypothesis-6.82.2.tar.gz", hash = "sha256:0b11df224102bef9441ebd91537b61f416d21ee0c7bdb1da49d903d6d4bfc063"}, + {file = "hypothesis-6.82.6-py3-none-any.whl", hash = "sha256:e99c445140e43f1cceda07b569f2f2d920d95435c6b0e6b507b35b01bb025e9d"}, + {file = "hypothesis-6.82.6.tar.gz", hash = "sha256:f52ac4180a16208224e3d648fbf0fef8b9ca24863ba4b41bfef30a78c42646bd"}, ] [package.dependencies] @@ -1605,4 +1605,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "312c5ad05d6057e94c1637d27c427eaf50f3332f21094930e4ca2582db3c129d" +content-hash = "bed58db4e3a4a9607135f22be877210c69035e5311ba4cb27f1edc5370600fd1" diff --git a/pyproject.toml b/pyproject.toml index 377a7b4..0b7ea58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ arctic3d-restraints = "arctic3d.cli_restraints:maincli" pytest = "^7.4.0" pytest-cov = "^4.1.0" coverage = "^7.2.7" -hypothesis = "^6.82.2" +hypothesis = "^6.82.6" [tool.black] line-length = 79