From fa8edae40c5b0eb03c27cb8bf12ae68e690c1d5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 08:31:38 -0500 Subject: [PATCH] chore(deps): bump ruff from 0.9.1 to 0.9.2 (#12303) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.1 to 0.9.2. - [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.9.1...0.9.2) --- 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 518e022be..18b3e6733 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -204,7 +204,7 @@ requests==2.32.3 ; python_full_version >= '3.8' # via # sphinx # sphinxcontrib-spelling -ruff==0.9.1 +ruff==0.9.2 # via cryptography (pyproject.toml) six==1.17.0 ; python_full_version < '3.8' # via bleach