From 4bc7d2114141f7a0a634882a1eb51b79feb3e83e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:26:35 +0000 Subject: [PATCH] Update ruff requirement from ~=0.6 to ~=0.7 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.6.0...0.7.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index b5ee3f7..bbf0c96 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.6 +ruff~=0.7 mkdocs-material==9.5.40 mkdocstrings[python]==0.26.2