From 9baa11436643bd1602781ad8219947ba7d318a3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 01:16:49 +0000 Subject: [PATCH] build(deps-dev): bump ruff from 0.0.286 to 0.0.287 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.286 to 0.0.287. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.286...v0.0.287) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 035fad82..afef9c1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ issues = "https://github.com/tianocore/edk2-pytool-library/issues/" [project.optional-dependencies] dev = [ - "ruff == 0.0.286", + "ruff == 0.0.287", "pytest == 7.4.0", "coverage == 7.3.0", "pre-commit == 3.3.3",