From 5c0f5184086dd4164acf9d1e0bac83ec81740c1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:50:40 +0000 Subject: [PATCH] build: bump ruff from 0.4.7 to 0.4.8 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.7 to 0.4.8. - [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.4.7...v0.4.8) --- 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 9ccc1c68..723930c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -185,7 +185,7 @@ requests==2.32.3 # via # pygithub # sphinx -ruff==0.4.7 +ruff==0.4.8 # via rocm-docs-core (pyproject.toml) six==1.16.0 # via python-dateutil