From 9f2e967b487b14aded05dc74672f6457e77eab83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 23:37:22 +0000 Subject: [PATCH] build(deps): bump ruff from 0.9.6 to 0.9.7 in /plugins/apel Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.6 to 0.9.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.9.6...0.9.7) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- CHANGELOG.md | 2 +- plugins/apel/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34284a5f..2e6e52e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Dependencies: Update once_cell from 1.20.2 to 1.20.3 ([@dirksammel](https://github.com/dirksammel)) - Dependencies: Update pyo3 from 0.22.5 to 0.23.4 ([@dirksammel](https://github.com/dirksammel)) - Dependencies: Update pyo3-async-runtimes from 0.22.0 to 0.23.0 ([@dirksammel](https://github.com/dirksammel)) -- Dependencies: Update ruff from 0.9.3 to 0.9.6 ([@dirksammel](https://github.com/dirksammel)) +- Dependencies: Update ruff from 0.9.3 to 0.9.7 ([@dirksammel](https://github.com/dirksammel)) - Dependencies: Update rustls from 0.23.21 to 0.23.23 ([@dirksammel](https://github.com/dirksammel)) - Dependencies: Update serde-aux from 4.5.0 to 4.6.0 ([@dirksammel](https://github.com/dirksammel)) - Dependencies: Update serde_json from 1.0.137 to 1.0.138 ([@dirksammel](https://github.com/dirksammel)) diff --git a/plugins/apel/pyproject.toml b/plugins/apel/pyproject.toml index e4baf0ff..d69c8010 100644 --- a/plugins/apel/pyproject.toml +++ b/plugins/apel/pyproject.toml @@ -19,7 +19,7 @@ readme = "README.md" [project.optional-dependencies] style = [ "black==25.1.0", - "ruff==0.9.6", + "ruff==0.9.7", ] tests = [ "pytest==8.3.4",