diff --git a/poetry.lock b/poetry.lock index 3279ecb..c8bb63a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1739,14 +1739,14 @@ typing = ["types-PyYAML", "types-requests", "types-simplejson", "types-toml", "t [[package]] name = "hypothesis" -version = "6.152.9" +version = "6.155.2" description = "The property-based testing library for Python" optional = false python-versions = ">=3.10" groups = ["test"] files = [ - {file = "hypothesis-6.152.9-py3-none-any.whl", hash = "sha256:9c4fdccb1eac0b12ec740c12290d0e6a0bea3526a3f0bf812b7643bb563c2d8b"}, - {file = "hypothesis-6.152.9.tar.gz", hash = "sha256:de4711d69ce3a18009047c3b44882810fd0c0348c1558e920a4b0d2c45f59e1e"}, + {file = "hypothesis-6.155.2-py3-none-any.whl", hash = "sha256:c85ce6dcd630a90ce501f1d1dd1bc84b97f5649ca8a27e134c8cbf5aa480b1a5"}, + {file = "hypothesis-6.155.2.tar.gz", hash = "sha256:ae36880287c9c5defe9f199d3d2b67d9947a4da2a46e6c57373cbdf2345b20e1"}, ] [package.dependencies] @@ -1754,10 +1754,10 @@ exceptiongroup = {version = ">=1.0.0", markers = "python_version < \"3.11\""} sortedcontainers = ">=2.1.0,<3.0.0" [package.extras] -all = ["black (>=20.8b0)", "click (>=7.0)", "crosshair-tool (>=0.0.104)", "django (>=5.2)", "dpcontracts (>=0.4)", "hypothesis-crosshair (>=0.0.28)", "lark (>=0.10.1)", "libcst (>=0.3.16)", "numpy (>=1.21.6)", "pandas (>=1.1)", "pytest (>=4.6)", "python-dateutil (>=1.4)", "pytz (>=2014.1)", "redis (>=3.0.0)", "rich (>=9.0.0)", "tzdata (>=2026.2) ; sys_platform == \"win32\" or sys_platform == \"emscripten\"", "watchdog (>=4.0.0)"] +all = ["black (>=20.8b0)", "click (>=7.0)", "crosshair-tool (>=0.0.106)", "django (>=5.2)", "dpcontracts (>=0.4)", "hypothesis-crosshair (>=0.0.28)", "lark (>=0.10.1)", "libcst (>=0.3.16)", "numpy (>=1.21.6)", "pandas (>=1.1)", "pytest (>=4.6)", "python-dateutil (>=1.4)", "pytz (>=2014.1)", "redis (>=3.0.0)", "rich (>=9.0.0)", "tzdata (>=2026.2) ; sys_platform == \"win32\" or sys_platform == \"emscripten\"", "watchdog (>=4.0.0)"] cli = ["black (>=20.8b0)", "click (>=7.0)", "rich (>=9.0.0)"] codemods = ["libcst (>=0.3.16)"] -crosshair = ["crosshair-tool (>=0.0.104)", "hypothesis-crosshair (>=0.0.28)"] +crosshair = ["crosshair-tool (>=0.0.106)", "hypothesis-crosshair (>=0.0.28)"] dateutil = ["python-dateutil (>=1.4)"] django = ["django (>=5.2)"] dpcontracts = ["dpcontracts (>=0.4)"] @@ -6254,4 +6254,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.12" -content-hash = "fca7cb9b188bc8cba34b83342cccc957bf3ac820126712966621968ccb095d00" +content-hash = "fd8745526a197e4be4ede3f786d88cbd2b4448adeb2cecd3e54e125e03fea9f0" diff --git a/pyproject.toml b/pyproject.toml index 7aad7ae..919f6ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ xenon = "0.9.3" # code metrics (machine) pytest = "9.0.3" # unit testing pytest-cov = "7.1.0" # wrapper for coverage pytest-mock = "3.15.1" # mock library for pytest -hypothesis = "6.152.9" # property based testing +hypothesis = "6.155.2" # property based testing [tool.isort] profile = "black"