From 90f0c04fdabad64b26b6f2812805d739e9f26792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:37:44 +0000 Subject: [PATCH] build(deps): bump ruff from 0.1.6 to 0.1.7 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.6 to 0.1.7. - [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/v0.1.6...v0.1.7) --- 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 981efadf..b3a6bcd5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -192,7 +192,7 @@ requests==2.31.0 # via # pygithub # sphinx -ruff==0.1.6 +ruff==0.1.7 # via rocm-docs-core (pyproject.toml) six==1.16.0 # via python-dateutil