Skip to content

Commit

Permalink
build(deps): bump ruff from 0.8.4 to 0.8.6 in /plugins/apel
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.4 to 0.8.6.
- [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.8.4...0.8.6)

---
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 Jan 8, 2025
1 parent 641bb4f commit 8522e02
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 @@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dependencies: Update pydantic from 2.9.2 to 2.10.4 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update pyo3 from 0.20.3 to 0.22.5 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update pytest from 8.3.3 to 8.3.4 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update ruff from 0.7.1 to 0.8.4 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update ruff from 0.7.1 to 0.8.6 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update setuptools from 75.3.0 to 75.7.0 ([@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))
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==24.10.0",
"ruff==0.8.4",
"ruff==0.8.6",
]
tests = [
"pytest==8.3.4",
Expand Down

0 comments on commit 8522e02

Please sign in to comment.