diff --git a/poetry.lock b/poetry.lock index 1f19f728af73..0f2278ba0b5e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3232,4 +3232,4 @@ upnp = ["miniupnpc"] [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.13" -content-hash = "7efbd562a994d234c37d399f6c69992629cc0d7e75d3ec07afcb7d097354f295" +content-hash = "cfe9c9858ea6cbcca92bf3cab6c6b50c3821dcdc5c89792e3f701629095848e0" diff --git a/pyproject.toml b/pyproject.toml index a0789f607df1..991ea2237fec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ miniupnpc = { version = ">=2.2.2", source = "chia", optional = true } # numpy = [ # {version="<=1.24.4", python = "<3.9", optional = true}, # {version=">=1.26.4", python = ">=3.9", optional = true}] -ruff = { version = "0.8.1", optional = true } +ruff = { version = ">=0.8.1", optional = true } [tool.poetry.extras]