Skip to content

Commit

Permalink
build(deps): bump ruff from 0.9.6 to 0.9.7 in /plugins/apel
Browse files Browse the repository at this point in the history
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](astral-sh/ruff@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dirksammel committed Feb 22, 2025
1 parent 50cce4c commit 9f2e967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion plugins/apel/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9f2e967

Please sign in to comment.