chore(deps): update dependency black to v26 [security]

This commit is contained in:
renovate[bot]
2026-03-12 21:02:12 +00:00
committed by GitHub
parent 5e2b9c108f
commit f9f0988a5e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
appdirs==1.4.3
atomicwrites==1.3.0; sys_platform == "win32"
attrs==19.3.0
black==23.3.0
black==26.3.1
certifi==2022.12.7
chardet==3.0.4
click==7.1.2

View File

@@ -21,7 +21,7 @@ redis = {version = "^3.4.1", optional = true}
[tool.poetry.dev-dependencies]
isort = "^4.3.21"
mypy = "^0.910"
black = "^23.0.0"
black = "^26.0.0"
fastapi = "^0.89.0"
lxml = "^4.9.1"
starlette = "^0.22.0"