Skip to content

Commit

Permalink
chore(deps): bump black from 23.12.1 to 24.1.0 (#598)
Browse files Browse the repository at this point in the history
* chore(deps): bump black from 23.12.1 to 24.1.0

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

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

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

* chore: reformat files

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lucas <[email protected]>
  • Loading branch information
dependabot[bot] and hairmare authored Jan 26, 2024
1 parent 067fcf2 commit fe4ca87
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 25 deletions.
1 change: 1 addition & 0 deletions nowplaying/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
You can run it via `python3 -mnowplaying` or after installation using the
`nowplaying` command.
"""

from .main import NowPlaying


Expand Down
1 change: 1 addition & 0 deletions nowplaying/misc/saemubox.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
This file has a bunch of untested ignored branches.
"""

import logging
import logging.handlers
import select
Expand Down
48 changes: 24 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ opentelemetry-exporter-otlp = "^1.18.0"
opentelemetry-sdk = "^1.18.0"

[tool.poetry.group.dev.dependencies]
black = "^23.1.0"
black = ">=23.1,<25.0"
isort = "^5.12.0"
pydocstyle = "^6.1.1"
pytest = "^7.2.3"
Expand Down
1 change: 1 addition & 0 deletions tests/test_track_observer_smc_ftp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for :class:`SmcFtpTrackObserver`."""

from unittest.mock import ANY, Mock, call, patch

from nowplaying.track.observers.smc_ftp import SmcFtpTrackObserver
Expand Down

0 comments on commit fe4ca87

Please sign in to comment.