Skip to content

Commit 59e9e8e

Browse files
Bump black from 24.10.0 to 25.1.0 (#1519)
* Bump black from 24.10.0 to 25.1.0 Bumps [black](https://github.com/psf/black) from 24.10.0 to 25.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.10.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Reformat black --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mick Vleeshouwer <[email protected]>
1 parent 0a05efa commit 59e9e8e

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

poetry.lock

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyoverkiz/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Python wrapper for the OverKiz API """
1+
"""Python wrapper for the OverKiz API"""
22

33
from __future__ import annotations
44

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tox = "^4.17.1"
2727
pytest = "^8.3.2"
2828
pytest-cov = ">=5,<7"
2929
pre-commit = ">=3.8,<5.0"
30-
black = "^24.8.0"
30+
black = ">=24.8,<26.0"
3131
pylint = "^3.2.6"
3232
isort = ">=5.13.2,<7.0.0"
3333
mypy = "^1.11.1"

0 commit comments

Comments
 (0)