Skip to content

Commit

Permalink
Bump black from 23.12.1 to 24.2.0 (#64)
Browse files Browse the repository at this point in the history
* Bump black from 23.12.1 to 24.2.0

Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.2.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...24.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Run black

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Hjelmare <[email protected]>
  • Loading branch information
dependabot[bot] and MartinHjelmare authored Mar 5, 2024
1 parent daf09a3 commit 63b3d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions aioeagle/hub.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""EAGLE-200 hub."""

from __future__ import annotations

import asyncio
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
flake8==7.0.0
black==23.12.1
black==24.2.0

0 comments on commit 63b3d35

Please sign in to comment.