Skip to content

Commit

Permalink
chore(deps): bump black from 23.12.1 to 24.1.0 (#399)
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] <support@github.com>

* chore: reformat files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lucas <hairmare@rabe.ch>
  • Loading branch information
dependabot[bot] and hairmare authored Jan 26, 2024
1 parent 8d6cda0 commit 602c70e
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 25 deletions.
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 @@ -25,7 +25,7 @@ tqdm = "^4.65.0"
Babel = "^2.12.1"

[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
black = ">=23.3,<25.0"
flake8 = ">=6,<8"
flake8-debugger = "^4.1.2"
flake8-docstrings = "^1.7.0"
Expand Down
1 change: 1 addition & 0 deletions suisa_sendemeldung/acrclient.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""module containing the ACRCloud client."""

from datetime import date, datetime, timedelta

import pytz
Expand Down
1 change: 1 addition & 0 deletions tests/test_acrclient.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for the ACR client module."""

from datetime import date

import requests_mock
Expand Down
1 change: 1 addition & 0 deletions tests/test_suisa_sendemeldung.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test the suisa_sendemeldung.suisa_sendemeldung module."""

from datetime import date, datetime, timezone
from email.message import Message
from io import BytesIO
Expand Down

0 comments on commit 602c70e

Please sign in to comment.