From a5c338c5ef8f85e07ede01225aa585da177ab210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:09:43 +0000 Subject: [PATCH] build: bump ruff from 0.7.2 to 0.7.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.2 to 0.7.3. - [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.7.2...0.7.3) --- 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 952f375b..47073793 100644 --- a/requirements.txt +++ b/requirements.txt @@ -187,7 +187,7 @@ requests==2.32.3 # via # pygithub # sphinx -ruff==0.7.2 +ruff==0.7.3 # via rocm-docs-core (pyproject.toml) six==1.16.0 # via python-dateutil