From 69b6695223c4f66c0371d7fbcb65ffe5d3ba19b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:31:17 +0000 Subject: [PATCH] Bump ruff from 0.6.6 to 0.6.7 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.6 to 0.6.7. - [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.6...0.6.7) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/mdformat.txt | 2 +- requirements/ruff.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/mdformat.txt b/requirements/mdformat.txt index f9e55b98e..9d5aefca6 100644 --- a/requirements/mdformat.txt +++ b/requirements/mdformat.txt @@ -33,4 +33,4 @@ mdformat-toc == 0.3.0 # So waiting for the PR to be merged and a new release to be published. # mdformat-web > 0.1.0 mdformat-web @ git+https://github.com/kdeldycke/mdformat-web.git@fix-extra-html-tags -ruff == 0.6.6 \ No newline at end of file +ruff == 0.6.7 \ No newline at end of file diff --git a/requirements/ruff.txt b/requirements/ruff.txt index a312397e0..3904478d7 100644 --- a/requirements/ruff.txt +++ b/requirements/ruff.txt @@ -1 +1 @@ -ruff == 0.6.6 \ No newline at end of file +ruff == 0.6.7 \ No newline at end of file