From 609ca8135334af557375b1dbe1ef4c124b504e93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 08:29:30 +0000 Subject: [PATCH] Bump(requirements): Bump ruff in /ansible_collections/arista/avd Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.6 to 0.7.3. - [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.6...0.7.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ansible_collections/arista/avd/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible_collections/arista/avd/requirements-dev.txt b/ansible_collections/arista/avd/requirements-dev.txt index 97d983386d3..bf5bd0d21bd 100644 --- a/ansible_collections/arista/avd/requirements-dev.txt +++ b/ansible_collections/arista/avd/requirements-dev.txt @@ -22,7 +22,7 @@ pylint>=3.2.6 pre-commit>=3.2.0 pre-commit-hooks>=3.3.0 referencing>=0.35.0 -ruff==0.5.6 +ruff==0.7.3 tox treelib>=1.5.5 twine