From e574f592e41e902a6c8b8a7f67e5b4695540b74d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:55:58 +0000 Subject: [PATCH] Bump ruff from 0.5.1 to 0.5.4 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.1 to 0.5.4. - [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.5.1...0.5.4) --- 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 d0da8f1..9cde955 100644 --- a/requirements.txt +++ b/requirements.txt @@ -105,7 +105,7 @@ ruamel-yaml==0.17.40 # via semgrep ruamel-yaml-clib==0.2.8 # via ruamel-yaml -ruff==0.5.1 +ruff==0.5.4 # via silence-lint-error (setup.cfg) semgrep==1.79.0 # via silence-lint-error (setup.cfg)