From 4f1e9895bb7b0a6c7f248d26036f553a173dd07d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 18:27:41 +0000 Subject: [PATCH] chore(deps): update dependency ruff to ^0.0.292 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92e2aaa3..6ba42bcb 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.292" pytest = "^7.0.0" pytest-cov = "^4.0.0" sphinx = "^7.0.0"