Skip to content

Commit

Permalink
Update dependency black to v23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 30, 2023
1 parent 08867eb commit e4adfc1
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
appdirs==1.4.3
atomicwrites==1.3.0; sys_platform == "win32"
attrs==19.3.0
black==19.10b0
black==23.3.0
certifi==2022.12.7
chardet==3.0.4
click==7.1.1
Expand Down
46 changes: 30 additions & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ redis = {version = "^3.4.1", optional = true}
[tool.poetry.dev-dependencies]
isort = "^4.3.21"
mypy = "^0.910"
black = "^22.3.0"
black = "^23.0.0"
fastapi = "^0.89.0"
lxml = "^4.9.1"
starlette = "^0.22.0"
Expand Down

0 comments on commit e4adfc1

Please sign in to comment.