Skip to content

Commit

Permalink
chore(deps-dev): bump black from 23.12.1 to 24.1.0 (#174)
Browse files Browse the repository at this point in the history
* chore(deps-dev): 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 ebc1e34 commit dd4f2c6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Stores daily data from ACRCloud's broadcast monitoring service in ownCloud.
"""

import json
import os
from datetime import datetime, timedelta
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 @@ -21,7 +21,7 @@ minio = "^7.2.3"
cachecontrol = "^0.13.1"

[tool.poetry.group.dev.dependencies]
black = "^23.12.1"
black = "^24.1.0"
pytest = "^7.4.4"
ruff = "^0.1.14"
mypy = "^1.8.0"
Expand Down

0 comments on commit dd4f2c6

Please sign in to comment.