From e4930fa1cd0f16f047beab8e2926893bb9251fc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 23:28:08 +0000 Subject: [PATCH] chore(deps): update dependency ruff to ^0.0.290 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92e2aaa3..8edece0e 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.289" +ruff = "^0.0.290" pytest = "^7.0.0" pytest-cov = "^4.0.0" sphinx = "^7.0.0"