From 11718ccd1cb8560145928952ac4cf4500b93039f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:00:46 +0000 Subject: [PATCH] chore(deps): update dependency ruff to ^0.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92e2aaa3..e4cb298a 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.1.0" pytest = "^7.0.0" pytest-cov = "^4.0.0" sphinx = "^7.0.0"