Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Update black requirement from ^22.1 to ^23.1 #172

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requests = "^2.26.0"
pytest = "^7.0.1"
pytest-cov = "^4.0.0"
codecov = "^2.1.12"
black = "^22.1"
black = "^23.1"
isort = "^5.9.3"
mypy = "^0.991"
Sphinx = "^5.3.0"
Expand Down