From 30aff1164a36ecb5b07375c79bb5b2b8b0b022a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 22:17:30 -0700 Subject: [PATCH] Bump ruff-api from 0.0.6 to 0.0.8 (#228) Bumps [ruff-api](https://github.com/amyreese/ruff-api) from 0.0.6 to 0.0.8. - [Changelog](https://github.com/amyreese/ruff-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/amyreese/ruff-api/compare/v0.0.6...v0.0.8) --- updated-dependencies: - dependency-name: ruff-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 20af165..33950fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dev = [ "flake8==7.1.1", "mypy==1.11.1", "pygls==1.3.1", - "ruff-api==0.0.6", + "ruff-api==0.0.8", "usort==1.0.8.post1", ] docs = [