From af8269484046f53aab9a5599002b77f291a06ff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 11:57:40 -0700 Subject: [PATCH] build(deps-dev): bump ruff from 0.0.286 to 0.0.290 (#410) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.286 to 0.0.290. - [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.290) --- updated-dependencies: - dependency-name: ruff 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 931201e0..799e16df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ issues = "https://github.com/tianocore/edk2-pytool-library/issues/" [project.optional-dependencies] dev = [ - "ruff == 0.0.286", + "ruff == 0.0.290", "pytest == 7.4.0", "coverage == 7.3.0", "pre-commit == 3.3.3",