From 3c63e1208194867504a7e4183b555bb04fb63620 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:45:26 +0000 Subject: [PATCH] chore(deps): update dependency ruff to >=0.7.1,<0.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8d4cc15..693f59e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ typer = "^0.12.0" [tool.poetry.group.dev.dependencies] nuitka = ">=1.8.5,<3.0.0" pyinstaller = { python = ">=3.10,<3.13", version = "^6.1.0" } -ruff = ">=0.6.0,<0.7.0" +ruff = ">=0.7.1,<0.8.0" typer-cli = { git = "https://github.com/Patarimi/typer-cli.git" } [tool.poetry.scripts]