From 12d914fdf090bff0d4b81375b731cb3946d1ecf4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:44:56 +0000 Subject: [PATCH] chore(deps): update dependency ruff to ^0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 537fab89..03efc688 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ experimental = ["cognite-sdk-experimental"] [tool.poetry.group.dev.dependencies] mypy = "1.8.0" -ruff = "^0.1.0" +ruff = "^0.2.0" pytest = "^8.0.0" pytest-cov = "^4.0.0" sphinx = "^7.0.0"