Skip to content

Commit

Permalink
build(deps): bump black from 24.10.0 to 25.1.0 in /plugins/apel
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 24.10.0 to 25.1.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.10.0...25.1.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dirksammel committed Jan 30, 2025
1 parent 2ca4b3b commit 9018c51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Changed
- Dependencies: Update black from 24.10.0 to 25.1.0 ([@dirksammel](https://github.com/dirksammel))
- Docs: Correct and enhance HTCondor collector documentation (#1021) ([@rfvc](https://github.com/rfvc))
- HTCondor collector: Fix config check for entries which do not contain a `name` field (#1021) ([@rfvc](https://github.com/rfvc))
- Apel plugin: Improved error messages when fetching security tokens ([@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 @@ -18,7 +18,7 @@ readme = "README.md"

[project.optional-dependencies]
style = [
"black==24.10.0",
"black==25.1.0",
"ruff==0.9.3",
]
tests = [
Expand Down

0 comments on commit 9018c51

Please sign in to comment.