diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c037b15..4ffb3e33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Auditor Docker container: Switch from fixed to latest Rust version ([@dirksammel](https://github.com/dirksammel)) - Dependencies: Update crate-ci/typos from 1.26.8 to 1.27.3 ([@dirksammel](https://github.com/dirksammel)) -- Dependencies: Update ruff from 0.7.1 to 0.7.2 ([@dirksammel](https://github.com/dirksammel)) +- Dependencies: Update ruff from 0.7.1 to 0.7.3 ([@dirksammel](https://github.com/dirksammel)) - Dependencies: Update sqlx from 0.7.4 to 0.8.2 (missed some occurrences) ([@dirksammel](https://github.com/dirksammel)) - Apel plugin: Update timestamp JSON atomically ([@maxfischer2781](https://github.com/maxfischer2781)) diff --git a/plugins/apel/pyproject.toml b/plugins/apel/pyproject.toml index b970f689..df994219 100644 --- a/plugins/apel/pyproject.toml +++ b/plugins/apel/pyproject.toml @@ -19,7 +19,7 @@ readme = "README.md" [project.optional-dependencies] style = [ "black==24.10.0", - "ruff==0.7.2", + "ruff==0.7.3", ] tests = [ "pytest==8.3.3",