Skip to content

Commit

Permalink
ci: downgrade black (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
FoSix authored Dec 14, 2023
1 parent 31e933d commit 427fa82
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 @@ -27,7 +27,7 @@ pyopenssl = "^23.2"
[tool.poetry.group.dev.dependencies]
pydoc-markdown = "^4.6"
flake8 = "^5"
black = "^23.3"
black = "23.11"
bandit = "^1.7"
flake8-pyproject = "^1.2"
pytest = "^7.2.1"
Expand Down

0 comments on commit 427fa82

Please sign in to comment.