From fdb3612379c861d4f340d447178b600f53f1e0d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 18:29:05 +0000 Subject: [PATCH] chore(deps-dev): bump ruff from 0.0.287 to 0.0.288 in /requirements Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.287 to 0.0.288. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.287...v0.0.288) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index b13cce261..5cc24e876 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -13,4 +13,4 @@ pyelftools~=0.29 # Used to verify the generated Go binary architecture in integr # formatter black==22.6.0; python_version < "3.8" black==23.7.0; python_version >= "3.8" -ruff==0.0.287 \ No newline at end of file +ruff==0.0.288 \ No newline at end of file