From f28d3484b3e44439c4cd748ac9f046bb1f37a920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:30:01 +0000 Subject: [PATCH] chore(deps): bump ruff from 0.7.4 to 0.8.0 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.4 to 0.8.0. - [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.4...0.8.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 6cff11b02c96..612b3750238a 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -202,7 +202,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.7.4 +ruff==0.8.0 # via cryptography (pyproject.toml) six==1.16.0 ; python_full_version < '3.8' # via bleach