diff --git a/poetry.lock b/poetry.lock index ac97c255..c3f2529c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -257,7 +257,7 @@ gitdb = ">=4.0.1,<5" [[package]] name = "hypothesis" -version = "6.54.6" +version = "6.55.0" description = "A library for property-based testing" category = "dev" optional = false @@ -1024,7 +1024,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "4e62a4ceb84bce9bbfed9bf4696bd7eced5425198331a6710d42504f0d998d11" +content-hash = "be0e6e0446962085e8ffb33230e69e979a3103e61514d608f41304967bb7be7f" [metadata.files] alabaster = [ @@ -1185,8 +1185,8 @@ gitpython = [ {file = "GitPython-3.1.27.tar.gz", hash = "sha256:1c885ce809e8ba2d88a29befeb385fcea06338d3640712b59ca623c220bb5704"}, ] hypothesis = [ - {file = "hypothesis-6.54.6-py3-none-any.whl", hash = "sha256:e44833325f9a55f795596ceefd7ede7d626cfe45836025d2647cccaff7070e10"}, - {file = "hypothesis-6.54.6.tar.gz", hash = "sha256:2d5e2d5ccd0efce4e0968a6164f4e4853f808e33f4d91490c975c98beec0c7c3"}, + {file = "hypothesis-6.55.0-py3-none-any.whl", hash = "sha256:5692f801635942f1b58469af151c39ea5c0b7971e2c815f4bc162fa7ca439f2a"}, + {file = "hypothesis-6.55.0.tar.gz", hash = "sha256:3d60085ac34f5edf91538cf1496f8a248d05535ed67cb396babdf0621866e21a"}, ] identify = [ {file = "identify-2.5.5-py2.py3-none-any.whl", hash = "sha256:ef78c0d96098a3b5fe7720be4a97e73f439af7cf088ebf47b620aeaa10fadf97"}, diff --git a/pyproject.toml b/pyproject.toml index 58385a1a..0a13e41c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ pre-commit = "^2.20.0" pydocstyle = "^6.1.1" pylint = "^2.15.3" pytest = "^7.1.3" -hypothesis = "^6.54.6" +hypothesis = "^6.55.0" pyupgrade = "^2.38.2" safety = "^2.2.0" pytest-html = "^3.1.1"