Skip to content

Commit

Permalink
build(deps-dev): update black requirement from ~22 to ~23 (#62)
Browse files Browse the repository at this point in the history
Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@22.1.0...23.10.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent edc1d32 commit 57e023f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ orjson = ["orjson"]
all = ["zeep", "ipython", "orjson"]

[tool.poetry.dev-dependencies]
black = "~22"
black = "~23"
flake8 = "~5"
isort = "~5"
mkdocs-material = "~8"
Expand Down

0 comments on commit 57e023f

Please sign in to comment.