diff --git a/poetry.lock b/poetry.lock index f0ce015..7c504b1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -471,17 +471,17 @@ scipy = "*" [[package]] name = "hypothesis" -version = "6.91.0" +version = "6.92.2" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.91.0-py3-none-any.whl", hash = "sha256:316e06d6f7d5f8ab87bcc7417fca750a2b082ed3ce902b979816b413276680b3"}, - {file = "hypothesis-6.91.0.tar.gz", hash = "sha256:a9f61a2bcfc342febcc1d04b80a99e789c57b700f91cbd43bbdb5d651af385cd"}, + {file = "hypothesis-6.92.2-py3-none-any.whl", hash = "sha256:d335044492acb03fa1fdb4edacb81cca2e578049fc7306345bc0e8947fef15a9"}, + {file = "hypothesis-6.92.2.tar.gz", hash = "sha256:841f89a486c43bdab55698de8929bd2635639ec20bf6ce98ccd75622d7ee6d41"}, ] [package.dependencies] -attrs = ">=19.2.0" +attrs = ">=22.2.0" exceptiongroup = {version = ">=1.0.0", markers = "python_version < \"3.11\""} sortedcontainers = ">=2.1.0,<3.0.0" @@ -1531,4 +1531,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "fa29a9015489f45f853bc11a465d193cc88681c815de834b892270b9efcfb109" +content-hash = "a56a9f335e5ff607e45045d46ebf24a6c3da13f9d479e3a0d5d319880ec247c0" diff --git a/pyproject.toml b/pyproject.toml index 41a56d0..f91ba02 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.91.0" +hypothesis = "^6.92.2" [tool.black] line-length = 79