From 1c9d9274382aeeef9691f0b4fd1e7d16c8486e6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 23:01:46 +0000 Subject: [PATCH] Bump ruff from 0.6.3 to 0.6.4 in the production-dependencies group Bumps the production-dependencies group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.6.3 to 0.6.4 - [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.3...0.6.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 78c653c..17d087e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ scripts = [ ] lint = [ "black==24.8.0", - "ruff==0.6.3", + "ruff==0.6.4", ] check = [ "pyright==1.1.379",