Skip to content

Commit

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

Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.1.1.
- [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.1.1)

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

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

* Reformat for black 24.1.1

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Agner <[email protected]>
  • Loading branch information
dependabot[bot] and agners authored Feb 9, 2024
1 parent b020946 commit 66fa58f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyprusalink/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Prusalink API."""

from __future__ import annotations

from httpx import AsyncClient
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
isort==5.13.2
black==23.12.1
black==24.1.1
flake8==7.0.0

0 comments on commit 66fa58f

Please sign in to comment.