From 44620d8e6dfc2526400dad23b2b91c97890d2e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:21:32 +0000 Subject: [PATCH] chore(deps): bump ruff from 0.6.5 to 0.6.8 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.5 to 0.6.8. - [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.6.5...0.6.8) --- 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 b0327c2..8e642f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ pyyaml==6.0.2 # via yamllint requests==2.32.3 # via peering-buddy (pyproject.toml) -ruff==0.6.5 +ruff==0.6.8 # via peering-buddy (pyproject.toml) tomlkit==0.13.2 # via pylint