Skip to content

Commit

Permalink
OPT: Update dependency black to v23 ⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and eigenein committed Aug 21, 2023
1 parent 3b3c18d commit ecf5433
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 18 deletions.
43 changes: 27 additions & 16 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ zeep = ["zeep"]
optional = true

[tool.poetry.group.dev.dependencies]
black = "22.12.0"
black = "23.7.0"
mypy = "1.5.1"
pytest = "7.4.0"
pytest-cov = "4.1.0"
Expand All @@ -153,7 +153,7 @@ cairosvg = "2.7.1"
mkdocs-git-revision-date-localized-plugin = "1.2.0"
mkdocstrings = { version = "0.22.0", extras = ["python"] }
mkdocs-autorefs = "0.5.0"
black = "22.12.0"
black = "23.7.0"

[tool.poetry-dynamic-versioning]
enable = true
Expand Down

0 comments on commit ecf5433

Please sign in to comment.