From dfac0d36a7e6a2412d9d85de4713e3fe7fb13da6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 16:38:03 +0000 Subject: [PATCH] Bump ruff from 0.6.8 to 0.6.9 (#11701) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.8 to 0.6.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/0.6.8...0.6.9) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ci-constraints-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-constraints-requirements.txt b/ci-constraints-requirements.txt index be0a3784d2ac..c088e531703c 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -188,7 +188,7 @@ requests==2.31.0 ; python_full_version < '3.8' # via sphinx requests==2.32.3 ; python_full_version >= '3.8' # via sphinx -ruff==0.6.8 +ruff==0.6.9 # via cryptography (pyproject.toml) six==1.16.0 ; python_full_version < '3.8' # via bleach