From d6b60912bed73da17ca748cf52543a86abe43c26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 09:00:13 +0100 Subject: [PATCH] Update ruff requirement from ~=0.7 to ~=0.8 (#21) --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index ccdc6c7..14df2e4 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ mypy pydantic pre-commit>=3.6.1 python-dotenv>=1.0.1 -ruff~=0.7 +ruff~=0.8 mkdocs-material==9.5.46 mkdocstrings[python]==0.27.0