Skip to content

Commit

Permalink
Merge pull request #614 from languitar/renovate/black-25.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency black to v25
  • Loading branch information
languitar authored Feb 18, 2025
2 parents 668aefd + 0b20f2a commit 8cdf654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-check.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ruff==0.9.6
black==24.10.0
black==25.1.0
isort==6.0.0
mypy==1.15.0
types-tzlocal
Expand Down
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


def config_section(
entries: Mapping[str, str] | None = None
entries: Mapping[str, str] | None = None,
) -> configparser.SectionProxy:
parser = configparser.ConfigParser()
section_name = "a_section"
Expand Down

0 comments on commit 8cdf654

Please sign in to comment.