Update black to stable release

Update transient dependencies to fix security errors
This commit is contained in:
2022-09-07 14:30:58 -04:00
parent c6cab6ce2d
commit ef8800059f
2 changed files with 100 additions and 141 deletions

View File

@@ -33,7 +33,7 @@ peewee = "^3.14.8"
[tool.poetry.dev-dependencies]
bandit = "^1.7.1"
black = {version = "^21.11b1", python = "^3.7"}
black = {version = "^22.8.0", python = "^3.7"}
blacken-docs = {version = "^1.12.0", python = "^3.7"}
ipython = {version = "^7.29.0", python = "^3.7"}
mdformat = "^0.6.4"