From 061342417bc42f79b4ecabcd058dc2c340f602f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:27:34 +0100 Subject: [PATCH] chore(deps): update dependency ruff to v0.6.3 (#1015) --- pipelines/requirements/deps/ruff.txt | 2 +- tests/test_generation/test_prisma_cleanup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/requirements/deps/ruff.txt b/pipelines/requirements/deps/ruff.txt index 3af089ab0..bf1318e80 100644 --- a/pipelines/requirements/deps/ruff.txt +++ b/pipelines/requirements/deps/ruff.txt @@ -1 +1 @@ -ruff==0.5.7 +ruff==0.6.3 diff --git a/tests/test_generation/test_prisma_cleanup.py b/tests/test_generation/test_prisma_cleanup.py index 6ce27f3ce..55ba94004 100644 --- a/tests/test_generation/test_prisma_cleanup.py +++ b/tests/test_generation/test_prisma_cleanup.py @@ -2,8 +2,8 @@ import subprocess import pytest -from prisma_cleanup import cleanup +from prisma_cleanup import cleanup from prisma.generator import BASE_PACKAGE_DIR from prisma.generator.utils import copy_tree