From 2578464904125d01e2dfad7cb89aae780aaab047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 16:41:03 +0000 Subject: [PATCH] build: bump ruff from 0.6.5 to 0.6.6 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.5 to 0.6.6. - [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.5...0.6.6) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f8c3cf17..d73edce1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -187,7 +187,7 @@ requests==2.32.3 # via # pygithub # sphinx -ruff==0.6.5 +ruff==0.6.6 # via rocm-docs-core (pyproject.toml) six==1.16.0 # via python-dateutil