From 4680a039baed612040a1cc7a1f9f20335c987434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 04:10:50 +0000 Subject: [PATCH] Bump ruff from 0.5.0 to 0.6.1 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.0 to 0.6.1. - [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.0...0.6.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 6bbd0bc1a..cbda9ec8d 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ pip pytest-runner==5.3.2 pytest==8.2.2 recommonmark==0.7.1 -ruff==0.5.0 +ruff==0.6.1 Sphinx==7.3.7; python_version > '3.8' twine==5.0.0 types-Jinja2==2.11.9