From cd76a9d2c1448848c4453d2c2322b605ca9350f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 17:05:37 +0000 Subject: [PATCH] build(deps): Bump ruff from 0.1.3 to 0.1.9 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.3 to 0.1.9. - [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.3...v0.1.9) --- 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 a12c753..528033c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -102,7 +102,7 @@ questionary==2.0.1 # via commitizen rich==13.6.0 # via rocm-docs-spellcheck (pyproject.toml) -ruff==0.1.3 +ruff==0.1.9 # via rocm-docs-spellcheck (pyproject.toml) six==1.16.0 # via html5lib