diff --git a/poetry.lock b/poetry.lock index 82e4f1dfa..4c43810dd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -999,13 +999,13 @@ socks = ["socksio (==1.*)"] [[package]] name = "hypothesis" -version = "6.97.4" +version = "6.98.1" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.97.4-py3-none-any.whl", hash = "sha256:9069fe3fb18d9b7dd218bd69ab50bbc66426819dfac7cc7168ba85034d98a4df"}, - {file = "hypothesis-6.97.4.tar.gz", hash = "sha256:28ff724fa81ccc55f64f0f1eb06e4a75db6a195fe0857e9b3184cf4ff613a103"}, + {file = "hypothesis-6.98.1-py3-none-any.whl", hash = "sha256:84c241a2df1fc3c08c24d179990e204e6b8ba03ddd3604a4341d3d02de4cb550"}, + {file = "hypothesis-6.98.1.tar.gz", hash = "sha256:0a0f227b3dd095e2240a90569afc05965f6feffc0f036d3bc7adc4d460c80817"}, ] [package.dependencies] @@ -2676,4 +2676,4 @@ compatible-mypy = ["mypy"] [metadata] lock-version = "2.0" python-versions = ">= 3.8.1,<4.0" -content-hash = "5a268298f84452d98848dccb4f6d78641b2d0b29a7aeac55876eee1474fbcc3d" +content-hash = "724ddae2b3d2dd98d65fe6754bf5a9c87a8d1e6e73b7e60630239d193bffca09" diff --git a/pyproject.toml b/pyproject.toml index ad57c9a28..954d4a8d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ pytest-cov = "^4.1" pytest-randomly = "^3.12" pytest-mypy-plugins = "^3.0" pytest-subtests = "^0.11" -hypothesis = "^6.97" +hypothesis = "^6.98" sphinx = "^5.2" sphinx-autodoc-typehints = "^1.23"