From 1fbe7a3e5795dd49a5c45aad2b44bfeeb8865f2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 14:44:17 +0000 Subject: [PATCH] Bump ruff from 0.6.3 to 0.7.0 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.3 to 0.7.0. - [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.3...0.7.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 7f84485..455fbac 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,4 +1,4 @@ -ruff==0.6.3 +ruff==0.7.0 pyright==1.1.369 nox==2024.4.15 typing_extensions==4.12.2