From e8629da48bed089539b9d88e3788b21e6fcc1b5d Mon Sep 17 00:00:00 2001 From: Vitaliy Kucheryaviy Date: Mon, 12 Aug 2024 15:19:15 +0300 Subject: [PATCH] latest ruff --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b87d11af..921f0f99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ test = [ "pytest-asyncio", "psycopg2-binary", "mypy==1.7.1", - "ruff==0.4.2", + "ruff==0.5.7", "django-stubs", ] doc = ["mkdocs", "mkdocs-material", "markdown-include", "mkdocstrings"]