From 73dd588e76032081abcb111fe562db49ec6a2d35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:33:32 +0000 Subject: [PATCH] chore(deps): bump ruff from 0.6.2 to 0.6.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.2 to 0.6.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.6.2...0.6.3) --- 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 9934980..84379f8 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.2 +ruff==0.6.3 # via peering-buddy (pyproject.toml) tomlkit==0.13.2 # via pylint