From c6b2b1b651380639e30ae7f0f0311a82489fd683 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 06:31:22 +0000 Subject: [PATCH] chore(deps): update dependency ruff to ^0.0.289 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 838a7574..baaf0e95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ experimental = ["cognite-sdk-experimental"] [tool.poetry.group.dev.dependencies] black = "23.9.1" mypy = "1.5.1" -ruff = "^0.0.286" +ruff = "^0.0.289" pytest = "^7.0.0" pytest-cov = "^4.0.0" sphinx = "^7.0.0"